// 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); }