Home
last modified time | relevance | path

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

/cts/tests/tests/util/src/android/util/cts/
DPropertyTest.java34 public class PropertyTest { class
109 private static final Property<PropertyTest, Point> RAW_POINT_PROP =
110 new Property<PropertyTest, Point>(Point.class, "rawPoint") {
112 public void set(PropertyTest object, Point value) {
117 public Point get(PropertyTest object) {
122 private static final Property<PropertyTest, Float> RAW_FLOAT_PROP =
123 new Property<PropertyTest, Float>(Float.class, "rawFloat") {
125 public void set(PropertyTest object, Float value) {
130 public Float get(PropertyTest object) {
135 private static final FloatProperty<PropertyTest> FLOAT_PROP =
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/
DPropertyTest.java50 public class PropertyTest { class