Home
last modified time | relevance | path

Searched refs:getActiveListener (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DOtherActivityInputConsumer.java145 boolean continuingPreviousGesture = swipeSharedState.getActiveListener() != null; in OtherActivityInputConsumer()
328 RecentsAnimationListenerSet listenerSet = mSwipeSharedState.getActiveListener();
415 RecentsAnimationListenerSet listenerSet = mSwipeSharedState.getActiveListener();
DResetGestureInputConsumer.java41 && mSwipeSharedState.getActiveListener() != null) { in onMotionEvent()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DSwipeSharedState.java122 public RecentsAnimationListenerSet getActiveListener() { in getActiveListener() method in SwipeSharedState