Home
last modified time | relevance | path

Searched refs:getChangingConfigurations (Results 1 – 20 of 20) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DColorDrawableTest.java65 assertEquals(0, colorDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
68 assertEquals(1, colorDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
71 assertEquals(Integer.MIN_VALUE, colorDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
74 assertEquals(Integer.MAX_VALUE, colorDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
80 assertEquals(colorDrawable.getChangingConfigurations(), in testGetConstantState()
81 colorDrawable.getConstantState().getChangingConfigurations()); in testGetConstantState()
DAnimatedVectorDrawableTest.java176 assertEquals(0, constantState.getChangingConfigurations()); in testGetChangingConfigurations()
177 assertEquals(0, avd.getChangingConfigurations()); in testGetChangingConfigurations()
181 assertEquals(0xff, avd.getChangingConfigurations()); in testGetChangingConfigurations()
182 assertEquals(0, constantState.getChangingConfigurations()); in testGetChangingConfigurations()
186 assertEquals(0xff, constantState.getChangingConfigurations()); in testGetChangingConfigurations()
190 assertEquals(0xff, constantState.getChangingConfigurations()); in testGetChangingConfigurations()
191 assertEquals(0xffff, avd.getChangingConfigurations()); in testGetChangingConfigurations()
199 assertEquals(0, constantState.getChangingConfigurations()); in testGetConstantState()
204 assertEquals(1, constantState.getChangingConfigurations()); in testGetConstantState()
DVectorDrawableTest.java345 assertEquals(0, constantState.getChangingConfigurations()); in testGetChangingConfigurations()
346 assertEquals(0, vectorDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
350 assertEquals(0xff, vectorDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
351 assertEquals(0, constantState.getChangingConfigurations()); in testGetChangingConfigurations()
355 assertEquals(0xff, constantState.getChangingConfigurations()); in testGetChangingConfigurations()
359 assertEquals(0xff, constantState.getChangingConfigurations()); in testGetChangingConfigurations()
360 assertEquals(0xffff, vectorDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
368 assertEquals(0, constantState.getChangingConfigurations()); in testGetConstantState()
373 assertEquals(1, constantState.getChangingConfigurations()); in testGetConstantState()
DShapeDrawableTest.java65 assertEquals(0, shapeDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
68 assertEquals(1, shapeDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
71 assertEquals(Integer.MIN_VALUE, shapeDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
74 assertEquals(Integer.MAX_VALUE, shapeDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
79 assertEquals(3, shapeDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
88 assertEquals(1, constantState.getChangingConfigurations()); in testGetConstantState()
DNinePatchDrawableTest.java138 assertEquals(0, constantState.getChangingConfigurations()); in testGetChangingConfigurations()
139 assertEquals(0, mNinePatchDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
143 assertEquals(0xff, mNinePatchDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
144 assertEquals(0, constantState.getChangingConfigurations()); in testGetChangingConfigurations()
148 assertEquals(0xff, constantState.getChangingConfigurations()); in testGetChangingConfigurations()
152 assertEquals(0xff, constantState.getChangingConfigurations()); in testGetChangingConfigurations()
153 assertEquals(0xffff, mNinePatchDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
323 assertEquals(0, constantState.getChangingConfigurations()); in testGetConstantState()
326 assertEquals(0xff, constantState.getChangingConfigurations()); in testGetConstantState()
DClipDrawableTest.java78 assertEquals(0, clipDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
81 assertEquals(CONTAINED_DRAWABLE_CONFIG, clipDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
85 clipDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
98 assertEquals(1, clipDrawable.getConstantState().getChangingConfigurations()); in testGetConstantState()
423 public int getChangingConfigurations() { in getChangingConfigurations() method in ClipDrawableTest.MockConstantState
DDrawable_ConstantStateTest.java56 public int getChangingConfigurations() { in getChangingConfigurations() method in Drawable_ConstantStateTest.MockConstantState
DRotateDrawableTest.java115 assertEquals(0, mRotateDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
118 assertEquals(Configuration.KEYBOARD_NOKEYS, mRotateDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
121 assertEquals(Configuration.KEYBOARD_12KEY, mRotateDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
DScaleDrawableTest.java185 assertEquals(0, scaleDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
188 assertEquals(CONTAINED_DRAWABLE_CONFIG, scaleDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
192 scaleDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
421 assertEquals(0, constantState.getChangingConfigurations()); in testGetConstantState()
426 assertEquals(1, constantState.getChangingConfigurations()); in testGetConstantState()
DDrawableWrapperTest.java190 assertEquals(0, wrapper.getChangingConfigurations()); in testGetChangingConfigurations()
193 assertEquals(CONTAINED_DRAWABLE_CONFIG, wrapper.getChangingConfigurations()); in testGetChangingConfigurations()
197 wrapper.getChangingConfigurations()); in testGetChangingConfigurations()
DBitmapDrawableTest.java238 assertEquals(0, bitmapDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
241 assertEquals(1, bitmapDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
244 assertEquals(2, bitmapDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
324 assertEquals(0, constantState.getChangingConfigurations()); in testGetConstantState()
329 assertEquals(1, constantState.getChangingConfigurations()); in testGetConstantState()
DDrawableTest.java382 assertEquals(0, mockDrawable.getChangingConfigurations()); in testAccessChangingConfigurations()
385 assertEquals(1, mockDrawable.getChangingConfigurations()); in testAccessChangingConfigurations()
388 assertEquals(Integer.MAX_VALUE, mockDrawable.getChangingConfigurations()); in testAccessChangingConfigurations()
391 assertEquals(Integer.MIN_VALUE, mockDrawable.getChangingConfigurations()); in testAccessChangingConfigurations()
DGradientDrawableTest.java337 assertEquals(0, gradientDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
340 assertEquals(10, gradientDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
343 assertEquals(-20, gradientDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
DInsetDrawableTest.java142 assertEquals(11, insetDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
145 assertEquals(-21, insetDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
DDrawableContainerTest.java106 mDrawableContainer.getChangingConfigurations(); in testGetChangingConfigurations()
123 assertEquals(0x111 | mDrawableContainerState.getChangingConfigurations(), in testGetChangingConfigurations()
124 mDrawableContainer.getChangingConfigurations()); in testGetChangingConfigurations()
DLayerDrawableTest.java440 assertEquals(childConfig, layerDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
443 assertEquals(superConfig | childConfig, layerDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
833 assertEquals(0, constantState.getChangingConfigurations()); in testGetConstantState()
838 assertEquals(1, constantState.getChangingConfigurations()); in testGetConstantState()
/cts/tests/tests/content/src/android/content/res/cts/
DResources_ThemeTest.java96 0, theme.getChangingConfigurations()); in testGetChangingConfigurations()
100 ActivityInfo.CONFIG_ORIENTATION, theme.getChangingConfigurations()); in testGetChangingConfigurations()
105 theme.getChangingConfigurations()); in testGetChangingConfigurations()
111 theme.getChangingConfigurations()); in testGetChangingConfigurations()
DColorStateListTest.java80 assertEquals(c.getChangingConfigurations(), 0); in testGetChangingConfigurations()
83 assertEquals(ActivityInfo.CONFIG_ORIENTATION, c.getChangingConfigurations()); in testGetChangingConfigurations()
DTypedArrayTest.java103 assertEquals(EXPECTED_CHANGING_CONFIG, t.getChangingConfigurations()); in testBasics()
/cts/tools/dex-tools/dex/
Dclasses.out.dex5229 public int getChangingConfigurations()
34731 public abstract int getChangingConfigurations()
34793 public int getChangingConfigurations()
34922 public int getChangingConfigurations()
35067 public int getChangingConfigurations()
35227 public int getChangingConfigurations()
35274 public int getChangingConfigurations()
35364 public int getChangingConfigurations()
35401 public int getChangingConfigurations()
35479 public int getChangingConfigurations()
[all …]