Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageCoordinator.java3138 SplitScreenTransitions.EnterSession pendingEnter = mSplitTransitions.mPendingEnter; in startPendingEnterAnimation() local
3139 if (pendingEnter.mExtraTransitType in startPendingEnterAnimation()
3147 pendingEnter.cancel(null); in startPendingEnterAnimation()
3154 pendingEnter.cancel( in startPendingEnterAnimation()
3165 if (pendingEnter.mRemoteHandler != null) { in startPendingEnterAnimation()
3168 pendingEnter.mRemoteHandler.onTransitionConsumed(transition, in startPendingEnterAnimation()
3230 && pendingEnter.mExtraTransitType == TRANSIT_SPLIT_SCREEN_OPEN_TO_SIDE) { in startPendingEnterAnimation()