HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentSize (Results 1 - 7 of 7) sorted by null

  /external/volley/src/main/java/com/android/volley/toolbox/
ByteArrayPool.java 60 private int mCurrentSize = 0;
95 mCurrentSize -= buf.length;
120 mCurrentSize += buf.length;
128 while (mCurrentSize > mSizeLimit) {
131 mCurrentSize -= buf.length;
  /packages/apps/UnifiedEmail/src/com/android/mail/
MailLogService.java 69 int mCurrentSize = 0;
89 if (mCurrentSize == SIZE) {
94 mCurrentSize++;
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
IconHelper.java 62 private Point mCurrentSize;
93 mCurrentSize = new Point(thumbSize, thumbSize);
188 final Result result = mThumbnailCache.getThumbnail(uri, mCurrentSize);
214 mCurrentSize, docLastModified, callback, true);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java 33 private float mCurrentSize = INITAL_STROKE_RADIUS;
122 mCurrentSize = size;
134 return (int) mCurrentSize;
  /hardware/google/av/media/sfplugin/utils/
Codec2BufferUtils.cpp 308 if (block->size() == mCurrentSize) {
320 mCurrentSize = size;
337 size_t mCurrentSize;
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.10/
library-1.0.10.jar 
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.18/
library-1.0.18.jar 

Completed in 330 milliseconds