Home
last modified time | relevance | path

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

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