Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DContentRecorder.java402 mMediaProjectionManager.notifyActiveProjectionCapturedContentVisibilityChanged( in startRecordingIfNeeded()
407 mMediaProjectionManager.notifyActiveProjectionCapturedContentVisibilityChanged( in startRecordingIfNeeded()
658 mMediaProjectionManager.notifyActiveProjectionCapturedContentVisibilityChanged( in onVisibleRequestedChanged()
674 void notifyActiveProjectionCapturedContentVisibilityChanged(boolean isVisible); in notifyActiveProjectionCapturedContentVisibilityChanged() method
725 public void notifyActiveProjectionCapturedContentVisibilityChanged(boolean isVisible) { in notifyActiveProjectionCapturedContentVisibilityChanged() method in ContentRecorder.RemoteMediaProjectionManagerWrapper
731 mIMediaProjectionManager.notifyActiveProjectionCapturedContentVisibilityChanged( in notifyActiveProjectionCapturedContentVisibilityChanged()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DContentRecorderTests.java476 .notifyActiveProjectionCapturedContentVisibilityChanged(true); in testStartRecording_notifiesCallback_taskSession()
492 .notifyActiveProjectionCapturedContentVisibilityChanged(true); in testStartRecording_notifiesCallback_displaySession()
554 .notifyActiveProjectionCapturedContentVisibilityChanged(isVisibleRequested); in testOnVisibleRequestedChanged_notifiesCallback()
562 .notifyActiveProjectionCapturedContentVisibilityChanged(isVisibleRequested); in testOnVisibleRequestedChanged_notifiesCallback()
577 .notifyActiveProjectionCapturedContentVisibilityChanged(isVisibleRequested); in testOnVisibleRequestedChanged_noRecording_doesNotNotifyCallback()
585 .notifyActiveProjectionCapturedContentVisibilityChanged(isVisibleRequested); in testOnVisibleRequestedChanged_noRecording_doesNotNotifyCallback()
/frameworks/base/media/java/android/media/projection/
DIMediaProjectionManager.aidl119 void notifyActiveProjectionCapturedContentVisibilityChanged(boolean isVisible); in notifyActiveProjectionCapturedContentVisibilityChanged() method
/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java779 public void notifyActiveProjectionCapturedContentVisibilityChanged(boolean isVisible) { in notifyActiveProjectionCapturedContentVisibilityChanged() method in MediaProjectionManagerService.BinderService