OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:endRow
(Results
1 - 8
of
8
) sorted by null
/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
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java
383
endRow
(row);
[
all
...]
/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;
/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
543
int
endRow
= (position + mHeight + mSlotHeight + mSlotGap - 1) /
545
int end = Math.min(mSlotCount, mUnitCount *
endRow
);
/prebuilts/devtools/tools/lib/
ninepatch.jar
draw9patch.jar
Completed in 239 milliseconds