android.view.WindowManager |
The interface that apps use to talk to the window manager.
Use Context.getSystemService(Context.WINDOW_SERVICE)
to get one of these.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WindowManager.BadTokenException | Exception that is thrown when trying to add view whose
WindowManager.LayoutParams token
is invalid. |
||||||||||
WindowManager.LayoutParams |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Use this method to get the default Display object.
| |||||||||||
Special variation of
removeView(View) that immediately invokes
the given view hierarchy's View.onDetachedFromWindow() methods before returning. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.view.ViewManager
|
Use this method to get the default Display object.
Special variation of removeView(View)
that immediately invokes
the given view hierarchy's View.onDetachedFromWindow()
methods before returning. This is not
for normal applications; using it correctly requires great care.
view | The view to be removed. |
---|