Example usage for Java android.view WindowManager fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addView(View view, ViewGroup.LayoutParams params) Assign the passed LayoutParams to the passed View and add the view to the window. |
Display | getDefaultDisplay() Returns the Display upon which this WindowManager instance will create new windows. |
void | removeView(View view) |
void | removeViewImmediate(View view) Special variation of #removeView that immediately invokes the given view hierarchy's View#onDetachedFromWindow() View.onDetachedFromWindow() methods before returning. |
void | updateViewLayout(View view, ViewGroup.LayoutParams params) |