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

  /packages/apps/Camera2/src/com/android/camera/data/
LocalMediaData.java 205 int decodeWidth, int decodeHeight, Drawable placeHolder,
210 BitmapLoadTask task = getBitmapLoadTask(v, decodeWidth, decodeHeight,
218 int decodeWidth, int decodeHeight, Drawable placeHolder,
221 decodeWidth, decodeHeight, placeHolder, adapter);
284 ImageView v, int decodeWidth, int decodeHeight,
470 ImageView v, int decodeWidth, int decodeHeight,
472 return new PhotoBitmapLoadTask(v, decodeWidth, decodeHeight,
485 int decodeHeight, ContentResolver resolver,
489 mDecodeHeight = decodeHeight;
744 int decodeWidth, int decodeHeight, Drawable placeHolder
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java     [all...]

Completed in 64 milliseconds