Home
last modified time | relevance | path

Searched refs:backgroundView (Results 1 – 5 of 5) sorted by relevance

/frameworks/support/v7/mediarouter/src/android/support/v7/app/
DMediaRouterThemeHelper.java129 Context context, MediaRouteVolumeSlider volumeSlider, View backgroundView) { in setVolumeSliderColor() argument
134 int backgroundColor = (int) backgroundView.getTag(); in setVolumeSliderColor()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DGuidedStepSupportFragment.java1128 View backgroundView = onCreateBackgroundView(inflater, root, savedInstanceState); in onCreateView() local
1129 if (backgroundView != null) { in onCreateView()
1132 backgroundViewRoot.addView(backgroundView, 0); in onCreateView()
DGuidedStepFragment.java1126 View backgroundView = onCreateBackgroundView(inflater, root, savedInstanceState); in onCreateView() local
1127 if (backgroundView != null) { in onCreateView()
1130 backgroundViewRoot.addView(backgroundView, 0); in onCreateView()
DBackgroundManager.java815 View backgroundView = LayoutInflater.from(mContext).inflate( in attachBehindWindow() local
817 mWindowManager.addView(backgroundView, params); in attachBehindWindow()
819 attachToView(backgroundView); in attachBehindWindow()
/frameworks/base/core/java/android/widget/
DPopupWindow.java1331 final PopupBackgroundView backgroundView = new PopupBackgroundView(mContext); in createBackgroundView() local
1334 backgroundView.addView(contentView, listParams); in createBackgroundView()
1336 return backgroundView; in createBackgroundView()