Uses of Class
android.widget.ImageView.ScaleType

Packages that use ImageView.ScaleType
android.widget   
 

Uses of ImageView.ScaleType in android.widget
 

Methods in android.widget that return ImageView.ScaleType
 ImageView.ScaleType ImageView.getScaleType()
           
static ImageView.ScaleType ImageView.ScaleType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImageView.ScaleType[] ImageView.ScaleType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in android.widget with parameters of type ImageView.ScaleType
 void ImageView.setScaleType(ImageView.ScaleType scaleType)
           
 



Copyright © 2008-2012. All Rights Reserved.