Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationSetTest.java232 final float scaleFactor = 2.0f; in testScaleCurrentDuration() local
233 animationSet.scaleCurrentDuration(scaleFactor); in testScaleCurrentDuration()
236 assertEquals((long) (originDurations[i] * scaleFactor), children.get(i).getDuration()); in testScaleCurrentDuration()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java183 float scaleFactor = sz.height * sz.width / (float)(1280 * 720); in getVideoBitRate() local
184 rate = (int)(rate * scaleFactor); in getVideoBitRate()
/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java2027 float scaleFactor = sz.getHeight() * sz.getWidth() / (float)(1920 * 1080);
2028 rate = (int)(rate * scaleFactor);
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java1616 final float scaleFactor = Math.max(1.0f, 1.0f / mOnUiThread.getScale()); in testGetContentHeight() local
1619 * scaleFactor)); in testGetContentHeight()