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.java73 protected final BarBackgroundDrawable mBarBackground; field in BarTransitions
81 mBarBackground = new BarBackgroundDrawable(mView.getContext(), gradientResourceId); in BarTransitions()
82 mView.setBackground(mBarBackground); in BarTransitions()
133 mBarBackground.applyModeBackground(oldMode, newMode, animate); in applyModeBackground()
148 mBarBackground.finishAnimation(); in finishAnimations()
DNavigationBarTransitions.java134 mBarBackground.setFrame(frame); in setBackgroundFrame()