Home
last modified time | relevance | path

Searched refs:onCapturedContentResize (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/projection/
H A DMediaProjection.java350 public void onCapturedContentResize(int width, int height) { } in onCapturedContentResize() method in MediaProjection.Callback
391 public void onCapturedContentResize(int width, int height) { in onCapturedContentResize() method in MediaProjection.MediaProjectionCallback
393 cbr.onCapturedContentResize(width, height); in onCapturedContentResize()
426 public void onCapturedContentResize(int width, int height) { in onCapturedContentResize() method in MediaProjection.CallbackRecord
427 mHandler.post(() -> mCallback.onCapturedContentResize(width, height)); in onCapturedContentResize()
H A DIMediaProjectionCallback.aidl22 void onCapturedContentResize(int width, int height); in onCapturedContentResize() method
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DVirtualDisplayAdapter.java642 public void onCapturedContentResize(int width, int height) { in onCapturedContentResize() method in VirtualDisplayAdapter.MediaProjectionCallback
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/media/projection/
H A DMediaProjectionManagerServiceTest.java821 public void onCapturedContentResize(int width, int height) throws RemoteException { in onCapturedContentResize() method in MediaProjectionManagerServiceTest.FakeIMediaProjectionCallback
/aosp14/frameworks/base/services/core/java/com/android/server/media/projection/
H A DMediaProjectionManagerService.java1303 callback.onCapturedContentResize(width, height); in dispatchResize()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java12638 public void onCapturedContentResize(int width, int height) { in onCapturedContentResize() method in AudioService.AudioPolicyProxy.UnregisterOnStopCallback
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt26326 method public void onCapturedContentResize(int, int);