Uses of Class
android.view.WindowManager.LayoutParams

Packages that use WindowManager.LayoutParams
android.app   
android.view   
 

Uses of WindowManager.LayoutParams in android.app
 

Methods in android.app with parameters of type WindowManager.LayoutParams
 void Activity.onWindowAttributesChanged(WindowManager.LayoutParams params)
           
 void Dialog.onWindowAttributesChanged(WindowManager.LayoutParams params)
           
 

Uses of WindowManager.LayoutParams in android.view
 

Fields in android.view with type parameters of type WindowManager.LayoutParams
static Parcelable.Creator<WindowManager.LayoutParams> WindowManager.LayoutParams.CREATOR
           
 

Methods in android.view that return WindowManager.LayoutParams
 WindowManager.LayoutParams Window.getAttributes()
           
 

Methods in android.view with parameters of type WindowManager.LayoutParams
 int WindowManager.LayoutParams.copyFrom(WindowManager.LayoutParams o)
           
 void Window.Callback.onWindowAttributesChanged(WindowManager.LayoutParams attrs)
           
 void Window.setAttributes(WindowManager.LayoutParams a)
           
 



Copyright © 2008-2012. All Rights Reserved.