Uses of Class
org.androidtransfuse.model.manifest.ScreenSize

Packages that use ScreenSize
org.androidtransfuse.model.manifest   
 

Uses of ScreenSize in org.androidtransfuse.model.manifest
 

Methods in org.androidtransfuse.model.manifest that return ScreenSize
 ScreenSize Screen.getScreenSize()
           
static ScreenSize ScreenSize.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ScreenSize[] ScreenSize.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.androidtransfuse.model.manifest with parameters of type ScreenSize
 void Screen.setScreenSize(ScreenSize screenSize)
           
 



Copyright © 2012. All Rights Reserved.