Android
android.view
public interface

android.view.WindowManager

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

Summary

Public Methods

          Display  getDefaultDisplay()
Use this method to get the default Display object.
Methods inherited from interface android.view.ViewManager

Details

Public Methods

public Display getDefaultDisplay()

Use this method to get the default Display object.

Returns

  • default Display object
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56