HomeSort by relevance Sort by last modified time
    Searched defs:mPropertyName (Results 1 - 13 of 13) sorted by null

  /frameworks/support/dynamic-animation/src/main/java/androidx/dynamicanimation/animation/
FloatPropertyCompat.java 37 final String mPropertyName;
43 mPropertyName = name;
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
PropertyCheck.java 34 protected String mPropertyName = null;
48 String propertyValue = device.getProperty(mPropertyName);
51 mPropertyName, mExpectedPropertyValue);
57 mExpectedPropertyValue, propertyValue, mPropertyName);
  /frameworks/base/core/java/android/animation/
ObjectAnimator.java 82 private String mPropertyName;
124 mPropertyName = propertyName;
144 mValuesMap.put(mPropertyName, valuesHolder);
147 mPropertyName = property.getName();
173 if (mPropertyName != null) {
174 propertyName = mPropertyName;
    [all...]
PropertyValuesHolder.java 45 String mPropertyName;
135 mPropertyName = propertyName;
145 mPropertyName = property.getName();
    [all...]
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
ActivityTransitionActivity.java 260 private final String mPropertyName;
265 mPropertyName = null;
271 mPropertyName = propertyName;
277 if (mPropertyName != null) {
280 data.putInt(mPropertyName, view.getVisibility());
  /prebuilts/tools/common/m2/repository/com/nineoldandroids/library/2.4.0/
library-2.4.0.jar 
  /test/framework/harnesses/cts-tradefed/
tradefed-cts-prebuilt.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 254 milliseconds