Home
last modified time | relevance | path

Searched refs:RAW_POINT_PROP (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/util/src/android/util/cts/
DPropertyTest.java47 assertEquals(getPointProp(), RAW_POINT_PROP.get(this)); in testProperty()
52 RAW_POINT_PROP.set(this, testPointValue); in testProperty()
53 assertEquals(testPointValue, RAW_POINT_PROP.get(this)); in testProperty()
109 private static final Property<PropertyTest, Point> RAW_POINT_PROP = field in PropertyTest