Searched refs:onCapturedContentResize (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/media/java/android/media/projection/ |
H A D | MediaProjection.java | 350 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 D | IMediaProjectionCallback.aidl | 22 void onCapturedContentResize(int width, int height); in onCapturedContentResize() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | VirtualDisplayAdapter.java | 642 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 D | MediaProjectionManagerServiceTest.java | 821 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 D | MediaProjectionManagerService.java | 1303 callback.onCapturedContentResize(width, height); in dispatchResize()
|
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioService.java | 12638 public void onCapturedContentResize(int width, int height) { in onCapturedContentResize() method in AudioService.AudioPolicyProxy.UnregisterOnStopCallback
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 26326 method public void onCapturedContentResize(int, int);
|