Searched refs:onAspectRatioChanged (Results 1 – 6 of 6) sorted by relevance
97 public void onAspectRatioChanged(float aspectRatio) { in onAspectRatioChanged() method in PinnedStackListenerForwarder99 listener.onAspectRatioChanged(aspectRatio); in onAspectRatioChanged()122 public void onAspectRatioChanged(float aspectRatio) {} in onAspectRatioChanged() method in PinnedStackListenerForwarder.PinnedStackListener
82 void onAspectRatioChanged(float aspectRatio); in onAspectRatioChanged() method
231 public void onAspectRatioChanged(float aspectRatio) { in onAspectRatioChanged() method in PipManager.PipManagerPinnedStackListener232 mHandler.post(() -> mPipBoundsHandler.onAspectRatioChanged(aspectRatio)); in onAspectRatioChanged()
272 mPinnedStackListener.onAspectRatioChanged(aspectRatio); in notifyAspectRatioChanged()
248 public void onAspectRatioChanged(float aspectRatio) { in onAspectRatioChanged() method in PipBoundsHandler
619 mPipBoundsHandler.onAspectRatioChanged(params.getAspectRatio()); in applyPictureInPictureParams()