OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getChangingConfigurations
(Results
1 - 10
of
10
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
Drawable_ConstantStateTest.java
75
public int
getChangingConfigurations
() {
ColorDrawableTest.java
80
assertEquals(0, colorDrawable.
getChangingConfigurations
());
83
assertEquals(1, colorDrawable.
getChangingConfigurations
());
86
assertEquals(Integer.MIN_VALUE, colorDrawable.
getChangingConfigurations
());
89
assertEquals(Integer.MAX_VALUE, colorDrawable.
getChangingConfigurations
());
96
assertEquals(colorDrawable.
getChangingConfigurations
(),
97
colorDrawable.getConstantState().
getChangingConfigurations
());
ClipDrawableTest.java
106
assertEquals(0, clipDrawable.
getChangingConfigurations
());
109
assertEquals(CONTAINED_DRAWABLE_CONFIG, clipDrawable.
getChangingConfigurations
());
113
clipDrawable.
getChangingConfigurations
());
128
assertEquals(1, clipDrawable.getConstantState().
getChangingConfigurations
());
405
public int
getChangingConfigurations
() {
DrawableContainerTest.java
149
mDrawableContainer.
getChangingConfigurations
();
166
assertEquals(0x111 | mDrawableContainerState.
getChangingConfigurations
(),
167
mDrawableContainer.
getChangingConfigurations
());
[
all
...]
/cts/tests/tests/theme/src/android/theme/cts/
ThemeRebaseTest.java
82
assertNotEquals(mTheme.
getChangingConfigurations
(), 0);
/cts/tests/tests/content/src/android/content/res/cts/
ColorStateListTest.java
80
assertEquals(c.
getChangingConfigurations
(), 0);
83
assertEquals(ActivityInfo.CONFIG_ORIENTATION, c.
getChangingConfigurations
());
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
GlideBitmapDrawable.java
188
public int
getChangingConfigurations
() {
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
SquaringDrawable.java
46
public int
getChangingConfigurations
() {
47
return wrapped.
getChangingConfigurations
();
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifDrawable.java
366
public int
getChangingConfigurations
() {
/development/samples/training/NavigationDrawer/libs/
android-support-v4.jar
Completed in 182 milliseconds