Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java148 private boolean mIsClockTopAligned; field in KeyguardClockPositionAlgorithm
193 mIsClockTopAligned = isClockTopAligned; in setup()
282 if (hasUdfps && !mIsClockTopAligned) { in getClockY()