Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBarTransitions.java56 private final BarBackgroundDrawable mBarBackground; field in BarTransitions
63 mBarBackground = new BarBackgroundDrawable(mView.getContext(), gradientResourceId); in BarTransitions()
65 mView.setBackground(mBarBackground); in BarTransitions()
99 mBarBackground.applyModeBackground(oldMode, newMode, animate); in applyModeBackground()
114 mBarBackground.finishAnimation(); in finishAnimations()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DSearchBar.java116 private Drawable mBarBackground; field in SearchBar
180 mBarBackground = items.getBackground(); in onFinishInflate()
688 mBarBackground.setAlpha(mBackgroundSpeechAlpha); in updateUi()
697 mBarBackground.setAlpha(mBackgroundAlpha); in updateUi()