Searched refs:mNumRowsPerItem (Results 1 – 2 of 2) sorted by relevance
40 private int mNumRowsPerItem = 5; field in ScrollingThroughListOfFocusablesTest50 mNumRowsPerItem, // 5 internally selectable rows per item in setUp()74 assertEquals(mNumRowsPerItem, mActivity.getNumRowsPerItem()); in testPreconditions()80 for (int i = 0; i < mNumRowsPerItem; i++) { in testScrollingDownInFirstItem()88 if (i < mNumRowsPerItem - 1) { in testScrollingDownInFirstItem()121 for (int i = 0; i < mNumRowsPerItem; i++) { in testScrollingToSecondItem()135 for (int j = 0; j < mNumRowsPerItem; j++) { in testNoFadingEdgeAtBottomOfLastItem()136 if (i < mNumItems - 1 || j < mNumRowsPerItem - 1) { in testNoFadingEdgeAtBottomOfLastItem()145 assertEquals(mNumRowsPerItem - 1, view.getSelectedRow()); in testNoFadingEdgeAtBottomOfLastItem()147 view.getRectForRow(mTempRect, mNumRowsPerItem - 1); in testNoFadingEdgeAtBottomOfLastItem()[all …]
45 private int mNumRowsPerItem = 4; field in ListOfInternalSelectionViews63 return mNumRowsPerItem; in getNumRowsPerItem()142 mNumRowsPerItem = numRowsPerItem; in initFromBundle()168 mNumRowsPerItem, in getView()