Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DGridViewTest.java345 int INDEX_0 = 1; in testAccessStretchMode() local
362 childRight[STRETCH_SPACING][INDEX_0] = child.getRight(); in testAccessStretchMode()
381 childRight[STRETCH_COLUMN_WIDTH][INDEX_0] = child.getRight(); in testAccessStretchMode()
400 childRight[STRETCH_SPACING_UNIFORM][INDEX_0] = child.getRight(); in testAccessStretchMode()
409 assertTrue(childRight[STRETCH_SPACING][INDEX_0] in testAccessStretchMode()
410 == childRight[STRETCH_COLUMN_WIDTH][INDEX_0]); in testAccessStretchMode()
411 assertTrue(childRight[STRETCH_SPACING][INDEX_0] in testAccessStretchMode()
412 < childRight[STRETCH_SPACING_UNIFORM][INDEX_0]); in testAccessStretchMode()