| android.view.WindowManager | ViewManager |
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 from addView(View, ViewGroup.LayoutParams) when trying to add view whose WindowManager.LayoutParams token is invalid. |
| WindowManager.LayoutParams |
| Display | getDefaultDisplay() | ||||
| Use this method to get the default Display object. | |||||
Methods inherited
from interface
android.view.ViewManager