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

  /packages/apps/Messaging/src/com/android/messaging/util/
ImageUtils.java 199 final boolean checkHeight = reqHeight != ImageRequest.UNSPECIFIED_SIZE;
201 if ((checkHeight && height > reqHeight) ||
209 while ((!checkHeight || (halfHeight / inSampleSize) > reqHeight)
    [all...]
  /frameworks/native/libs/gui/
BufferQueueProducer.cpp     [all...]

Completed in 210 milliseconds