Searched refs:mAspect (Results 1 – 1 of 1) sorted by relevance
39 protected float mAspect = 1.0f; // initial guess until we know field in FingerprintLocationAnimationVideoView51 int height = Math.round(mAspect * originalWidth); in onMeasure()82 mAspect = (float) mMediaPlayer.getVideoHeight() / mMediaPlayer.getVideoWidth(); in onFinishInflate()