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

  /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/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);
NotificationMainView.java 157 public 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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewTouchHandler.java 543 public boolean updateSwipeProgress(View v, boolean dismissable, float swipeProgress) {
548 Interpolators.FAST_OUT_SLOW_IN.getInterpolation(swipeProgress));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]

Completed in 449 milliseconds