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

/frameworks/base/core/java/android/widget/
H A DVideoView.java229 setVideoURI(Uri.parse(path));
232 public void setVideoURI(Uri uri) { method in class:VideoView
233 setVideoURI(uri, null);
239 public void setVideoURI(Uri uri, Map<String, String> headers) { method in class:VideoView

Completed in 7 milliseconds