Searched refs:clockHeight (Results 1 – 1 of 1) sorted by relevance
570 int clockHeight = clock.getLargeClock().getView().getHeight(); in getClockBottom() local571 return frameHeight / 2 + clockHeight / 2 + mKeyguardLargeClockTopMargin / -2; in getClockBottom()573 int clockHeight = clock.getSmallClock().getView().getHeight(); in getClockBottom() local574 return clockHeight + statusBarHeaderHeight + mKeyguardSmallClockTopMargin; in getClockBottom()