Home
last modified time | relevance | path

Searched refs:getVideoHeight (Results 1 – 4 of 4) sorted by relevance

/external/setupdesign/main/src/com/google/android/setupdesign/view/
DIllustrationVideoView.java387 if (mp.getVideoWidth() > 0 && mp.getVideoHeight() > 0) { in onPrepared()
388 aspectRatio = (float) mp.getVideoHeight() / mp.getVideoWidth(); in onPrepared()
390 Log.w(TAG, "Unexpected video size=" + mp.getVideoWidth() + "x" + mp.getVideoHeight()); in onPrepared()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowMediaRecorderTest.java165 assertThat(shadowMediaRecorder.getVideoHeight()).isNotEqualTo(480); in testVideoSize()
168 assertThat(shadowMediaRecorder.getVideoHeight()).isEqualTo(480); in testVideoSize()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMediaRecorder.java236 public int getVideoHeight() { in getVideoHeight() method in ShadowMediaRecorder
DShadowMediaPlayer.java1075 protected int getVideoHeight() {