Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusViewController.java352 public int getClockBottom(int statusBarHeaderHeight) { in getClockBottom() argument
353 return mKeyguardClockSwitchController.getClockBottom(statusBarHeaderHeight); in getClockBottom()
DKeyguardClockSwitchController.java554 int getClockBottom(int statusBarHeaderHeight) { in getClockBottom() argument
574 return clockHeight + statusBarHeaderHeight + mKeyguardSmallClockTopMargin; in getClockBottom()