OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setChangingConfigurations
(Results
1 - 18
of
18
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ShapeDrawableTest.java
87
shapeDrawable.
setChangingConfigurations
(1);
90
shapeDrawable.
setChangingConfigurations
(Integer.MIN_VALUE);
93
shapeDrawable.
setChangingConfigurations
(Integer.MAX_VALUE);
96
shapeDrawable.
setChangingConfigurations
(1);
98
shapeDrawable.
setChangingConfigurations
(2);
106
shapeDrawable.
setChangingConfigurations
(1);
ColorDrawableTest.java
82
colorDrawable.
setChangingConfigurations
(1);
85
colorDrawable.
setChangingConfigurations
(Integer.MIN_VALUE);
88
colorDrawable.
setChangingConfigurations
(Integer.MAX_VALUE);
AnimatedVectorDrawableTest.java
133
avd.
setChangingConfigurations
(0xff);
142
avd.
setChangingConfigurations
(0xff00);
154
AnimatedVectorDrawable.
setChangingConfigurations
(1);
ClipDrawableTest.java
108
colorDrawable.
setChangingConfigurations
(CONTAINED_DRAWABLE_CONFIG);
111
clipDrawable.
setChangingConfigurations
(SUPER_CONFIG);
126
clipDrawable.
setChangingConfigurations
(1);
VectorDrawableTest.java
320
vectorDrawable.
setChangingConfigurations
(0xff);
329
vectorDrawable.
setChangingConfigurations
(0xff00);
341
vectorDrawable.
setChangingConfigurations
(1);
RotateDrawableTest.java
145
mRotateDrawable.
setChangingConfigurations
(Configuration.KEYBOARD_NOKEYS);
148
mRotateDrawable.
setChangingConfigurations
(Configuration.KEYBOARD_12KEY);
AdaptiveIconDrawableTest.java
130
iconDrawable.
setChangingConfigurations
(11);
133
iconDrawable.
setChangingConfigurations
(-21);
DrawableWrapperTest.java
191
mockDrawable.
setChangingConfigurations
(CONTAINED_DRAWABLE_CONFIG);
194
wrapper.
setChangingConfigurations
(SUPER_CONFIG);
InsetDrawableTest.java
142
mInsetDrawable.
setChangingConfigurations
(11);
145
mInsetDrawable.
setChangingConfigurations
(-21);
BitmapDrawableTest.java
277
bitmapDrawable.
setChangingConfigurations
(1);
280
bitmapDrawable.
setChangingConfigurations
(2);
373
bitmapDrawable.
setChangingConfigurations
(1);
DrawableContainerTest.java
156
dr0.
setChangingConfigurations
(0x001);
159
dr1.
setChangingConfigurations
(0x010);
165
mDrawableContainer.
setChangingConfigurations
(0x100);
[
all
...]
DrawableTest.java
502
mockDrawable.
setChangingConfigurations
(1);
505
mockDrawable.
setChangingConfigurations
(Integer.MAX_VALUE);
508
mockDrawable.
setChangingConfigurations
(Integer.MIN_VALUE);
[
all
...]
NinePatchDrawableTest.java
159
mNinePatchDrawable.
setChangingConfigurations
(0xff);
168
mNinePatchDrawable.
setChangingConfigurations
(0xff00);
365
mNinePatchDrawable.
setChangingConfigurations
(0xff);
ScaleDrawableTest.java
180
mockDrawable.
setChangingConfigurations
(CONTAINED_DRAWABLE_CONFIG);
183
scaleDrawable.
setChangingConfigurations
(SUPER_CONFIG);
430
scaleDrawable.
setChangingConfigurations
(1);
GradientDrawableTest.java
385
gradientDrawable.
setChangingConfigurations
(10);
388
gradientDrawable.
setChangingConfigurations
(-20);
LayerDrawableTest.java
432
mBitmapDrawable.
setChangingConfigurations
(gradientDrawableConfig);
433
mColorDrawable.
setChangingConfigurations
(colorDrawableConfig);
439
layerDrawable.
setChangingConfigurations
(superConfig);
[
all
...]
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
SquaringDrawable.java
41
public void
setChangingConfigurations
(int configs) {
42
wrapped.
setChangingConfigurations
(configs);
/development/samples/training/NavigationDrawer/libs/
android-support-v4.jar
Completed in 292 milliseconds