Searched refs:mBarBackground (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBarTransitions.java58 private final BarBackgroundDrawable mBarBackground; field in class:BarTransitions
66 mBarBackground = new BarBackgroundDrawable(mView.getContext(), gradientResourceId);
67 mView.setBackground(mBarBackground);
114 mBarBackground.applyModeBackground(oldMode, newMode, animate);
129 mBarBackground.finishAnimation();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSearchBar.java138 private Drawable mBarBackground; field in class:SearchBar
203 mBarBackground = items.getBackground();
771 mBarBackground.setAlpha(mBackgroundSpeechAlpha);
780 mBarBackground.setAlpha(mBackgroundAlpha);

Completed in 168 milliseconds