Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DContentRecorder.java600 void notifyActiveProjectionCapturedContentVisibilityChanged(boolean isVisible); in notifyActiveProjectionCapturedContentVisibilityChanged() method
650 public void notifyActiveProjectionCapturedContentVisibilityChanged(boolean isVisible) { in notifyActiveProjectionCapturedContentVisibilityChanged() method in ContentRecorder.RemoteMediaProjectionManagerWrapper
/aosp14/frameworks/base/media/java/android/media/projection/
H A DIMediaProjectionManager.aidl104 void notifyActiveProjectionCapturedContentVisibilityChanged(boolean isVisible); in notifyActiveProjectionCapturedContentVisibilityChanged() method
/aosp14/frameworks/base/services/core/java/com/android/server/media/projection/
H A DMediaProjectionManagerService.java726 public void notifyActiveProjectionCapturedContentVisibilityChanged(boolean isVisible) { in notifyActiveProjectionCapturedContentVisibilityChanged() method in MediaProjectionManagerService.BinderService