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.java121 private boolean mBackgroundLifted; field in DividerView
711 if (mBackgroundLifted) { in liftBackground()
732 mBackgroundLifted = true; in liftBackground()
736 if (!mBackgroundLifted) { in releaseBackground()
751 mBackgroundLifted = false; in releaseBackground()