Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DContentRecorder.java598 mMediaProjectionManager.notifyActiveProjectionCapturedContentResized( in updateMirroredSurface()
673 void notifyActiveProjectionCapturedContentResized(int width, int height); in notifyActiveProjectionCapturedContentResized() method
708 public void notifyActiveProjectionCapturedContentResized(int width, int height) { in notifyActiveProjectionCapturedContentResized() method in ContentRecorder.RemoteMediaProjectionManagerWrapper
714 mIMediaProjectionManager.notifyActiveProjectionCapturedContentResized(width, in notifyActiveProjectionCapturedContentResized()
/frameworks/base/media/java/android/media/projection/
DIMediaProjectionManager.aidl114 void notifyActiveProjectionCapturedContentResized(int width, int height); in notifyActiveProjectionCapturedContentResized() method
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DContentRecorderTests.java378 verify(mMediaProjectionManagerWrapper).notifyActiveProjectionCapturedContentResized( in testOnTaskBoundsConfigurationChanged_notifiesCallback()
665 verify(mMediaProjectionManagerWrapper).notifyActiveProjectionCapturedContentResized( in testUpdateMirroredSurface_capturedAreaResized()
/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java758 public void notifyActiveProjectionCapturedContentResized(int width, int height) { in notifyActiveProjectionCapturedContentResized() method in MediaProjectionManagerService.BinderService