OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vectorDrawable
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
VectorDrawableTest.java
24
import android.graphics.drawable.
VectorDrawable
;
105
private
VectorDrawable
mVectorDrawable;
117
mVectorDrawable = new
VectorDrawable
();
129
// Setup
VectorDrawable
from xml file and draw into the bitmap.
226
VectorDrawable
vectorDrawable
= new
VectorDrawable
();
227
ConstantState constantState =
vectorDrawable
.getConstantState();
231
assertEquals(0,
vectorDrawable
.getChangingConfigurations());
234
vectorDrawable
.setChangingConfigurations(0xff)
[
all
...]
/frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java
44
* {@link android.graphics.drawable.
VectorDrawable
} to create an animated drawable.
49
* First is the XML file for {@link android.graphics.drawable.
VectorDrawable
}.
54
* <li>Here is a simple
VectorDrawable
in this
vectordrawable
.xml file.
75
*
VectorDrawable
, the target paths and groups to animate, the properties of the
80
* Note how we use the names to refer to the groups and paths in the
vectordrawable
.xml.
83
* android:drawable="@drawable/
vectordrawable
" >
286
VectorDrawable
vectorDrawable
= (
VectorDrawable
) res.getDrawable
[
all
...]
Completed in 3866 milliseconds