OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endRow
(Results
1 - 10
of
10
) sorted by null
/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
387
endRow
(row);
467
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
...]
/frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java
934
final int
endRow
= end.row;
[
all
...]
Completed in 919 milliseconds