Home
last modified time | relevance | path

Searched refs:setVideoPath (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowVideoViewTest.java50 view.setVideoPath("video.mp4"); in shouldSetVideoPath()
53 view.setVideoPath(null); in shouldSetVideoPath()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVideoView.java46 protected void setVideoPath(String path) { in setVideoPath() method in ShadowVideoView