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.java599 void notifyActiveProjectionCapturedContentResized(int width, int height); in notifyActiveProjectionCapturedContentResized() method
633 public void notifyActiveProjectionCapturedContentResized(int width, int height) { in notifyActiveProjectionCapturedContentResized() method in ContentRecorder.RemoteMediaProjectionManagerWrapper
/frameworks/base/media/java/android/media/projection/
DIMediaProjectionManager.aidl100 void notifyActiveProjectionCapturedContentResized(int width, int height); in notifyActiveProjectionCapturedContentResized() method
/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java702 public void notifyActiveProjectionCapturedContentResized(int width, int height) { in notifyActiveProjectionCapturedContentResized() method in MediaProjectionManagerService.BinderService