Searched refs:backgroundView (Results 1 – 5 of 5) sorted by relevance
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
D | MediaRouterThemeHelper.java | 129 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/ |
D | GuidedStepSupportFragment.java | 1128 View backgroundView = onCreateBackgroundView(inflater, root, savedInstanceState); in onCreateView() local 1129 if (backgroundView != null) { in onCreateView() 1132 backgroundViewRoot.addView(backgroundView, 0); in onCreateView()
|
D | GuidedStepFragment.java | 1126 View backgroundView = onCreateBackgroundView(inflater, root, savedInstanceState); in onCreateView() local 1127 if (backgroundView != null) { in onCreateView() 1130 backgroundViewRoot.addView(backgroundView, 0); in onCreateView()
|
D | BackgroundManager.java | 815 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/ |
D | PopupWindow.java | 1331 final PopupBackgroundView backgroundView = new PopupBackgroundView(mContext); in createBackgroundView() local 1334 backgroundView.addView(contentView, listParams); in createBackgroundView() 1336 return backgroundView; in createBackgroundView()
|