HomeSort by relevance Sort by last modified time
    Searched defs:startRow (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 411 startRow(row);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 399 int startRow = grid.getRow(state.bounds.y);
401 int rowSpan = endRow - startRow + 1;
403 Rect cellBounds = grid.getCellBounds(startRow, startColumn, rowSpan, columnSpan);
483 int startRow = grid.getRow(state.bounds.y);
485 int rowSpan = endRow - startRow + 1;
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 291 int startRow = (mScrollY - mSpec.mCellSpacing) / mBlockHeight;
295 // Limit startRow and endRow to the valid range.
297 startRow = Math.max(Math.min(startRow, mRows - 1), 0);
299 mImageBlockManager.setVisibleRows(startRow, endRow);
618 int startRow =
620 int topPos = startRow * mColumns;
660 int startRow = (mScrollY - mSpec.mCellSpacing) / mBlockHeight;
664 // Limit startRow and endRow to the valid range.
666 startRow = Math.max(Math.min(startRow, mRows - 1), 0)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 572 int startRow = position / (mSlotHeight + mSlotGap);
573 int start = Math.max(0, mUnitCount * startRow);
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 2273 milliseconds