Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java173 public int getExpandedClockPosition() { in getExpandedClockPosition() method in KeyguardClockPositionAlgorithm
199 float clockYRegular = getExpandedClockPosition(); in getClockY()
224 alphaKeyguard = Math.max(0, y / Math.max(1f, getExpandedClockPosition()));
DNotificationPanelView.java1616 int minKeyguardPanelBottom = mClockPositionAlgorithm.getExpandedClockPosition() in calculatePanelHeightShade()