Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java132 private boolean mBypassEnabled; field in KeyguardClockPositionAlgorithm
203 mBypassEnabled = bypassEnabled; in setup()
227 if (mBypassEnabled) { in getStackScrollerPaddingExpanded()
237 if (mBypassEnabled) { in getStackScrollerPadding()
254 if (mBypassEnabled) { in getLockscreenNotifPadding()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithmTest.java76 private boolean mBypassEnabled = false; field in KeyguardClockPositionAlgorithmTest
394 mBypassEnabled = false; in notifPadding_portraitShade_bypassOff()
416 mBypassEnabled = true; in notifPadding_portraitShade_bypassOn()
666 mBypassEnabled, in positionClock()