OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slotBegin
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java
112
int
slotBegin
= WIDE ? rect.left : rect.top;
116
if (visibleLength < slotEnd -
slotBegin
) {
118
} else if (
slotBegin
< visibleBegin) {
119
position =
slotBegin
;
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java
538
int
slotBegin
= slot;
554
if (slot ==
slotBegin
) {
Completed in 496 milliseconds