Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DGridViewTest.java346 int INDEX_1 = 2; in testAccessStretchMode() local
365 childRight[STRETCH_SPACING][INDEX_1] = child.getRight(); in testAccessStretchMode()
384 childRight[STRETCH_COLUMN_WIDTH][INDEX_1] = child.getRight(); in testAccessStretchMode()
403 childRight[STRETCH_SPACING_UNIFORM][INDEX_1] = child.getRight(); in testAccessStretchMode()
413 assertTrue(childRight[STRETCH_SPACING][INDEX_1] in testAccessStretchMode()
414 > childRight[STRETCH_COLUMN_WIDTH][INDEX_1]); in testAccessStretchMode()
415 assertTrue(childRight[STRETCH_SPACING][INDEX_1] in testAccessStretchMode()
416 < childRight[STRETCH_SPACING_UNIFORM][INDEX_1]); in testAccessStretchMode()