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

  /packages/apps/Messaging/src/com/android/messaging/util/
ImageUtils.java 200 final boolean checkWidth = reqWidth != ImageRequest.UNSPECIFIED_SIZE;
202 (checkWidth && width > reqWidth)) {
210 && (!checkWidth || (halfWidth / inSampleSize) > reqWidth)) {
    [all...]
  /frameworks/native/libs/gui/
BufferQueueProducer.cpp     [all...]

Completed in 781 milliseconds