Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusView.java143 public boolean hasCustomClock() { in hasCustomClock() method in KeyguardStatusView
144 return mClockView.hasCustomClock(); in hasCustomClock()
DKeyguardClockSwitch.java180 public boolean hasCustomClock() { in hasCustomClock() method in KeyguardClockSwitch
409 if (mShowingHeader == hasHeader || hasCustomClock()) { in setKeyguardShowingHeader()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCollapsedStatusBarFragment.java231 && mStatusBarComponent.getPanel().hasCustomClock()) { in adjustDisableFlags()
DNotificationPanelView.java385 public boolean hasCustomClock() { in hasCustomClock() method in NotificationPanelView
386 return mKeyguardStatusView.hasCustomClock(); in hasCustomClock()
688 hasCustomClock(), in positionClockAndNotifications()