Searched refs:RAW_FLOAT_PROP (Results 1 – 1 of 1) sorted by relevance
46 assertEquals(getFloatProp(), RAW_FLOAT_PROP.get(this), 0f); in testProperty()49 RAW_FLOAT_PROP.set(this, testFloatValue); in testProperty()50 assertEquals(mFloatValue, RAW_FLOAT_PROP.get(this), 0f); in testProperty()122 private static final Property<PropertyTest, Float> RAW_FLOAT_PROP = field in PropertyTest