Uses of Class
com.sec.android.ad.info.AdSize

Packages that use AdSize
com.sec.android.ad   
com.sec.android.ad.info   
 

Uses of AdSize in com.sec.android.ad
 

Methods in com.sec.android.ad with parameters of type AdSize
 void AdHubView.init(Context context, java.lang.String inventoryID, AdSize adSize)
          This initializes the AdHubView.
 

Constructors in com.sec.android.ad with parameters of type AdSize
AdHubView(Context context, java.lang.String inventoryID, AdSize adSize)
           
 

Uses of AdSize in com.sec.android.ad.info
 

Methods in com.sec.android.ad.info that return AdSize
static AdSize AdSize.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AdSize[] AdSize.values()
          Returns an array containing the constants of this enum type, in the order they are declared.