Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTransition.java158 TransitionInfo.Change enterPip = null; in startAnimation() local
165 enterPip = change; in startAnimation()
170 if (enterPip == null) { in startAnimation()
188 return startEnterAnimation(enterPip.getTaskInfo(), enterPip.getLeash(), in startAnimation()
189 startTransaction, finishTransaction, enterPip.getStartRotation(), in startAnimation()
190 enterPip.getEndRotation()); in startAnimation()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/
H A DPipActivity.java121 enterPip(null);
211 public void enterPip(View v) { in enterPip() method in PipActivity
278 enterPip(null); in handleIntentExtra()