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