Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java193 boolean isSplitShade, float udfpsTop, float clockBottom, boolean isClockTopAligned) { in setup() argument
210 mIsClockTopAligned = isClockTopAligned; in setup()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusViewController.java359 public boolean isClockTopAligned() { in isClockTopAligned() method in KeyguardStatusViewController
360 return mKeyguardClockSwitchController.isClockTopAligned(); in isClockTopAligned()
DKeyguardClockSwitchController.java594 boolean isClockTopAligned() { in isClockTopAligned() method in KeyguardClockSwitchController
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1700 mKeyguardStatusViewController.isClockTopAligned()); in updateClockAppearance()