Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedStateListDrawableTest.java251 DrawableContainerState asldState = (DrawableContainerState) asld.getConstantState(); in testInflate() local
253 assertFalse(asldState.isConstantSize()); in testInflate()
254 assertNull(asldState.getConstantPadding()); in testInflate()
255 assertEquals(4, asldState.getChildCount()); in testInflate()
262 DrawableContainerState asldState = (DrawableContainerState) asld.getConstantState(); in testParsingTransitionDefinedWithAVD() local
265 assertEquals(6, asldState.getChildCount()); in testParsingTransitionDefinedWithAVD()