Home
last modified time | relevance | path

Searched defs:activityInterface (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskAnimationManager.java122 final BaseActivityInterface activityInterface = gestureState.getActivityInterface(); in startRecentsAnimation() local
227 BaseActivityInterface activityInterface = mLastGestureState.getActivityInterface(); in endLiveTile() local
H A DTouchInteractionService.java720 BaseActivityInterface activityInterface = newGestureState.getActivityInterface(); in newConsumer() local
906 final BaseActivityInterface activityInterface = in preloadOverview() local
925 final BaseActivityInterface activityInterface = in onConfigurationChanged() local
H A DOverviewCommandHelper.java154 BaseActivityInterface<?, T> activityInterface = in executeCommand() local
H A DRotationTouchHelper.java347 BaseActivityInterface activityInterface) { in onEndTargetCalculated()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DInputProxyHandlerFactory.java38 public InputProxyHandlerFactory(BaseActivityInterface activityInterface, in InputProxyHandlerFactory()