OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vectordrawable
(Results
1 - 25
of
26
) sorted by null
1
2
/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
...]
AnimatedVectorDrawableTest.java
167
// AVD is different than
VectorDrawable
. Every instance of it is a deep copy
168
// of the
VectorDrawable
.
/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
...]
VectorDrawable.java
162
* <li>Here is a simple
VectorDrawable
in this
vectordrawable
.xml file.
183
public class
VectorDrawable
extends Drawable {
184
private static final String LOGTAG =
VectorDrawable
.class.getSimpleName();
212
public
VectorDrawable
() {
216
private
VectorDrawable
(@NonNull VectorDrawableState state) {
373
final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.
VectorDrawable
);
416
public static
VectorDrawable
create(Resources resources, int rid) {
429
final
VectorDrawable
drawable = new
VectorDrawable
();
[
all
...]
Drawable.java
[
all
...]
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
BoundsCheckTest.java
24
import android.graphics.drawable.
VectorDrawable
;
38
private final
VectorDrawable
mVector1;
44
mVector1 = (
VectorDrawable
) res.getDrawable(R.drawable.vector_drawable28);
VectorDrawable01.java
17
import android.graphics.drawable.
VectorDrawable
;
64
VectorDrawable
vd = (
VectorDrawable
) button.getBackground();
VectorDrawablePerformance.java
18
import android.graphics.drawable.
VectorDrawable
;
70
public static
VectorDrawable
create(Resources resources, int rid) {
83
final
VectorDrawable
drawable = new
VectorDrawable
();
104
VectorDrawable
[]d = new
VectorDrawable
[icon.length];
VectorDrawableStaticPerf.java
18
import android.graphics.drawable.
VectorDrawable
;
VectorCheckbox.java
17
import android.graphics.drawable.
VectorDrawable
;
AnimatedVectorDrawableDupPerf.java
19
import android.graphics.drawable.
VectorDrawable
;
/frameworks/base/docs/html/sdk/api_diff/21/changes/
pkg_android.graphics.drawable.html
105
<A NAME="
VectorDrawable
"></A>
106
<nobr><A HREF="../../../../reference/android/graphics/drawable/
VectorDrawable
.html" target="_top"><code>
VectorDrawable
</code></A></nobr>
classes_index_additions.html
[
all
...]
classes_index_all.html
[
all
...]
/frameworks/base/docs/html/sdk/api_diff/preview-21/changes/
pkg_android.graphics.drawable.html
91
<A NAME="
VectorDrawable
"></A>
92
<nobr><A HREF="../../../../reference/android/graphics/drawable/
VectorDrawable
.html" target="_top"><code>
VectorDrawable
</code></A></nobr>
classes_index_additions.html
326
<A HREF="pkg_android.graphics.drawable.html#
VectorDrawable
" class="hiddenlink" target="rightframe"><b>
VectorDrawable
</b></A><br>
classes_index_all.html
[
all
...]
/frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java
27
import android.graphics.drawable.
VectorDrawable
;
124
} else if (d instanceof
VectorDrawable
) {
/frameworks/base/docs/html/training/material/
drawables.jd
125
<p>Vector images are represented in Android as {@link android.graphics.drawable.
VectorDrawable
}
animations.jd
485
<!-- res/drawable/
vectordrawable
.xml -->
510
android:drawable="@drawable/
vectordrawable
" >
/frameworks/base/
preloaded-classes
759
android.graphics.drawable.
VectorDrawable
760
android.graphics.drawable.
VectorDrawable
$VFullPath
761
android.graphics.drawable.
VectorDrawable
$VGroup
762
android.graphics.drawable.
VectorDrawable
$VPath
763
android.graphics.drawable.
VectorDrawable
$VPathRenderer
764
android.graphics.drawable.
VectorDrawable
$VectorDrawableState
[
all
...]
/frameworks/base/docs/html/sdk/api_diff/preview-21/
missingSinces.txt
85
NO DOC BLOCK: android.graphics.drawable.
VectorDrawable
Class
[
all
...]
/frameworks/base/core/res/res/values/
attrs.xml
[
all
...]
/frameworks/base/docs/html/sdk/api_diff/21/
missingSinces.txt
136
NO DOC BLOCK: android.graphics.drawable.
VectorDrawable
Class
[
all
...]
user_comments_for_20_to_21.xml
[
all
...]
Completed in 1476 milliseconds
1
2