Home
last modified time | relevance | path

Searched defs:notifyActiveProjectionCapturedContentResized (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DContentRecorder.java673 void notifyActiveProjectionCapturedContentResized(int width, int height); in notifyActiveProjectionCapturedContentResized() method
708 public void notifyActiveProjectionCapturedContentResized(int width, int height) { in notifyActiveProjectionCapturedContentResized() method in ContentRecorder.RemoteMediaProjectionManagerWrapper
/frameworks/base/media/java/android/media/projection/
DIMediaProjectionManager.aidl114 void notifyActiveProjectionCapturedContentResized(int width, int height); in notifyActiveProjectionCapturedContentResized() method
/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