OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBoxes
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java
171
private RangeArray<Box>
mBoxes
= new RangeArray<Box>(-BOX_MAX, BOX_MAX);
219
mBoxes
.put(i, new Box());
251
Box b =
mBoxes
.get(0);
272
Box b =
mBoxes
.get(index);
296
Box b =
mBoxes
.get(i);
344
Box b =
mBoxes
.get(0);
392
Box b =
mBoxes
.get(i);
407
Box a =
mBoxes
.get(i);
408
Box b =
mBoxes
.get(i + 1);
432
mBoxes
.get(i).mAnimationStartTime = NO_ANIMATION
[
all
...]
/frameworks/av/include/media/stagefright/
MPEG4Writer.h
108
List<off64_t>
mBoxes
;
/frameworks/av/media/libstagefright/
MPEG4Writer.cpp
[
all
...]
Completed in 63 milliseconds