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

  /packages/apps/Launcher3/src/com/android/launcher3/notification/
SwipeHelper.java 199 float swipeProgress = getSwipeProgressForOffset(animView, translation);
200 if (!mCallback.updateSwipeProgress(animView, dismissable, swipeProgress)) {
202 float alpha = swipeProgress;
210 animView.setAlpha(getSwipeAlpha(swipeProgress));
672 boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 207 float swipeProgress = getSwipeProgressForOffset(animView, translation);
208 if (!mCallback.updateSwipeProgress(animView, dismissable, swipeProgress)) {
210 float alpha = swipeProgress;
218 animView.setAlpha(getSwipeAlpha(swipeProgress));
710 boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress);
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
FlingUpDownMethod.java 142 private float swipeProgress;
164 swipeProgress = 0;
231 swipeProgress = 0;
265 swipeProgress = progress;
404 final float clampedProgress = MathUtil.clamp(swipeProgress, -1 /* min */, 1 /* max */);
    [all...]

Completed in 187 milliseconds