mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
14 lines
340 B
Java
Generated
14 lines
340 B
Java
Generated
// Generated automatically from android.view.ViewManager for testing purposes
|
|
|
|
package android.view;
|
|
|
|
import android.view.View;
|
|
import android.view.ViewGroup;
|
|
|
|
public interface ViewManager
|
|
{
|
|
void addView(View p0, ViewGroup.LayoutParams p1);
|
|
void removeView(View p0);
|
|
void updateViewLayout(View p0, ViewGroup.LayoutParams p1);
|
|
}
|