Home
last modified time | relevance | path

Searched defs:fraction (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/animation/src/android/animation/cts/
DKeyframeTest.java37 float fraction = keyFrame.getFraction(); in testGetFraction() local
45 float fraction = keyFrame.getFraction(); in testSetFraction() local
52 float fraction = keyFrame.getFraction(); in testOfFloat() local
73 float fraction = keyFrame.getFraction(); in testOfObject() local
DEvaluatorTest.java50 float fraction = 0.5f; in testFloatEvaluator() local
76 float fraction = 0.5f; in floatArrayEvaluatorTestImpl() local
153 final float fraction = 0.5f; in testIntEvaluator() local
179 float fraction = 0.5f; in intArrayEvaluatorTestImpl() local
211 final float fraction = 0.5f; in rectEvaluatorTestImpl() local
249 final float fraction = 0.5f; in pointFEvaluatorTestImpl() local
DObjectAnimatorTest.java394 float fraction = animation.getAnimatedFraction(); in testOfFloat_Path() local
449 float fraction = animation.getAnimatedFraction(); in testOfInt_Path() local
570 float fraction = animation.getAnimatedFraction(); in testOfMultiFloat() local
671 float fraction = animation.getAnimatedFraction(); in testOfMultiInt() local
DPropertyValuesHolderTest.java393 float fraction = animation.getAnimatedFraction(); in testOfMultiFloat_Array() local
487 float fraction = animation.getAnimatedFraction(); in testOfMultiInt_Array() local
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtilsReceiver.java68 final double fraction = extras.getDouble(EXTRA_FRACTION, 0); in doAllocation() local
/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerManifestLayoutTests.java124 int vGravity, int hGravity, boolean fraction) throws Exception { in testLayout()
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java390 private long doAllocateReceiver(String pkg, double fraction, long time) throws Exception { in doAllocateReceiver()
410 private long doAllocateProvider(String pkg, double fraction, long time) throws Exception { in doAllocateProvider()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java819 static private Target.Floaty mix(double start, double stop, double fraction, Target t) { in mix()