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

  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
ShortcutMenuAccessibilityDelegate.java 90 ((NotificationMainView) host).onChildDismissed();
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationMainView.java 162 public void onChildDismissed() {
217 onChildDismissed();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeHelper.java 277 mCallback.onChildDismissed(view);
454 void onChildDismissed(SwipeableItemView v);
SwipeableListView.java 211 public void onChildDismissed(SwipeableItemView v) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 440 mCallback.onChildDismissed(animView);
705 void onChildDismissed(View v);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackAnimationHelper.java 634 mStackView.getTouchHandler().onChildDismissed(deleteTaskView);
651 touchHandler.onChildDismissed(deleteTaskView);
    [all...]
TaskStackViewTouchHandler.java 568 public void onChildDismissed(View v) {
602 * onChildDismissed() calls.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]

Completed in 635 milliseconds