Searched refs:MODE_CLOSING (Results 1 – 16 of 16) sorted by relevance
21 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()
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;89 } else if (t.mode == MODE_CLOSING) { in testLegacyTargetExtract()
21 import static android.view.RemoteAnimationTarget.MODE_CLOSING;65 return MODE_CLOSING; in newModeToLegacyMode()
21 import static android.view.RemoteAnimationTarget.MODE_CLOSING;93 if (apps[i].mode == MODE_CLOSING) { in newRemoteTransition()
20 import static android.view.RemoteAnimationTarget.MODE_CLOSING;354 : MODE_CLOSING; in createRemoteAnimationTarget()
386 RemoteAnimationTarget.MODE_CLOSING, in createRemoteAnimationTargetLocked()
22 import static android.view.RemoteAnimationTarget.MODE_CLOSING;1192 : MODE_CLOSING;
3087 : RemoteAnimationTarget.MODE_CLOSING); in getAnimationAdapter()
70 public static final int MODE_CLOSING = 1; field in RemoteAnimationTarget79 MODE_CLOSING,
19 import static android.view.RemoteAnimationTarget.MODE_CLOSING;721 if (MODE_CLOSING == target.mode) { in createAdaptor()
20 import static android.view.RemoteAnimationTarget.MODE_CLOSING;135 return MODE_CLOSING; in newModeToLegacyMode()
136 WindowManager.TRANSIT_TO_BACK -> RemoteAnimationTarget.MODE_CLOSING in newModeToLegacyMode()
166 return new RemoteAnimationTarget(-1, RemoteAnimationTarget.MODE_CLOSING, topWindowLeash, in createAnimationTarget()
61650 Landroid/view/RemoteAnimationTarget;->MODE_CLOSING:I