Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DGridViewTest.java138 final int NUM_COLUMNS = 3; in testPressKey() local
148 mGridView.setNumColumns(NUM_COLUMNS); in testPressKey()
173 assertEquals(NUM_COLUMNS, mGridView.getSelectedItemPosition()); in testPressKey()
189 final int NUM_COLUMNS = 1; in testSetGravity() local
194 mGridView.setNumColumns(NUM_COLUMNS); in testSetGravity()
325 final int NUM_COLUMNS = 8; in testAccessStretchMode() local
331 mGridView.setNumColumns(NUM_COLUMNS); in testAccessStretchMode()
358 child = mGridView.getChildAt(NUM_COLUMNS - 1); // get the rightmost view at the first line. in testAccessStretchMode()
377 child = mGridView.getChildAt(NUM_COLUMNS - 1); // get the rightmost view at the first line. in testAccessStretchMode()
396 child = mGridView.getChildAt(NUM_COLUMNS - 1); // get the rightmost view at the first line. in testAccessStretchMode()