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

  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 504 // defined in propertyXName or propertyYName attribute, the path will be defined in the
509 String propertyXName =
519 if (propertyXName == null && propertyYName == null) {
521 + " propertyXName or propertyYName is needed for PathData");
537 if (propertyXName != null) {
538 x = PropertyValuesHolder.ofKeyframes(propertyXName, xKeyframes);
    [all...]
  /frameworks/support/graphics/drawable/animated/src/main/java/androidx/vectordrawable/graphics/drawable/
AnimatorInflaterCompat.java 398 // defined in propertyXName or propertyYName attribute, the path will be defined in the
403 String propertyXName = TypedArrayUtils.getNamedString(arrayObjectAnimator, parser,
404 "propertyXName", AndroidResources.STYLEABLE_PROPERTY_ANIMATOR_PROPERTY_X_NAME);
414 if (propertyXName == null && propertyYName == null) {
416 + " propertyXName or propertyYName is needed for PathData");
419 setupPathMotion(path, oa, 0.5f * pixelSize, propertyXName, propertyYName);
434 String propertyXName, String propertyYName) {
482 if (propertyXName != null) {
483 x = PropertyValuesHolder.ofFloat(propertyXName, mX);
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 74 milliseconds