Searched refs:mIMediaProjectionManager (Results 1 – 1 of 1) sorted by relevance
682 @Nullable private IMediaProjectionManager mIMediaProjectionManager = null; field in ContentRecorder.RemoteMediaProjectionManagerWrapper691 if (mIMediaProjectionManager == null) { in stopActiveProjection()698 mIMediaProjectionManager.stopActiveProjection(); in stopActiveProjection()710 if (mIMediaProjectionManager == null) { in notifyActiveProjectionCapturedContentResized()714 mIMediaProjectionManager.notifyActiveProjectionCapturedContentResized(width, in notifyActiveProjectionCapturedContentResized()727 if (mIMediaProjectionManager == null) { in notifyActiveProjectionCapturedContentVisibilityChanged()731 mIMediaProjectionManager.notifyActiveProjectionCapturedContentVisibilityChanged( in notifyActiveProjectionCapturedContentVisibilityChanged()745 if (mIMediaProjectionManager == null) { in notifyWindowingModeChanged()749 mIMediaProjectionManager.notifyWindowingModeChanged( in notifyWindowingModeChanged()758 if (mIMediaProjectionManager != null) { in fetchMediaProjectionManager()[all …]