Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTaskOrganizer.java562 enterPipWithAlphaAnimation(destinationBounds, mEnterAnimationDuration); in onTaskAppeared()
599 enterPipWithAlphaAnimation(destinationBounds, mEnterAnimationDuration); in onDisplayRotationSkipped()
604 void enterPipWithAlphaAnimation(Rect destinationBounds, long durationMs) { in enterPipWithAlphaAnimation() method in PipTaskOrganizer
807 enterPipWithAlphaAnimation(mPipBoundsAlgorithm.getEntryDestinationBounds(), in onFixedRotationFinished()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipTaskOrganizerTest.java247 doNothing().when(mSpiedPipTaskOrganizer).enterPipWithAlphaAnimation(any(), anyLong()); in preparePipTaskOrg()