Home
last modified time | relevance | path

Searched refs:MODE_CLOSING (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRecentsAnimationTargets.java18 import static com.android.systemui.shared.system.RemoteAnimationTargetCompat.MODE_CLOSING;
36 super(apps, wallpapers, nonApps, MODE_CLOSING); in RecentsAnimationTargets()
H A DRecentsActivity.java30 import static com.android.systemui.shared.system.RemoteAnimationTargetCompat.MODE_CLOSING;
289 boolean activityClosing = taskIsATargetWithMode(appTargets, getTaskId(), MODE_CLOSING); in composeRecentsLaunchAnimator()
H A DTaskViewUtils.java39 import static com.android.systemui.shared.system.RemoteAnimationTargetCompat.MODE_CLOSING;
171 inLiveTileMode ? MODE_CLOSING : MODE_OPENING); in createRecentsWindowAnimator()
481 } else if (mode == MODE_CLOSING) { in composeRecentsSplitLaunchAnimatorLegacy()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DRemoteFadeOutAnimationListener.java18 import static com.android.systemui.shared.system.RemoteAnimationTargetCompat.MODE_CLOSING;
38 new RemoteAnimationTargetCompat[0], MODE_CLOSING); in RemoteFadeOutAnimationListener()
/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationSpec.java19 import static android.view.RemoteAnimationTarget.MODE_CLOSING;
83 final float alpha = target.mode == MODE_CLOSING ? 0f : 1f; in createNoopAnimation()
182 final boolean isEnter = target.mode != MODE_CLOSING; in loadOpenAnimation()
194 final boolean isEnter = target.mode != MODE_CLOSING; in loadCloseAnimation()
H A DTaskFragmentAnimationRunner.java20 import static android.view.RemoteAnimationTarget.MODE_CLOSING;
204 if (target.mode != MODE_CLOSING) { in createOpenCloseAnimationAdapters()
268 } else if (target.mode == MODE_CLOSING) { in createChangeAnimationAdapters()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationTargetCompat.java48 public static final int MODE_CLOSING = RemoteAnimationTarget.MODE_CLOSING; field in RemoteAnimationTargetCompat
112 return MODE_CLOSING; in newModeToLegacyMode()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/system/
H A DRemoteTransitionTest.java29 import static com.android.systemui.shared.system.RemoteAnimationTargetCompat.MODE_CLOSING;
79 } else if (t.mode == MODE_CLOSING) { in testLegacyTargetExtract()
/aosp12/frameworks/base/core/java/android/view/
H A DRemoteAnimationTarget.java67 public static final int MODE_CLOSING = 1; field in RemoteAnimationTarget
76 MODE_CLOSING,
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepTransitionManager.java52 import static com.android.systemui.shared.system.RemoteAnimationTargetCompat.MODE_CLOSING;
817 } else if (target.mode == MODE_CLOSING) { in getOpeningWindowAnimators()
1226 if (appTarget.mode == MODE_CLOSING) { in findLauncherView()
1308 if (target.mode == MODE_CLOSING) { in getClosingWindowAnimators()
1430 if (target.mode == MODE_CLOSING) { in getFallbackClosingWindowAnimators()
1655 launcherIsATargetWithMode(appTargets, MODE_CLOSING); in onCreateAnimation()
1815 if (target.mode == MODE_CLOSING) { in onUpdate()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardService.java21 import static android.view.RemoteAnimationTarget.MODE_CLOSING;
130 return MODE_CLOSING; in newModeToLegacyMode()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DRecentsAnimationController.java25 import static android.view.RemoteAnimationTarget.MODE_CLOSING;
1260 : MODE_CLOSING;
H A DWindowContainer.java2766 : RemoteAnimationTarget.MODE_CLOSING); in getAnimationAdapter()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt64973 Landroid/view/RemoteAnimationTarget;->MODE_CLOSING:I