Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DContentRecordingSession.java102 return new ContentRecordingSession().setDisplayToRecord(displayToMirror) in createDisplaySession()
288 public @NonNull ContentRecordingSession setDisplayToRecord( int value) { in setDisplayToRecord() method in ContentRecordingSession
481 public @NonNull Builder setDisplayToRecord(int value) { in setDisplayToRecord() method in ContentRecordingSession.Builder
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DContentRecordingSessionTest.java102 displaySession2.setDisplayToRecord(DEFAULT_DISPLAY); in testIsValid_displaySession()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DContentRecorderTests.java124 mDisplaySession.setDisplayToRecord(mDefaultDisplay.mDisplayId); in setUp()