Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DContentRecorder.java367 mMediaProjectionManager.notifyActiveProjectionCapturedContentVisibilityChanged( in startRecordingIfNeeded()
372 mMediaProjectionManager.notifyActiveProjectionCapturedContentVisibilityChanged( in startRecordingIfNeeded()
592 mMediaProjectionManager.notifyActiveProjectionCapturedContentVisibilityChanged( in onVisibleRequestedChanged()
600 void notifyActiveProjectionCapturedContentVisibilityChanged(boolean isVisible); in notifyActiveProjectionCapturedContentVisibilityChanged() method
650 public void notifyActiveProjectionCapturedContentVisibilityChanged(boolean isVisible) { in notifyActiveProjectionCapturedContentVisibilityChanged() method in ContentRecorder.RemoteMediaProjectionManagerWrapper
656 mIMediaProjectionManager.notifyActiveProjectionCapturedContentVisibilityChanged( in notifyActiveProjectionCapturedContentVisibilityChanged()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DContentRecorderTests.java431 .notifyActiveProjectionCapturedContentVisibilityChanged(true); in testStartRecording_notifiesCallback_taskSession()
443 .notifyActiveProjectionCapturedContentVisibilityChanged(true); in testStartRecording_notifiesCallback_displaySession()
498 .notifyActiveProjectionCapturedContentVisibilityChanged(isVisibleRequested); in testOnVisibleRequestedChanged_notifiesCallback()
506 .notifyActiveProjectionCapturedContentVisibilityChanged(isVisibleRequested); in testOnVisibleRequestedChanged_notifiesCallback()
520 .notifyActiveProjectionCapturedContentVisibilityChanged(isVisibleRequested); in testOnVisibleRequestedChanged_noRecording_doesNotNotifyCallback()
528 .notifyActiveProjectionCapturedContentVisibilityChanged(isVisibleRequested); in testOnVisibleRequestedChanged_noRecording_doesNotNotifyCallback()
/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