Searched refs:getVideoHeight (Results 1 – 3 of 3) sorted by relevance
101 protected int getVideoHeight() { in getVideoHeight() method in MediaPlayerBridge102 return getLocalPlayer().getVideoHeight(); in getVideoHeight()
166 assertThat(shadowMediaRecorder.getVideoHeight(), not(equalTo(480))); in testVideoSize()169 assertThat(shadowMediaRecorder.getVideoHeight(), equalTo(480)); in testVideoSize()
233 public int getVideoHeight() { in getVideoHeight() method in ShadowMediaRecorder