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

  /frameworks/base/opengl/tests/hwc/
hwcCommit.cpp 255 HwcTestDim maxDim;
263 HwcTestDim maxDim;
500 measPtr->df.maxDim = dfMaxDim(format->format);
501 testPrintI(" dfMaxDim: %s", ((string) measPtr->df.maxDim).c_str());
510 measPtr->sc.maxWidth = scMaxWidth(format->format, measPtr->df.maxDim);
515 measPtr->sc.maxHeight = scMaxHeight(format->format, measPtr->df.maxDim);
523 measPtr->sc.maxDim = scMaxDim(format->format, measPtr->df.maxDim);
524 testPrintI(" scMaxDim: %s%s", ((measPtr->sc.maxDim.width()
526 || (measPtr->sc.maxDim.width() >
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 735 final int maxDim = Math.max(displayMetrics.widthPixels, displayMetrics.heightPixels);
741 mWallpaperWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim));
742 mWallpaperHeight = (int)(maxDim * wallpaperTravelToScreenHeightRatio(maxDim, minDim));
744 mWallpaperWidth = Math.max((int) (minDim * WALLPAPER_SCREENS_SPAN), maxDim);
745 mWallpaperHeight = maxDim;
    [all...]

Completed in 636 milliseconds