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.java119 private boolean mBackgroundLifted; field in DividerView
597 if (mBackgroundLifted) { in liftBackground()
618 mBackgroundLifted = true; in liftBackground()
622 if (!mBackgroundLifted) { in releaseBackground()
637 mBackgroundLifted = false; in releaseBackground()