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.java120 private T mProperty; field in AccessibilityEventFilterUtils.PropertyMatcher
127 mProperty = property; in PropertyMatcher()
134 return mComparator.test(event, mProperty); in matchesSafely()
139 description.appendText("Matching to " + mDescription + " " + mProperty.toString()); in describeTo()
/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java79 private String mProperty; field in PropertyValuesHolderTest
90 mProperty = "y"; in setup()
99 PropertyValuesHolder pVHolder = PropertyValuesHolder.ofFloat(mProperty, values); in testGetPropertyName()
100 assertEquals(mProperty, pVHolder.getPropertyName()); in testGetPropertyName()
107 pVHolder.setPropertyName(mProperty); in testSetPropertyName()
108 assertEquals(mProperty, pVHolder.getPropertyName()); in testSetPropertyName()
114 PropertyValuesHolder pVHolder = PropertyValuesHolder.ofFloat(mProperty, values); in testClone()
123 PropertyValuesHolder pVHolder = PropertyValuesHolder.ofFloat(mProperty, dummyValues); in testSetValues()
137 PropertyValuesHolder pVHolder = PropertyValuesHolder.ofKeyframe(mProperty, keyframes); in createAnimator()
233 PropertyValuesHolder pVHolder = PropertyValuesHolder.ofFloat(mProperty, values); in testOfFloat()
[all …]
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowQueryTest.java854 private final Function<T, ? extends Comparable> mProperty;
858 mProperty = comparator;
870 Comparable a = mProperty.apply(item.get(i));
871 Comparable b = mProperty.apply(item.get(i));