Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitchController.java405 int clockHeight = clock.getHeight(); in getClockBottom() local
406 return frameHeight / 2 + clockHeight / 2; in getClockBottom()