Uses of Class
android.view.Window

Packages that use Window
android.app   
android.inputmethodservice   
android.view   
 

Uses of Window in android.app
 

Methods in android.app that return Window
 Window LocalActivityManager.destroyActivity(java.lang.String id, boolean finish)
           
 Window Activity.getWindow()
           
 Window Dialog.getWindow()
           
 Window LocalActivityManager.startActivity(java.lang.String id, Intent intent)
           
 

Uses of Window in android.inputmethodservice
 

Methods in android.inputmethodservice with parameters of type Window
 void InputMethodService.onConfigureWindow(Window win, boolean isFullscreen, boolean isCandidatesOnly)
           
 

Uses of Window in android.view
 

Methods in android.view that return Window
 Window Window.getContainer()
           
 

Methods in android.view with parameters of type Window
 void Window.setContainer(Window container)
           
 



Copyright © 2008-2010. All Rights Reserved.