mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Update stubs
This commit is contained in:
12
java/ql/test/stubs/google-android-9.0.0/android/view/ViewOverlay.java
generated
Normal file
12
java/ql/test/stubs/google-android-9.0.0/android/view/ViewOverlay.java
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
// 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){}
|
||||
}
|
||||
Reference in New Issue
Block a user