Searched refs:endRow (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java292 int endRow = (mScrollY + getHeight() - mSpec.mCellSpacing - 1)
295 // Limit startRow and endRow to the valid range.
298 endRow = Math.max(Math.min(endRow, mRows), 0);
299 mImageBlockManager.setVisibleRows(startRow, endRow);
661 int endRow = (mScrollY + getHeight() - mSpec.mCellSpacing - 1)
664 // Limit startRow and endRow to the valid range.
667 endRow = Math.max(Math.min(endRow, mRows), 0);
670 int endIndex = Math.min(endRow * mColumn
768 setVisibleRows(int startRow, int endRow) argument
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSlotView.java543 int endRow = (position + mHeight + mSlotHeight + mSlotGap - 1) /
545 int end = Math.min(mSlotCount, mUnitCount * endRow);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardBuilder.java387 endRow(row);
467 endRow(row);
807 private void endRow(final KeyboardRow row) { method in class:KeyboardBuilder

Completed in 43 milliseconds