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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 422 int startRow = grid.getRow(state.bounds.y);
424 int rowSpan = endRow - startRow + 1;
426 Rect cellBounds = grid.getCellBounds(startRow, startColumn, rowSpan, columnSpan);
507 int startRow = grid.getRow(state.bounds.y);
509 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 541 int startRow = position / (mSlotHeight + mSlotGap);
542 int start = Math.max(0, mUnitCount * startRow);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Keyboard.java     [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 425 milliseconds