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

  /frameworks/av/media/mtp/
MtpServer.cpp 805 size_t thumbSize;
806 void* thumb = mDatabase->getThumbnail(handle, thumbSize);
811 mData.writeData(mFD, thumb, thumbSize);
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryFragment.java 454 final int thumbSize;
456 thumbSize = getResources().getDimensionPixelSize(R.dimen.grid_width);
465 thumbSize = getResources().getDimensionPixelSize(R.dimen.icon_size);
475 mThumbSize = new Point(thumbSize, thumbSize);
    [all...]

Completed in 217 milliseconds