Searched refs:RemoteAnimationTargetSet (Results 1 – 12 of 12) sorted by relevance
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | AppToOverviewAnimationProvider.java | 35 import com.android.quickstep.util.RemoteAnimationTargetSet; 117 RemoteAnimationTargetSet targetSet = in createWindowAnimation() 118 new RemoteAnimationTargetSet(targetCompats, MODE_CLOSING); in createWindowAnimation() 156 RemoteAnimationTargetSet openingSet = in createWindowAnimation() 157 new RemoteAnimationTargetSet(targetCompats, MODE_OPENING); in createWindowAnimation()
|
D | TaskViewUtils.java | 35 import com.android.quickstep.util.RemoteAnimationTargetSet; 120 final RemoteAnimationTargetSet targetSet = in getRecentsWindowAnimator() 121 new RemoteAnimationTargetSet(targets, MODE_OPENING); in getRecentsWindowAnimator()
|
D | FallbackActivityControllerHelper.java | 39 import com.android.quickstep.util.RemoteAnimationTargetSet; 140 public void onRemoteAnimationReceived(RemoteAnimationTargetSet targets) {
|
D | BaseSwipeUpHandler.java | 62 import com.android.quickstep.util.RemoteAnimationTargetSet; 369 final RemoteAnimationTargetSet targetSet = mRecentsAnimationWrapper.targetSet; in createWindowAnimationToHome()
|
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/ |
D | AppToOverviewAnimationProvider.java | 35 import com.android.quickstep.util.RemoteAnimationTargetSet; 115 RemoteAnimationTargetSet targetSet = in createWindowAnimation() 116 new RemoteAnimationTargetSet(targetCompats, MODE_CLOSING); in createWindowAnimation()
|
D | FallbackActivityControllerHelper.java | 29 import com.android.quickstep.util.RemoteAnimationTargetSet; 61 public void onRemoteAnimationReceived(RemoteAnimationTargetSet targets) { in prepareRecentsUI()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | RemoteFadeOutAnimationListener.java | 32 private final RemoteAnimationTargetSet mTarget; 36 mTarget = new RemoteAnimationTargetSet(targets, MODE_CLOSING); in RemoteFadeOutAnimationListener()
|
D | RemoteAnimationTargetSet.java | 28 public class RemoteAnimationTargetSet { class 38 public RemoteAnimationTargetSet(RemoteAnimationTargetCompat[] apps, int targetMode) { in RemoteAnimationTargetSet() method in RemoteAnimationTargetSet
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | ActivityControlHelper.java | 38 import com.android.quickstep.util.RemoteAnimationTargetSet; 113 default void onRemoteAnimationReceived(RemoteAnimationTargetSet targets) { } in onRemoteAnimationReceived()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepAppTransitionManagerImpl.java | 74 import com.android.quickstep.util.RemoteAnimationTargetSet; 438 RemoteAnimationTargetSet openingTargets = new RemoteAnimationTargetSet(targets, in getOpeningWindowAnimators()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/ |
D | ClipAnimationHelper.java | 159 public RectF applyTransform(RemoteAnimationTargetSet targetSet, TransformParams params) { in applyTransform() 163 public RectF applyTransform(RemoteAnimationTargetSet targetSet, TransformParams params, in applyTransform()
|
D | SwipeAnimationTargetSet.java | 34 public class SwipeAnimationTargetSet extends RemoteAnimationTargetSet {
|