Searched refs:notifyActiveProjectionCapturedContentResized (Results 1 – 4 of 4) sorted by relevance
533 mMediaProjectionManager.notifyActiveProjectionCapturedContentResized( in updateMirroredSurface()599 void notifyActiveProjectionCapturedContentResized(int width, int height); in notifyActiveProjectionCapturedContentResized() method633 public void notifyActiveProjectionCapturedContentResized(int width, int height) { in notifyActiveProjectionCapturedContentResized() method in ContentRecorder.RemoteMediaProjectionManagerWrapper639 mIMediaProjectionManager.notifyActiveProjectionCapturedContentResized(width, in notifyActiveProjectionCapturedContentResized()
100 void notifyActiveProjectionCapturedContentResized(int width, int height); in notifyActiveProjectionCapturedContentResized() method
385 verify(mMediaProjectionManagerWrapper).notifyActiveProjectionCapturedContentResized( in testOnTaskBoundsConfigurationChanged_notifiesCallback()601 verify(mMediaProjectionManagerWrapper).notifyActiveProjectionCapturedContentResized( in testUpdateMirroredSurface_capturedAreaResized()
702 public void notifyActiveProjectionCapturedContentResized(int width, int height) { in notifyActiveProjectionCapturedContentResized() method in MediaProjectionManagerService.BinderService