Searched refs:backgroundView (Results 1 – 5 of 5) sorted by relevance
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
D | BackgroundHelper.java | 214 public void attachToView(View backgroundView) { in attachToView() argument 218 if (DEBUG) Log.v(TAG, "attachToView " + mActivity + " " + backgroundView); in attachToView() 220 mBackgroundManager.attachToView(backgroundView); in attachToView()
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
D | MediaRouterThemeHelper.java | 128 Context context, MediaRouteVolumeSlider volumeSlider, View backgroundView) { in setVolumeSliderColor() argument 133 int backgroundColor = (int) backgroundView.getTag(); in setVolumeSliderColor()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
D | GuidedStepSupportFragment.java | 1148 View backgroundView = onCreateBackgroundView(inflater, root, savedInstanceState); in onCreateView() local 1149 if (backgroundView != null) { in onCreateView() 1152 backgroundViewRoot.addView(backgroundView, 0); in onCreateView()
|
D | GuidedStepFragment.java | 1151 View backgroundView = onCreateBackgroundView(inflater, root, savedInstanceState); in onCreateView() local 1152 if (backgroundView != null) { in onCreateView() 1155 backgroundViewRoot.addView(backgroundView, 0); in onCreateView()
|
/frameworks/base/core/java/android/widget/ |
D | PopupWindow.java | 1384 final PopupBackgroundView backgroundView = new PopupBackgroundView(mContext); in createBackgroundView() local 1387 backgroundView.addView(contentView, listParams); in createBackgroundView() 1389 return backgroundView; in createBackgroundView()
|