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.getPanel().hasCustomClock()) { in adjustDisableFlags()
DNotificationPanelView.java486 public boolean hasCustomClock() { in hasCustomClock() method in NotificationPanelView
487 return mKeyguardStatusView.hasCustomClock(); in hasCustomClock()
824 hasCustomClock(), in positionClockAndNotifications()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusView.java145 public boolean hasCustomClock() { in hasCustomClock() method in KeyguardStatusView
146 return mClockView.hasCustomClock(); in hasCustomClock()
DKeyguardClockSwitch.java187 public boolean hasCustomClock() { in hasCustomClock() method in KeyguardClockSwitch
455 if (hasCustomClock()) { in setKeyguardShowingHeader()