Searched defs:setVideoURI (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DHTML5VideoView.java206 public void setVideoURI(String uri, HTML5VideoViewProxy proxy) { method in class:HTML5VideoView
260 // Normally called immediately after setVideoURI. But for full screen,
/frameworks/base/core/java/android/widget/
H A DVideoView.java202 setVideoURI(Uri.parse(path));
205 public void setVideoURI(Uri uri) { method in class:VideoView
206 setVideoURI(uri, null);
212 public void setVideoURI(Uri uri, Map<String, String> headers) { method in class:VideoView

Completed in 1135 milliseconds