Home
last modified time | relevance | path

Searched defs:DELTA (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java48 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/
DScaleAnimationTest.java35 private static float DELTA = 0.001f; field in ScaleAnimationTest
DLayoutAnimationControllerTest.java51 private static final float DELTA = 0.1f; field in LayoutAnimationControllerTest
DAnimationSetTest.java42 private static final float DELTA = 0.001f; field in AnimationSetTest
318 assertEquals(expected.getAlpha(), actual.getAlpha(), DELTA); in assertTransformationEquals() local
DGridLayoutAnimationControllerTest.java49 private static final float DELTA = 0.1f; field in GridLayoutAnimationControllerTest
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewFadingEdgeTest.java36 public static final float DELTA = 0.01f; field in TextViewFadingEdgeTest
DGalleryTest.java64 private final static float DELTA = 0.01f; field in GalleryTest
DAbsListViewTest.java74 private static final float DELTA = 0.001f; field in AbsListViewTest
/cts/tests/tests/location/src/android/location/cts/
DLocationTest.java37 private static final float DELTA = 0.1f; field in LocationTest