OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoPresentation
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/video/
VideoPresentation.java
34
public class
VideoPresentation
extends ProjectedPresentation {
40
public
VideoPresentation
(Context outerContext, Display display) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
ProjectionService.java
36
import com.android.cts.verifier.projection.video.
VideoPresentation
;
62
return new
VideoPresentation
(ProjectionService.this, mDisplay.getDisplay());
Completed in 85 milliseconds