Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
H A DRecentsTransitionHandler.java161 final int controllerIdx = findController(transition); in startAnimation() local
162 if (controllerIdx < 0) { in startAnimation()
167 final RecentsController controller = mControllers.get(controllerIdx); in startAnimation()