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
687 if (mBackgroundLifted) { in liftBackground()
708 mBackgroundLifted = true; in liftBackground()
712 if (!mBackgroundLifted) { in releaseBackground()
727 mBackgroundLifted = false; in releaseBackground()