Home
last modified time | relevance | path

Searched refs:runActionOnRemoteHandles (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DFallbackSwipeHandler.java115 runActionOnRemoteHandles(remoteTargetHandle -> in FallbackSwipeHandler()
265 runActionOnRemoteHandles(remoteTargetHandle -> in FallbackHomeAnimationFactory()
277 runActionOnRemoteHandles(remoteTargetHandle -> in FallbackHomeAnimationFactory()
DSwipeUpAnimationLogic.java96 runActionOnRemoteHandles(remoteTargetHandle -> in SwipeUpAnimationLogic()
283 protected void runActionOnRemoteHandles(Consumer<RemoteTargetHandle> consumer) { in runActionOnRemoteHandles() method in SwipeUpAnimationLogic
DAbsSwipeUpHandler.java600 runActionOnRemoteHandles(remoteTargetHandle -> remoteTargetHandle.getTaskViewSimulator() in onLauncherStart()
2368 runActionOnRemoteHandles(remoteTargetHandle -> remoteTargetHandle.getTransformParams()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsDismissUtils.kt74 recentsView.runActionOnRemoteHandles { remoteTargetHandle -> in <lambda>()
269 recentsView.runActionOnRemoteHandles { remoteTargetHandle -> in <lambda>()
566 recentsView.runActionOnRemoteHandles { remoteTargetHandle -> in <lambda>()
DRecentsView.java434 view.runActionOnRemoteHandles(new Consumer<RemoteTargetHandle>() {
1243 runActionOnRemoteHandles(remoteTargetHandle -> remoteTargetHandle.getTransformParams() in onAttachedToWindow()
1266 runActionOnRemoteHandles(remoteTargetHandle -> remoteTargetHandle.getTransformParams() in onDetachedFromWindow()
2238 runActionOnRemoteHandles(remoteTargetHandle -> { in resetTaskVisuals()
2295 runActionOnRemoteHandles( in setInsets()
2754 runActionOnRemoteHandles(remoteTargetHandle -> in reset()
3071 runActionOnRemoteHandles(remoteTargetHandle -> { in onGestureAnimationEnd()
3694 runActionOnRemoteHandles(remoteTargetHandle -> in addDismissedTaskAnimations()
4009 runActionOnRemoteHandles( in createTaskDismissAnimation()
4492 runActionOnRemoteHandles( in translateTaskWhenDismissed()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/window/
DRecentsWindowSwipeHandler.java138 runActionOnRemoteHandles(remoteTargetHandle -> in initTransformParams()
352 runActionOnRemoteHandles(remoteTargetHandle -> in initTransformParams()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewDismissTouchController.kt189 recentsView.runActionOnRemoteHandles { remoteTargetHandle -> in <lambda>()