Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DContentRecorder.java533 mMediaProjectionManager.notifyActiveProjectionCapturedContentResized( in updateMirroredSurface()
599 void notifyActiveProjectionCapturedContentResized(int width, int height); in notifyActiveProjectionCapturedContentResized() method
633 public void notifyActiveProjectionCapturedContentResized(int width, int height) { in notifyActiveProjectionCapturedContentResized() method in ContentRecorder.RemoteMediaProjectionManagerWrapper
639 mIMediaProjectionManager.notifyActiveProjectionCapturedContentResized(width, in notifyActiveProjectionCapturedContentResized()
/aosp14/frameworks/base/media/java/android/media/projection/
H A DIMediaProjectionManager.aidl100 void notifyActiveProjectionCapturedContentResized(int width, int height); in notifyActiveProjectionCapturedContentResized() method
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DContentRecorderTests.java385 verify(mMediaProjectionManagerWrapper).notifyActiveProjectionCapturedContentResized( in testOnTaskBoundsConfigurationChanged_notifiesCallback()
601 verify(mMediaProjectionManagerWrapper).notifyActiveProjectionCapturedContentResized( in testUpdateMirroredSurface_capturedAreaResized()
/aosp14/frameworks/base/services/core/java/com/android/server/media/projection/
H A DMediaProjectionManagerService.java702 public void notifyActiveProjectionCapturedContentResized(int width, int height) { in notifyActiveProjectionCapturedContentResized() method in MediaProjectionManagerService.BinderService