Home
last modified time | relevance | path

Searched refs:statusBarHeaderHeight (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardStatusViewController.java192 public int getClockBottom(int statusBarHeaderHeight) { in getClockBottom() argument
193 return mKeyguardClockSwitchController.getClockBottom(statusBarHeaderHeight); in getClockBottom()
H A DKeyguardClockSwitchController.java400 int getClockBottom(int statusBarHeaderHeight) { in getClockBottom() argument
410 + statusBarHeaderHeight + mKeyguardClockTopMargin; in getClockBottom()