Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java169 boolean isSplitShade, float udfpsTop, float clockBottom, boolean isClockTopAligned) { in setup() argument
185 mIsClockTopAligned = isClockTopAligned; in setup()
H A DNotificationPanelViewController.java1339 mKeyguardStatusViewController.isClockTopAligned()); in updateClockAppearance()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardStatusViewController.java199 public boolean isClockTopAligned() { in isClockTopAligned() method in KeyguardStatusViewController
200 return mKeyguardClockSwitchController.isClockTopAligned(); in isClockTopAligned()
H A DKeyguardClockSwitchController.java414 boolean isClockTopAligned() { in isClockTopAligned() method in KeyguardClockSwitchController