Home
last modified time | relevance | path

Searched refs:onAspectRatioChanged (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipParamsChangedForwarder.java47 listener.onAspectRatioChanged(aspectRatio); in notifyAspectRatioChanged()
98 default void onAspectRatioChanged(float aspectRatio) { in onAspectRatioChanged() method
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipController.java599 public void onAspectRatioChanged(float ratio) { in onInit()
611 mTouchHandler.onAspectRatioChanged(); in onInit()
H A DPipTouchHandler.java376 public void onAspectRatioChanged() { in onAspectRatioChanged() method in PipTouchHandler
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipController.java586 public void onAspectRatioChanged(float ratio) { in registerPipParamsChangedListener()