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 | 136 Context context, MediaRouteVolumeSlider volumeSlider, View backgroundView) { in setVolumeSliderColor() argument 141 int backgroundColor = (int) backgroundView.getTag(); in setVolumeSliderColor()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
D | GuidedStepSupportFragment.java | 1149 View backgroundView = onCreateBackgroundView(inflater, root, savedInstanceState); in onCreateView() local 1150 if (backgroundView != null) { in onCreateView() 1153 backgroundViewRoot.addView(backgroundView, 0); in onCreateView()
|
D | GuidedStepFragment.java | 1146 View backgroundView = onCreateBackgroundView(inflater, root, savedInstanceState); in onCreateView() local 1147 if (backgroundView != null) { in onCreateView() 1150 backgroundViewRoot.addView(backgroundView, 0); in onCreateView()
|
/frameworks/base/core/java/android/widget/ |
D | PopupWindow.java | 1380 final PopupBackgroundView backgroundView = new PopupBackgroundView(mContext); in createBackgroundView() local 1383 backgroundView.addView(contentView, listParams); in createBackgroundView() 1385 return backgroundView; in createBackgroundView()
|