OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMediaProjectionManager
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/ScreenCapture/Application/src/main/java/com/example/android/screencapture/
ScreenCaptureFragment.java
60
private MediaProjectionManager
mMediaProjectionManager
;
94
mMediaProjectionManager
= (MediaProjectionManager)
153
mMediaProjection =
mMediaProjectionManager
.getMediaProjection(mResultCode, mResultData);
177
mMediaProjectionManager
.createScreenCaptureIntent(),
/developers/samples/android/media/ScreenCapture/Application/src/main/java/com/example/android/screencapture/
ScreenCaptureFragment.java
60
private MediaProjectionManager
mMediaProjectionManager
;
94
mMediaProjectionManager
= (MediaProjectionManager)
153
mMediaProjection =
mMediaProjectionManager
.getMediaProjection(mResultCode, mResultData);
177
mMediaProjectionManager
.createScreenCaptureIntent(),
/development/samples/browseable/ScreenCapture/src/com.example.android.screencapture/
ScreenCaptureFragment.java
60
private MediaProjectionManager
mMediaProjectionManager
;
94
mMediaProjectionManager
= (MediaProjectionManager)
153
mMediaProjection =
mMediaProjectionManager
.getMediaProjection(mResultCode, mResultData);
177
mMediaProjectionManager
.createScreenCaptureIntent(),
Completed in 42 milliseconds