Searched refs:MODE_CLOSING (Results 1 – 16 of 16) sorted by relevance
21 import static android.view.RemoteAnimationTarget.MODE_CLOSING;209 if (target.mode != MODE_CLOSING) { in createOpenCloseAnimationAdapters()280 } else if (target.mode == MODE_CLOSING) { in createChangeAnimationAdapters()305 hasClosingWindow |= target.mode == MODE_CLOSING; in shouldUseJumpCutForChangeAnimation()
19 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()
21 import static android.view.RemoteAnimationTarget.MODE_CLOSING;93 if (target.mode == MODE_CLOSING) { in TaskFragmentAnimationAdapter()
22 import static android.view.RemoteAnimationTarget.MODE_CLOSING;91 } else if (t.mode == MODE_CLOSING) { in testLegacyTargetExtract()
70 public static final int MODE_CLOSING = 1; field in RemoteAnimationTarget79 MODE_CLOSING,
19 import static android.view.RemoteAnimationTarget.MODE_CLOSING;380 if (a.mode == MODE_CLOSING) { in onAnimationStart()
529 RemoteAnimationTarget.MODE_CLOSING -> closingTarget = a in <lambda>()
21 import static android.view.RemoteAnimationTarget.MODE_CLOSING;153 return MODE_CLOSING; in newModeToLegacyMode()
236 if (open) RemoteAnimationTarget.MODE_OPENING else RemoteAnimationTarget.MODE_CLOSING, in backMotionEventFrom()
194 return new RemoteAnimationTarget(-1, RemoteAnimationTarget.MODE_CLOSING, topWindowLeash, in createAnimationTarget()
22 import static android.view.RemoteAnimationTarget.MODE_CLOSING;1208 : MODE_CLOSING;
20 import static android.view.RemoteAnimationTarget.MODE_CLOSING;1503 final int mode = mIsOpen ? MODE_OPENING : MODE_CLOSING; in createRemoteAnimationTarget()
3200 : RemoteAnimationTarget.MODE_CLOSING); in getAnimationAdapter()
247 if (isDream && app.mode == RemoteAnimationTarget.MODE_CLOSING) { in wrap()
924 RemoteAnimationTarget.MODE_CLOSING in findTargetWindowIfPossible()
61007 Landroid/view/RemoteAnimationTarget;->MODE_CLOSING:I