Searched refs:TRANSIT_PIP (Results 1 – 6 of 6) sorted by relevance
20 import static android.view.WindowManager.TRANSIT_PIP;222 return request.getType() == TRANSIT_PIP; in requestHasPipEnter()
28 import static android.view.WindowManager.TRANSIT_PIP;666 if (transitType == TRANSIT_PIP || transitType == TRANSIT_OPEN) { in isEnteringPip()
447 int TRANSIT_PIP = 10; field478 TRANSIT_PIP,1370 case TRANSIT_PIP: return "PIP"; in transitTypeToString()
37 import static android.view.WindowManager.TRANSIT_PIP;1977 newTransition = transitionController.createTransition(TRANSIT_PIP); in moveActivityToPinnedRootTask()
67 import static android.view.WindowManager.TRANSIT_PIP;3561 ? new Transition(TRANSIT_PIP, 0 /* flags */, in enterPictureInPictureMode()
63 import static android.view.WindowManager.TRANSIT_PIP;3666 task.mTransitionController.requestTransitionIfNeeded(TRANSIT_PIP, task); in testShellTransitionTaskWindowingModeChange()