OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pathErrorScale
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java
373
float
pathErrorScale
= 1;
387
pathErrorScale
= vectorDrawable.getPixelSize();
405
res, theme, animResId,
pathErrorScale
);
414
state.addPendingAnimator(animResId,
pathErrorScale
, target);
607
public void addPendingAnimator(int resId, float
pathErrorScale
, String target) {
611
mPendingAnims.add(new PendingAnimator(resId,
pathErrorScale
, target));
710
public final float
pathErrorScale
;
713
public PendingAnimator(int animResId, float
pathErrorScale
, String target) {
715
this.
pathErrorScale
=
pathErrorScale
;
[
all
...]
/frameworks/base/core/java/android/animation/
AnimatorInflater.java
111
float
pathErrorScale
) throws NotFoundException {
126
animator = createAnimatorFromXml(resources, theme, parser,
pathErrorScale
);
[
all
...]
Completed in 257 milliseconds