Home
last modified time | relevance | path

Searched refs:captureRegion (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/projection/
H A DMediaProjectionConfig.java96 private MediaProjectionConfig(@CaptureRegion int captureRegion) { in MediaProjectionConfig() argument
97 mRegionToCapture = captureRegion; in MediaProjectionConfig()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaProjectionAppSelectorActivity.kt236 val captureRegion = MediaProjectionCaptureTarget(launchCookie) regex
237 val data = Bundle().apply { putParcelable(KEY_CAPTURE_TARGET, captureRegion) }
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenMediaRecorder.java98 MediaProjectionCaptureTarget captureRegion, in ScreenMediaRecorder() argument
103 mCaptureRegion = captureRegion; in ScreenMediaRecorder()