Home
last modified time | relevance | path

Searched refs:BannerOptions (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/sdksandbox/tests/manual-test-apps/SdkSandboxClient/src/com/android/sdksandboxclient/
DBannerOptionsActivity.java106 BannerOptions.ViewType viewType = BannerOptions.ViewType.valueOf(viewTypeSelection); in refreshVideoPreferenceVisibility()
107 mVideoUrlPreference.setVisible(viewType == BannerOptions.ViewType.VIDEO); in refreshVideoPreferenceVisibility()
111 BannerOptions.ViewType viewType = BannerOptions.ViewType.valueOf(viewTypeSelection); in refreshOnClickEnabled()
145 BannerOptions.ViewType viewType = BannerOptions.ViewType.valueOf(viewTypeSelection); in refreshAdSize()
DBannerOptions.java21 public class BannerOptions { class
87 private BannerOptions( in BannerOptions() method in BannerOptions
102 public static BannerOptions fromSharedPreferences(SharedPreferences sharedPreferences) { in fromSharedPreferences()
103 return new BannerOptions( in fromSharedPreferences()
DMainActivity.java434 final BannerOptions options = in registerNewBannerAdButton()
435 BannerOptions.fromSharedPreferences(mSharedPreferences); in registerNewBannerAdButton()
439 (options.getPlacement() == BannerOptions.Placement.BOTTOM) in registerNewBannerAdButton()
461 if (options.getViewType().equals(BannerOptions.ViewType.WEBVIEW)) { in registerNewBannerAdButton()
882 final BannerOptions options = in registerNewFullscreenAdButton()
883 BannerOptions.fromSharedPreferences(mSharedPreferences); in registerNewFullscreenAdButton()
885 if (options.getViewType() == BannerOptions.ViewType.VIDEO) { in registerNewFullscreenAdButton()
914 final BannerOptions options = in registerNewAppVideoButton()
915 BannerOptions.fromSharedPreferences(mSharedPreferences); in registerNewAppVideoButton()