Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java124 private boolean mBackgroundLifted; field in DividerView
715 if (mBackgroundLifted) { in liftBackground()
736 mBackgroundLifted = true; in liftBackground()
740 if (!mBackgroundLifted) { in releaseBackground()
755 mBackgroundLifted = false; in releaseBackground()