Home
last modified time | relevance | path

Searched refs:isSizeCompatible (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
DPhotoManager.java93 protected boolean isSizeCompatible(int prevWidth, int prevHeight, int newWidth, int newHeight) { in isSizeCompatible() method in PhotoManager
715 if (holder == null || holder.bytes == null || !holder.fresh || !isSizeCompatible( in loadPhotosInBackground()
770 if (holder == null || holder.bytes == null || !holder.fresh || !isSizeCompatible( in loadPhotosInBackground()