Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipParamsChangedForwarder.java45 public void notifyAspectRatioChanged(float aspectRatio) { in notifyAspectRatioChanged() method in PipParamsChangedForwarder
H A DPipTaskOrganizer.java1301 mPipParamsChangedForwarder.notifyAspectRatioChanged(params.getAspectRatioFloat()); in applyNewPictureInPictureParams()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipTaskOrganizerTest.java202 verify(mMockPipParamsChangedForwarder, never()).notifyAspectRatioChanged(anyFloat()); in onTaskInfoChanged_notInPip_deferUpdatesAspectRatio()
207 .notifyAspectRatioChanged(newAspectRatio.floatValue()); in onTaskInfoChanged_notInPip_deferUpdatesAspectRatio()
222 .notifyAspectRatioChanged(newAspectRatio.floatValue()); in onTaskInfoChanged_inPip_updatesAspectRatioIfChanged()