Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DContentRecordingSession.java181 @RecordContent int contentToRecord, in ContentRecordingSession() argument
186 this.mContentToRecord = contentToRecord; in ContentRecordingSession()
397 int contentToRecord = in.readInt(); in ContentRecordingSession() local
402 this.mContentToRecord = contentToRecord; in ContentRecordingSession()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/taskswitcher/data/repository/
H A DMediaProjectionManagerRepository.kt80 if (session.contentToRecord == RECORD_CONTENT_DISPLAY || session.tokenToRecord == null) {
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DContentRecorder.java393 @RecordContent final int contentToRecord = mContentRecordingSession.getContentToRecord(); in retrieveRecordedWindowContainer() local
395 switch (contentToRecord) { in retrieveRecordedWindowContainer()