mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
13 lines
274 B
Java
Generated
13 lines
274 B
Java
Generated
// Generated automatically from android.view.ViewOverlay for testing purposes
|
|
|
|
package android.view;
|
|
|
|
import android.graphics.drawable.Drawable;
|
|
|
|
public class ViewOverlay
|
|
{
|
|
public void add(Drawable p0){}
|
|
public void clear(){}
|
|
public void remove(Drawable p0){}
|
|
}
|