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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 478 endRow(row);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 400 int endRow = grid.getRow(state.bounds.y2());
401 int rowSpan = endRow - startRow + 1;
484 int endRow = grid.getRow(state.bounds.y2());
485 int rowSpan = endRow - startRow + 1;
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 292 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 * mColumns, mCount)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 574 int endRow = (position + mHeight + mSlotHeight + mSlotGap - 1) /
576 int end = Math.min(mSlotCount, mUnitCount * endRow);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java     [all...]
  /prebuilt/common/ninepatch/
ninepatch-prebuilt.jar 

Completed in 2244 milliseconds