Searched defs:contentToRecord (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ContentRecorder.java | 351 final int contentToRecord = mContentRecordingSession.getContentToRecord(); in startRecordingIfNeeded() local 433 @RecordContent final int contentToRecord = mContentRecordingSession.getContentToRecord(); in retrieveRecordedWindowContainer() local 675 void notifyWindowingModeChanged(int contentToRecord, int targetUid, int windowingMode); in notifyWindowingModeChanged() 742 public void notifyWindowingModeChanged(int contentToRecord, int targetUid, in notifyWindowingModeChanged()
|
/frameworks/base/core/java/android/view/ |
D | ContentRecordingSession.java | 225 @RecordContent int contentToRecord, in ContentRecordingSession() 489 int contentToRecord = in.readInt(); in ContentRecordingSession() local
|
/frameworks/base/media/java/android/media/projection/ |
D | IMediaProjectionManager.aidl | 229 void notifyWindowingModeChanged(int contentToRecord, int targetProcessUid, int windowingMode); in notifyWindowingModeChanged()
|
/frameworks/base/services/core/java/com/android/server/media/projection/ |
D | MediaProjectionMetricsLogger.java | 198 int contentToRecord, int hostUid, int targetUid, int windowingMode) { in logChangedWindowingMode()
|
D | MediaProjectionManagerService.java | 490 void notifyWindowingModeChanged(int contentToRecord, int targetUid, int windowingMode) { in notifyWindowingModeChanged() 934 int contentToRecord, int targetProcessUid, int windowingMode) { in notifyWindowingModeChanged()
|