HomeSort by relevance Sort by last modified time
    Searched refs:mVectorDrawable (Results 1 - 5 of 5) sorted by null

  /frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
AnimatedVectorDrawableCompat.java 284 mAnimatedVectorState.mVectorDrawable.draw(canvas);
296 mAnimatedVectorState.mVectorDrawable.setBounds(bounds);
304 return mAnimatedVectorState.mVectorDrawable.setState(state);
312 return mAnimatedVectorState.mVectorDrawable.setLevel(level);
320 return mAnimatedVectorState.mVectorDrawable.getAlpha();
329 mAnimatedVectorState.mVectorDrawable.setAlpha(alpha);
338 mAnimatedVectorState.mVectorDrawable.setColorFilter(colorFilter);
348 mAnimatedVectorState.mVectorDrawable.setTint(tint);
358 mAnimatedVectorState.mVectorDrawable.setTintList(tint);
368 mAnimatedVectorState.mVectorDrawable.setTintMode(tintMode)
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java 348 if (mAnimatedVectorState.mVectorDrawable != null) {
349 mAnimatedVectorState.mVectorDrawable.clearMutated();
405 mAnimatedVectorState.mVectorDrawable.draw(canvas);
410 mAnimatedVectorState.mVectorDrawable.setBounds(bounds);
415 return mAnimatedVectorState.mVectorDrawable.setState(state);
420 return mAnimatedVectorState.mVectorDrawable.setLevel(level);
425 return mAnimatedVectorState.mVectorDrawable.setLayoutDirection(layoutDirection);
437 return mAnimatedVectorState.mVectorDrawable.getAlpha();
442 mAnimatedVectorState.mVectorDrawable.setAlpha(alpha);
447 mAnimatedVectorState.mVectorDrawable.setColorFilter(colorFilter)
    [all...]
  /frameworks/base/libs/hwui/
PropertyValuesAnimatorSet.h 64 void setVectorDrawable(VectorDrawableRoot* vd) { mVectorDrawable = vd; }
65 VectorDrawableRoot* getVectorDrawable() const { return mVectorDrawable.get(); }
83 sp<VectorDrawableRoot> mVectorDrawable;
  /frameworks/support/graphics/drawable/static/tests/src/android/support/graphics/drawable/tests/
VectorDrawableTest.java 132 private VectorDrawableCompat mVectorDrawable;
159 mVectorDrawable = VectorDrawableCompat.create(mResources, resIds[i], mTheme);
160 mVectorDrawable.setBounds(0, 0, IMAGE_WIDTH, IMAGE_HEIGHT);
162 mVectorDrawable.setState(stateSet);
166 mVectorDrawable.draw(mCanvas);
  /prebuilts/sdk/current/support/graphics/drawable/
android-support-animatedvectordrawable.jar 

Completed in 671 milliseconds