Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java146 boolean hasCustomClock, boolean hasVisibleNotifs, float dark, float emptyDragAmount, in setup() argument
155 mHasCustomClock = hasCustomClock; in setup()
DCollapsedStatusBarFragment.java233 && mStatusBarComponent.getPanelController().hasCustomClock()) { in adjustDisableFlags()
DNotificationPanelViewController.java657 public boolean hasCustomClock() { in hasCustomClock() method in NotificationPanelViewController
658 return mKeyguardStatusView.hasCustomClock(); in hasCustomClock()
816 - mDarkIconSize / 2.0f), clockPreferredY, hasCustomClock(), in positionClockAndNotifications()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusView.java144 public boolean hasCustomClock() { in hasCustomClock() method in KeyguardStatusView
145 return mClockView.hasCustomClock(); in hasCustomClock()
DKeyguardClockSwitch.java187 public boolean hasCustomClock() { in hasCustomClock() method in KeyguardClockSwitch
455 if (hasCustomClock()) { in setKeyguardShowingHeader()