Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DPinnedStackListenerForwarder.java97 public void onAspectRatioChanged(float aspectRatio) { in onAspectRatioChanged() method in PinnedStackListenerForwarder
99 listener.onAspectRatioChanged(aspectRatio); in onAspectRatioChanged()
122 public void onAspectRatioChanged(float aspectRatio) {} in onAspectRatioChanged() method in PinnedStackListenerForwarder.PinnedStackListener
/frameworks/base/core/java/android/view/
DIPinnedStackListener.aidl82 void onAspectRatioChanged(float aspectRatio); in onAspectRatioChanged() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipManager.java231 public void onAspectRatioChanged(float aspectRatio) { in onAspectRatioChanged() method in PipManager.PipManagerPinnedStackListener
232 mHandler.post(() -> mPipBoundsHandler.onAspectRatioChanged(aspectRatio)); in onAspectRatioChanged()
/frameworks/base/services/core/java/com/android/server/wm/
DPinnedStackController.java272 mPinnedStackListener.onAspectRatioChanged(aspectRatio); in notifyAspectRatioChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/
DPipBoundsHandler.java248 public void onAspectRatioChanged(float aspectRatio) { in onAspectRatioChanged() method in PipBoundsHandler
DPipTaskOrganizer.java619 mPipBoundsHandler.onAspectRatioChanged(params.getAspectRatio()); in applyPictureInPictureParams()