Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DAbstractKeyboardBuilder.java56 for (int rowIndex = 0; rowIndex < rows.length; rowIndex++) { in AbstractKeyboardBuilder()
57 final E[] row = rows[rowIndex]; in AbstractKeyboardBuilder()
58 mRows[rowIndex] = Arrays.copyOf(row, row.length); in AbstractKeyboardBuilder()
85 final int rowIndex = row - 1; in getRowAt() local
86 if (rowIndex < 0 || rowIndex >= mRows.length) { in getRowAt()
89 return mRows[rowIndex]; in getRowAt()
99 final int rowIndex = row - 1; in setRowAt() local
100 if (rowIndex < 0) { in setRowAt()
103 final E[][] newRows = (rowIndex < mRows.length) ? mRows in setRowAt()
104 : Arrays.copyOf(mRows, rowIndex + 1); in setRowAt()
[all …]
DActualKeyboardBuilder.java76 for (int rowIndex = 0; rowIndex < dimensions.length; rowIndex++) { in buildKeyboard()
77 dimensions[rowIndex] = rows.get(rowIndex).size(); in buildKeyboard()
81 for (int rowIndex = 0; rowIndex < rows.size(); rowIndex++) { in buildKeyboard()
82 final int row = rowIndex + 1; in buildKeyboard()
83 final ArrayList<Key> rowKeys = rows.get(rowIndex); in buildKeyboard()
DExpectedKeyboardBuilder.java337 for (int rowIndex = 0; rowIndex < rows.length; rowIndex++) { in toString()
338 if (rowIndex > 0) { in toString()
341 sb.append(Arrays.toString(rows[rowIndex])); in toString()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java91 public int rowIndex; field in AlphabeticalAppsList.AdapterItem
567 int rowIndex = -1; in refillAdapterItems() local
569 item.rowIndex = 0; in refillAdapterItems()
575 rowIndex++; in refillAdapterItems()
577 item.rowIndex = rowIndex; in refillAdapterItems()
583 mNumAppRowsInAdapter = rowIndex + 1; in refillAdapterItems()
597 info.touchFraction = item.rowIndex * rowFraction + subRowFraction; in refillAdapterItems()
DAllAppsRecyclerView.java464 posItem.rowIndex == item.rowIndex) { in getCurrentScrollY()
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
DBandController.java694 int columnEndIndex, int rowIndex, int rowStartIndex, int rowEndIndex) { in isPossiblePositionNearestOrigin() argument
698 return columnIndex == columnStartIndex && rowIndex == rowStartIndex; in isPossiblePositionNearestOrigin()
700 return columnIndex == columnEndIndex && rowIndex == rowStartIndex; in isPossiblePositionNearestOrigin()
702 return columnIndex == columnStartIndex && rowIndex == rowEndIndex; in isPossiblePositionNearestOrigin()
709 return rowIndex == rowEndIndex; in isPossiblePositionNearestOrigin()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsRecyclerView.java119 int rowIndex = getChildPosition(child); in getCurrentScrollY() local
120 int y = (child.getMeasuredHeight() * rowIndex); in getCurrentScrollY()
/packages/apps/Launcher3/src/com/android/launcher3/
DIconCache.java293 final int rowIndex = c.getColumnIndex(IconDB.COLUMN_ROWID); in updateDBIcons() local
303 itemsToRemove.add(c.getInt(rowIndex)); in updateDBIcons()
322 itemsToRemove.add(c.getInt(rowIndex)); in updateDBIcons()
/packages/apps/Browser2/test/webexposed/
Dglobal-interface-listing-expected.txt2337 getter rowIndex