Searched defs:clockY (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java107 result.clockY = y;
110 result.clockY,
115 private float getClockScale(int notificationPadding, int clockY, int startPadding) { argument
117 float scaleEnd = clockY - mKeyguardStatusHeight * scaleMultiplier;
191 public int clockY; field in class:KeyguardClockPositionAlgorithm.Result
H A DStatusBarHeaderView.java549 target.clockY = mClock.getBottom();
594 mClock.setY(values.clockY - mClock.getHeight());
653 float clockY; field in class:StatusBarHeaderView.LayoutValues
668 clockY = v1.clockY * (1 - t) + v2.clockY * t;

Completed in 1530 milliseconds