HomeSort by relevance Sort by last modified time
    Searched refs:scaleEnd (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardClockPositionAlgorithm.java 133 float scaleEnd = clockY - mKeyguardStatusHeight * scaleMultiplier;
134 float distanceToScaleEnd = notificationPadding - scaleEnd;
135 float progress = distanceToScaleEnd / (startPadding - scaleEnd);
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/
PawAnswerHint.java 214 float scaleEnd,
218 Animator scaleX = ObjectAnimator.ofFloat(target, View.SCALE_X, scaleBegin, scaleEnd);
219 Animator scaleY = ObjectAnimator.ofFloat(target, View.SCALE_Y, scaleBegin, scaleEnd);
DotAnswerHint.java 265 float scaleEnd = end / original;
266 Animator scaleX = ObjectAnimator.ofFloat(target, View.SCALE_X, scaleBegin, scaleEnd);
267 Animator scaleY = ObjectAnimator.ofFloat(target, View.SCALE_Y, scaleBegin, scaleEnd);

Completed in 135 milliseconds