English | Site Directory

Android - An Open Handset Alliance Project

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
Build m5-rc15g - 14 May 2008 12:50