HomeSort by relevance Sort by last modified time
    Searched full:requestedslot (Results 1 - 1 of 1) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 277 int requestedSlot[] = expandIntArray(mRequestRenderSlots,
283 if ((r & RENDER_MORE_PASS) != 0) requestedSlot[requestCount++] = i;
290 requestedSlot[i], pass, paperActive);
292 if ((r & RENDER_MORE_PASS) != 0) requestedSlot[newCount++] = i;

Completed in 575 milliseconds