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

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
StaggeredGridDefault.java 132 int endRow = row;
133 while (endRow < mNumRows - 1 && endIndex < lastIndex) {
135 endRow = getLocation(endIndex).row;
  /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...]
  /prebuilts/devtools/tools/lib/
ninepatch.jar 
draw9patch.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 440 int endRow = grid.getRow(state.bounds.y2());
441 int rowSpan = endRow - startRow + 1;
570 int endRow = grid.getRow(state.bounds.y2());
571 int rowSpan = endRow - startRow + 1;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.cpp     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 543 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/
KeyboardBuilder.java 375 endRow(row);
460 endRow(row);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 573 int endRow = mGrid.getRow(endY);
575 int rowSpan = endRow - row + 1;
583 mRowMatch.type == SegmentType.BOTTOM ? endRow : row, 1)) {
    [all...]
GridModel.java     [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 284 milliseconds