/cts/tests/tests/view/src/android/view/cts/ |
D | MotionEventTest.java | 72 private static final float DELTA = 0.01f; field in MotionEventTest 127 assertEquals(mMotionEvent2.getX(), mMotionEventDynamic.getX(), DELTA); in testObtainFromMotionEvent() local 128 assertEquals(mMotionEvent2.getY(), mMotionEventDynamic.getY(), DELTA); in testObtainFromMotionEvent() local 129 assertEquals(mMotionEvent2.getX(), mMotionEventDynamic.getRawX(), DELTA); in testObtainFromMotionEvent() local 130 assertEquals(mMotionEvent2.getY(), mMotionEventDynamic.getRawY(), DELTA); in testObtainFromMotionEvent() local 134 assertEquals(mMotionEvent2.getPressure(), mMotionEventDynamic.getPressure(), DELTA); in testObtainFromMotionEvent() local 135 assertEquals(mMotionEvent2.getSize(), mMotionEventDynamic.getSize(), DELTA); in testObtainFromMotionEvent() local 136 assertEquals(mMotionEvent2.getXPrecision(), mMotionEventDynamic.getXPrecision(), DELTA); in testObtainFromMotionEvent() local 137 assertEquals(mMotionEvent2.getYPrecision(), mMotionEventDynamic.getYPrecision(), DELTA); in testObtainFromMotionEvent() local 262 assertEquals(mMotionEvent2.getRawY(), motionEvent.getRawY(), DELTA); in testWriteToParcel() local [all …]
|
D | MotionEventUtils.java | 26 private static final float DELTA = 0.01f; field in MotionEventUtils
|
/cts/tests/tests/media/src/android/media/cts/ |
D | AudioSystemTest.java | 50 final float DELTA = 0.f; // float values must be exact in testBalance() local
|
D | PlaybackStateTest.java | 42 private static final float DELTA = 1e-7f; field in PlaybackStateTest
|
/cts/apps/CameraITS/tests/scene0/ |
D | test_tonemap_curve.py | 30 DELTA = 0.0005 # crop on edge of color bars variable
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | CbGeoUtilsTest.java | 45 private static final double DELTA = 1; field in CbGeoUtilsTest
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | ScaleAnimationTest.java | 49 private static float DELTA = 0.001f; field in ScaleAnimationTest
|
D | AnimationSetTest.java | 55 private static final float DELTA = 0.001f; field in AnimationSetTest 346 assertEquals(expected.getAlpha(), actual.getAlpha(), DELTA); in assertTransformationEquals() local
|
D | LayoutAnimationControllerTest.java | 55 private static final float DELTA = 0.1f; field in LayoutAnimationControllerTest
|
D | GridLayoutAnimationControllerTest.java | 53 private static final float DELTA = 0.1f; field in GridLayoutAnimationControllerTest
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | AdaptiveIconMaskTest.java | 52 private static final double DELTA = .01f; field in AdaptiveIconMaskTest
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewFadingEdgeTest.java | 57 public static final float DELTA = 0.01f; field in TextViewFadingEdgeTest
|
D | GalleryTest.java | 67 private final static float DELTA = 0.01f; field in GalleryTest
|
D | AbsListViewTest.java | 128 private static final float DELTA = 0.001f; field in AbsListViewTest
|
/cts/tests/tests/location/src/android/location/cts/ |
D | LocationTest.java | 37 private static final float DELTA = 0.1f; field in LocationTest
|