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

  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/
IOverviewProxy.aidl 87 void onQuickStep(in MotionEvent event);
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DeferredTouchConsumer.java 67 public void onQuickStep(MotionEvent ev) {
68 mTarget.onQuickStep(ev);
TouchConsumer.java 49 default void onQuickStep(MotionEvent ev) { }
TouchInteractionService.java 145 public void onQuickStep(MotionEvent motionEvent) {
146 mEventQueue.onQuickStep(motionEvent);
147 TraceHelper.endSection("SysUiBinder", "onQuickStep");
337 public void onQuickStep(MotionEvent ev) {
MotionEventQueue.java 168 mConsumer.onQuickStep(event);
217 public void onQuickStep(MotionEvent event) {
OtherActivityTouchConsumer.java 343 public void onQuickStep(MotionEvent ev) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickStepController.java 388 mOverviewEventSender.getProxy().onQuickStep(event);
  /packages/apps/Launcher3/quickstep/libs/
sysui_shared.jar 

Completed in 270 milliseconds