Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentAnimationRunner.java21 import static android.view.RemoteAnimationTarget.MODE_CLOSING;
212 if (target.mode != MODE_CLOSING) { in createOpenCloseAnimationAdapters()
283 } else if (target.mode == MODE_CLOSING) { in createChangeAnimationAdapters()
308 hasClosingWindow |= target.mode == MODE_CLOSING; in shouldUseJumpCutForChangeAnimation()
DTaskFragmentAnimationSpec.java19 import static android.view.RemoteAnimationTarget.MODE_CLOSING;
82 final float alpha = target.mode == MODE_CLOSING ? 0f : 1f; in createNoopAnimation()
206 final boolean isEnter = target.mode != MODE_CLOSING; in loadOpenAnimation()
231 final boolean isEnter = target.mode != MODE_CLOSING; in loadCloseAnimation()
DTaskFragmentAnimationAdapter.java21 import static android.view.RemoteAnimationTarget.MODE_CLOSING;
93 if (target.mode == MODE_CLOSING) { in TaskFragmentAnimationAdapter()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/system/
DRemoteTransitionTest.java22 import static android.view.RemoteAnimationTarget.MODE_CLOSING;
89 } else if (t.mode == MODE_CLOSING) { in testLegacyTargetExtract()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationTargetCompat.java21 import static android.view.RemoteAnimationTarget.MODE_CLOSING;
65 return MODE_CLOSING; in newModeToLegacyMode()
DRemoteTransitionCompat.java21 import static android.view.RemoteAnimationTarget.MODE_CLOSING;
93 if (apps[i].mode == MODE_CLOSING) { in newRemoteTransition()
/frameworks/base/services/core/java/com/android/server/wm/
DBackNaviAnimationController.java20 import static android.view.RemoteAnimationTarget.MODE_CLOSING;
354 : MODE_CLOSING; in createRemoteAnimationTarget()
DBackNavigationController.java386 RemoteAnimationTarget.MODE_CLOSING, in createRemoteAnimationTargetLocked()
DRecentsAnimationController.java22 import static android.view.RemoteAnimationTarget.MODE_CLOSING;
1192 : MODE_CLOSING;
DWindowContainer.java3087 : RemoteAnimationTarget.MODE_CLOSING); in getAnimationAdapter()
/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java70 public static final int MODE_CLOSING = 1; field in RemoteAnimationTarget
79 MODE_CLOSING,
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DBackAnimationController.java19 import static android.view.RemoteAnimationTarget.MODE_CLOSING;
721 if (MODE_CLOSING == target.mode) { in createAdaptor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java20 import static android.view.RemoteAnimationTarget.MODE_CLOSING;
135 return MODE_CLOSING; in newModeToLegacyMode()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DRemoteTransitionAdapter.kt136 WindowManager.TRANSIT_TO_BACK -> RemoteAnimationTarget.MODE_CLOSING in newModeToLegacyMode()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/
DBackAnimationControllerTest.java166 return new RemoteAnimationTarget(-1, RemoteAnimationTarget.MODE_CLOSING, topWindowLeash, in createAnimationTarget()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt61650 Landroid/view/RemoteAnimationTarget;->MODE_CLOSING:I