/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | ColorDrawableTest.java | 65 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()
|
D | AnimatedVectorDrawableTest.java | 176 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()
|
D | VectorDrawableTest.java | 345 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()
|
D | ShapeDrawableTest.java | 65 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()
|
D | NinePatchDrawableTest.java | 138 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()
|
D | ClipDrawableTest.java | 78 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
|
D | Drawable_ConstantStateTest.java | 56 public int getChangingConfigurations() { in getChangingConfigurations() method in Drawable_ConstantStateTest.MockConstantState
|
D | RotateDrawableTest.java | 115 assertEquals(0, mRotateDrawable.getChangingConfigurations()); in testGetChangingConfigurations() 118 assertEquals(Configuration.KEYBOARD_NOKEYS, mRotateDrawable.getChangingConfigurations()); in testGetChangingConfigurations() 121 assertEquals(Configuration.KEYBOARD_12KEY, mRotateDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
|
D | ScaleDrawableTest.java | 185 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()
|
D | DrawableWrapperTest.java | 190 assertEquals(0, wrapper.getChangingConfigurations()); in testGetChangingConfigurations() 193 assertEquals(CONTAINED_DRAWABLE_CONFIG, wrapper.getChangingConfigurations()); in testGetChangingConfigurations() 197 wrapper.getChangingConfigurations()); in testGetChangingConfigurations()
|
D | BitmapDrawableTest.java | 238 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()
|
D | DrawableTest.java | 382 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()
|
D | GradientDrawableTest.java | 337 assertEquals(0, gradientDrawable.getChangingConfigurations()); in testGetChangingConfigurations() 340 assertEquals(10, gradientDrawable.getChangingConfigurations()); in testGetChangingConfigurations() 343 assertEquals(-20, gradientDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
|
D | InsetDrawableTest.java | 142 assertEquals(11, insetDrawable.getChangingConfigurations()); in testGetChangingConfigurations() 145 assertEquals(-21, insetDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
|
D | DrawableContainerTest.java | 106 mDrawableContainer.getChangingConfigurations(); in testGetChangingConfigurations() 123 assertEquals(0x111 | mDrawableContainerState.getChangingConfigurations(), in testGetChangingConfigurations() 124 mDrawableContainer.getChangingConfigurations()); in testGetChangingConfigurations()
|
D | LayerDrawableTest.java | 440 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/ |
D | Resources_ThemeTest.java | 96 0, theme.getChangingConfigurations()); in testGetChangingConfigurations() 100 ActivityInfo.CONFIG_ORIENTATION, theme.getChangingConfigurations()); in testGetChangingConfigurations() 105 theme.getChangingConfigurations()); in testGetChangingConfigurations() 111 theme.getChangingConfigurations()); in testGetChangingConfigurations()
|
D | ColorStateListTest.java | 80 assertEquals(c.getChangingConfigurations(), 0); in testGetChangingConfigurations() 83 assertEquals(ActivityInfo.CONFIG_ORIENTATION, c.getChangingConfigurations()); in testGetChangingConfigurations()
|
D | TypedArrayTest.java | 103 assertEquals(EXPECTED_CHANGING_CONFIG, t.getChangingConfigurations()); in testBasics()
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 5229 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 …]
|