HomeSort by relevance Sort by last modified time
    Searched defs:clockY (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardClockPositionAlgorithm.java 107 result.clockY = y;
110 result.clockY,
115 private float getClockScale(int notificationPadding, int clockY, int startPadding) {
117 float scaleEnd = clockY - mKeyguardStatusHeight * scaleMultiplier;
191 public int clockY;
StatusBarHeaderView.java 549 target.clockY = mClock.getBottom();
594 mClock.setY(values.clockY - mClock.getHeight());
653 float clockY;
668 clockY = v1.clockY * (1 - t) + v2.clockY * t;

Completed in 41 milliseconds