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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoProcessor.java 180 * @param maxDim Maximum width and height (in pixels) for the image.
184 private Bitmap getScaledBitmap(int maxDim) {
200 float scaleFactor = ((float) maxDim) / Math.max(width, height);
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 254 HwcTestDim maxDim;
262 HwcTestDim maxDim;
499 measPtr->df.maxDim = dfMaxDim(format->format);
500 testPrintI(" dfMaxDim: %s", ((string) measPtr->df.maxDim).c_str());
509 measPtr->sc.maxWidth = scMaxWidth(format->format, measPtr->df.maxDim);
514 measPtr->sc.maxHeight = scMaxHeight(format->format, measPtr->df.maxDim);
522 measPtr->sc.maxDim = scMaxDim(format->format, measPtr->df.maxDim);
523 testPrintI(" scMaxDim: %s%s", ((measPtr->sc.maxDim.width()
525 || (measPtr->sc.maxDim.width() >
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 586 int maxDim = dp2Pixels(MAX_BITMAP_DIMEN_DP);
587 attachedPicture = firstSlide.getImage().getBitmap(maxDim, maxDim);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java     [all...]
  /external/zxing/core/
core.jar 

Completed in 207 milliseconds