OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mwantthumbnails
(Results
1 - 1
of
1
) sorted by null
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaItemView.java
97
private ArrayList<Integer>
mWantThumbnails
;
149
mWantThumbnails
= new ArrayList<Integer>();
436
if (!isBusy && !
mWantThumbnails
.isEmpty()) {
443
//
mWantThumbnails
.
445
mWantThumbnails
.clear();
484
mWantThumbnails
.add(Integer.valueOf(i));
541
* Requests the thumbnails in
mWantThumbnails
(which is filled by onDraw).
544
// Copy
mWantThumbnails
to an array
545
int indices[] = new int[
mWantThumbnails
.size()];
546
for (int i = 0; i <
mWantThumbnails
.size(); i++)
[
all
...]
Completed in 1413 milliseconds