Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAccessibilityEventFilterUtils.java214 private T mProperty; field in PropertyMatcher
221 mProperty = property; in PropertyMatcher()
228 return mComparator.test(event, mProperty); in matchesSafely()
233 description.appendText("Matching to " + mDescription + " " + mProperty.toString()); in describeTo()
/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java82 private String mProperty; field in PropertyValuesHolderTest
100 mProperty = "y"; in setup()
109 PropertyValuesHolder pVHolder = PropertyValuesHolder.ofFloat(mProperty, values); in testGetPropertyName()
110 assertEquals(mProperty, pVHolder.getPropertyName()); in testGetPropertyName()
117 pVHolder.setPropertyName(mProperty); in testSetPropertyName()
118 assertEquals(mProperty, pVHolder.getPropertyName()); in testSetPropertyName()
124 PropertyValuesHolder pVHolder = PropertyValuesHolder.ofFloat(mProperty, values); in testClone()
134 PropertyValuesHolder pVHolder = PropertyValuesHolder.ofFloat(mProperty, dummyValues); in testSetValues()
148 PropertyValuesHolder pVHolder = PropertyValuesHolder.ofKeyframe(mProperty, keyframes); in createAnimator()
246 PropertyValuesHolder pVHolder = PropertyValuesHolder.ofFloat(mProperty, values); in testOfFloat()
[all …]
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowQueryTest.java1012 private final Function<T, ? extends Comparable> mProperty;
1016 mProperty = comparator;
1028 Comparable a = mProperty.apply(item.get(i));
1029 Comparable b = mProperty.apply(item.get(i));