HomeSort by relevance Sort by last modified time
    Searched defs:sThumbBuf (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/provider/
MediaStore.java 574 private static byte[] sThumbBuf;
652 if (sThumbBuf == null) {
653 sThumbBuf = new byte[MiniThumbFile.BYTES_PER_MINTHUMB];
655 if (thumbFile.getMiniThumbFromFile(origId, sThumbBuf) != null) {
656 bitmap = BitmapFactory.decodeByteArray(sThumbBuf, 0, sThumbBuf.length);
686 if (sThumbBuf == null) {
687 sThumbBuf = new byte[MiniThumbFile.BYTES_PER_MINTHUMB];
689 Arrays.fill(sThumbBuf, (byte)0);
690 if (thumbFile.getMiniThumbFromFile(origId, sThumbBuf) != null)
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 200 milliseconds