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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 174 if (!mCallback.updateSwipeProgress(animView, dismissable, swipeProgress)) {
496 boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsHorizontalScrollView.java 233 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) {
RecentsVerticalScrollView.java 241 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpNotificationView.java 343 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 546 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) {
    [all...]

Completed in 340 milliseconds