Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java72 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 …]
DMotionEventUtils.java26 private static final float DELTA = 0.01f; field in MotionEventUtils
/cts/tests/tests/media/src/android/media/cts/
DAudioSystemTest.java50 final float DELTA = 0.f; // float values must be exact in testBalance() local
DPlaybackStateTest.java42 private static final float DELTA = 1e-7f; field in PlaybackStateTest
/cts/apps/CameraITS/tests/scene0/
Dtest_tonemap_curve.py30 DELTA = 0.0005 # crop on edge of color bars variable
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCbGeoUtilsTest.java45 private static final double DELTA = 1; field in CbGeoUtilsTest
/cts/tests/tests/view/src/android/view/animation/cts/
DScaleAnimationTest.java49 private static float DELTA = 0.001f; field in ScaleAnimationTest
DAnimationSetTest.java55 private static final float DELTA = 0.001f; field in AnimationSetTest
346 assertEquals(expected.getAlpha(), actual.getAlpha(), DELTA); in assertTransformationEquals() local
DLayoutAnimationControllerTest.java55 private static final float DELTA = 0.1f; field in LayoutAnimationControllerTest
DGridLayoutAnimationControllerTest.java53 private static final float DELTA = 0.1f; field in GridLayoutAnimationControllerTest
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAdaptiveIconMaskTest.java52 private static final double DELTA = .01f; field in AdaptiveIconMaskTest
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewFadingEdgeTest.java57 public static final float DELTA = 0.01f; field in TextViewFadingEdgeTest
DGalleryTest.java67 private final static float DELTA = 0.01f; field in GalleryTest
DAbsListViewTest.java128 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