OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnimatedVectorDrawable
(Results
1 - 11
of
11
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimatedVectorDrawableTest.java
22
import android.graphics.drawable.
AnimatedVectorDrawable
;
45
private
AnimatedVectorDrawable
mAnimatedVectorDrawable;
57
mAnimatedVectorDrawable = new
AnimatedVectorDrawable
();
95
// Setup
AnimatedVectorDrawable
from xml file
124
AnimatedVectorDrawable
avd = new
AnimatedVectorDrawable
();
147
AnimatedVectorDrawable
AnimatedVectorDrawable
= new
AnimatedVectorDrawable
();
148
ConstantState constantState =
AnimatedVectorDrawable
.getConstantState()
[
all
...]
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
AnimatedVectorDrawableTest.java
18
import android.graphics.drawable.
AnimatedVectorDrawable
;
64
AnimatedVectorDrawable
d = (
AnimatedVectorDrawable
) v.getBackground();
AnimatedVectorDrawableDupPerf.java
18
import android.graphics.drawable.
AnimatedVectorDrawable
;
64
public static
AnimatedVectorDrawable
create(Resources resources, int rid) {
77
final
AnimatedVectorDrawable
drawable = new
AnimatedVectorDrawable
();
98
AnimatedVectorDrawable
[]d = new
AnimatedVectorDrawable
[icon.length];
AnimatedStateVectorDrawableTest.java
18
import android.graphics.drawable.
AnimatedVectorDrawable
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DismissViewButton.java
22
import android.graphics.drawable.
AnimatedVectorDrawable
;
35
private
AnimatedVectorDrawable
mAnimatedDismissDrawable;
54
mAnimatedDismissDrawable = (
AnimatedVectorDrawable
) getContext().getResources().getDrawable(
ExpandableNotificationRow.java
20
import android.graphics.drawable.
AnimatedVectorDrawable
;
108
} else if (drawable instanceof
AnimatedVectorDrawable
) {
109
AnimatedVectorDrawable
animationDrawable = (
AnimatedVectorDrawable
) drawable;
/frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java
46
*
AnimatedVectorDrawable
are normally defined as 3 separate XML files.
74
* Second is the
AnimatedVectorDrawable
's xml file, which defines the target
79
* <li>Here is a simple
AnimatedVectorDrawable
defined in this avd.xml file.
126
public class
AnimatedVectorDrawable
extends Drawable implements Animatable {
127
private static final String LOGTAG =
AnimatedVectorDrawable
.class.getSimpleName();
138
public
AnimatedVectorDrawable
() {
142
private
AnimatedVectorDrawable
(AnimatedVectorDrawableState state, Resources res) {
282
R.styleable.
AnimatedVectorDrawable
);
384
return new
AnimatedVectorDrawable
(this, null);
389
return new
AnimatedVectorDrawable
(this, res)
[
all
...]
AnimatedStateListDrawable.java
214
} else if (d instanceof
AnimatedVectorDrawable
) {
217
transition = new AnimatedVectorDrawableTransition((
AnimatedVectorDrawable
) d,
309
private final
AnimatedVectorDrawable
mAvd;
319
public AnimatedVectorDrawableTransition(
AnimatedVectorDrawable
avd,
349
+ " or the
AnimatedVectorDrawable
can't reverse");
Drawable.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSTile.java
21
import android.graphics.drawable.
AnimatedVectorDrawable
;
373
final
AnimatedVectorDrawable
d = (
AnimatedVectorDrawable
) super.getDrawable(context)
/prebuilts/sdk/21/
android.jar
Completed in 324 milliseconds