OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rowIdx
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java
589
int
rowIdx
= absoluteY / (mSlotHeight + mSlotGap);
595
if (WIDE &&
rowIdx
>= mUnitCount) {
608
? (columnIdx * mUnitCount +
rowIdx
)
609
: (
rowIdx
* mUnitCount + columnIdx);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LODGeomap.java
169
int
rowIdx
= r * getWidth();
172
int idx =
rowIdx
+ c;
372
int
rowIdx
= r * getWidth();
375
int idx =
rowIdx
+ c;
[
all
...]
Completed in 154 milliseconds