Java android.view WindowManager fields, constructors, methods, implement or subclass

Example usage for Java android.view WindowManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.view WindowManager.

The text is from its open source code.

Method

voidaddView(View view, ViewGroup.LayoutParams params)
Assign the passed LayoutParams to the passed View and add the view to the window.
DisplaygetDefaultDisplay()
Returns the Display upon which this WindowManager instance will create new windows.
voidremoveView(View view)
voidremoveViewImmediate(View view)
Special variation of #removeView that immediately invokes the given view hierarchy's View#onDetachedFromWindow() View.onDetachedFromWindow() methods before returning.
voidupdateViewLayout(View view, ViewGroup.LayoutParams params)