Searched refs:clockY (Results 1 – 3 of 3) sorted by relevance
107 result.clockY = y; in run()110 result.clockY, in run()115 private float getClockScale(int notificationPadding, int clockY, int startPadding) { in getClockScale() argument117 float scaleEnd = clockY - mKeyguardStatusHeight * scaleMultiplier; in getClockScale()191 public int clockY; field in KeyguardClockPositionAlgorithm.Result
549 target.clockY = mClock.getBottom(); in captureLayoutValues()594 mClock.setY(values.clockY - mClock.getHeight()); in applyLayoutValues()653 float clockY; field in StatusBarHeaderView.LayoutValues668 clockY = v1.clockY * (1 - t) + v2.clockY * t; in interpoloate()
382 startClockAnimation(mClockPositionResult.clockY); in positionClockAndNotifications()384 mKeyguardStatusView.setY(mClockPositionResult.clockY); in positionClockAndNotifications()