Searched refs:carProp (Results 1 – 1 of 1) sorted by relevance
259 CarPropertyValue<Boolean> carProp = getProperty(Boolean.class, prop, area); in getBooleanProperty() local260 return carProp != null ? carProp.getValue() : false; in getBooleanProperty()270 CarPropertyValue<Float> carProp = getProperty(Float.class, prop, area); in getFloatProperty() local271 return carProp != null ? carProp.getValue() : 0f; in getFloatProperty()281 CarPropertyValue<Integer> carProp = getProperty(Integer.class, prop, area); in getIntProperty() local282 return carProp != null ? carProp.getValue() : 0; in getIntProperty()