Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardStatusViewController.java177 public float getClockTextSize() { in getClockTextSize() method in KeyguardStatusViewController
178 return mKeyguardClockSwitchController.getClockTextSize(); in getClockTextSize()
H A DKeyguardClockSwitchController.java312 public float getClockTextSize() { in getClockTextSize() method in KeyguardClockSwitchController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java4599 * mKeyguardStatusViewController.getClockTextSize()); in onLayoutChange()