Searched defs:DELTA (Results 1 – 9 of 9) sorted by relevance
| /cts/tests/tests/view/src/android/view/cts/ |
| D | MotionEventTest.java | 48 private static final float DELTA = 0.01f; field in MotionEventTest 102 assertEquals(motionEvent.getX(), mMotionEvent1.getX(), DELTA); in testObtain2() local 103 assertEquals(motionEvent.getY(), mMotionEvent1.getY(), DELTA); in testObtain2() local 104 assertEquals(motionEvent.getX(), mMotionEvent1.getRawX(), DELTA); in testObtain2() local 105 assertEquals(motionEvent.getY(), mMotionEvent1.getRawY(), DELTA); in testObtain2() local 109 assertEquals(motionEvent.getPressure(), mMotionEvent1.getPressure(), DELTA); in testObtain2() local 110 assertEquals(motionEvent.getSize(), mMotionEvent1.getSize(), DELTA); in testObtain2() local 111 assertEquals(motionEvent.getXPrecision(), mMotionEvent1.getXPrecision(), DELTA); in testObtain2() local 112 assertEquals(motionEvent.getYPrecision(), mMotionEvent1.getYPrecision(), DELTA); in testObtain2() local 172 assertEquals(mMotionEvent2.getRawY(), motionEvent.getRawY(), DELTA); in testWriteToParcel() local [all …]
|
| /cts/tests/tests/view/src/android/view/animation/cts/ |
| D | ScaleAnimationTest.java | 35 private static float DELTA = 0.001f; field in ScaleAnimationTest
|
| D | LayoutAnimationControllerTest.java | 51 private static final float DELTA = 0.1f; field in LayoutAnimationControllerTest
|
| D | AnimationSetTest.java | 42 private static final float DELTA = 0.001f; field in AnimationSetTest 318 assertEquals(expected.getAlpha(), actual.getAlpha(), DELTA); in assertTransformationEquals() local
|
| D | GridLayoutAnimationControllerTest.java | 49 private static final float DELTA = 0.1f; field in GridLayoutAnimationControllerTest
|
| /cts/tests/tests/widget/src/android/widget/cts/ |
| D | TextViewFadingEdgeTest.java | 36 public static final float DELTA = 0.01f; field in TextViewFadingEdgeTest
|
| D | GalleryTest.java | 64 private final static float DELTA = 0.01f; field in GalleryTest
|
| D | AbsListViewTest.java | 74 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
|