Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DSplitScreenTransitions.java115 if (pendingTransition.mRemoteHandler != null) { in playAnimation()
116 pendingTransition.mRemoteHandler.startAnimation(transition, info, startTransaction, in playAnimation()
118 mActiveRemoteHandler = pendingTransition.mRemoteHandler; in playAnimation()
522 OneShotRemoteHandler mRemoteHandler; field in SplitScreenTransitions.TransitSession
547 mRemoteHandler = new OneShotRemoteHandler( in TransitSession()
549 mRemoteHandler.setTransition(transition); in TransitSession()