Searched refs:VIDEO_HEIGHT (Results 1 – 1 of 1) sorted by relevance
56 private static final int VIDEO_HEIGHT = 150; field in VideoPreferenceTest78 when(mAnimationController.getVideoHeight()).thenReturn(VIDEO_HEIGHT); in setUp()93 assertThat(layout.mAspectRatio).isWithin(0.01f).of(VIDEO_WIDTH / (float) VIDEO_HEIGHT); in onBindViewHolder_hasCorrectRatio()