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

  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperService.aidl 27 int reqWidth, int reqHeight);
WallpaperService.java     [all...]
  /external/chromium_org/ui/android/java/src/org/chromium/ui/gfx/
BitmapHelper.java 24 * @param reqWidth The requested width of the resulting bitmap.
31 int reqWidth,
40 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight);
48 int reqWidth,
55 if (height > reqHeight || width > reqWidth) {
59 final int widthRatio = Math.round((float) width / (float) reqWidth);
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
ImageResizer.java 109 * @param reqWidth The requested width of the resulting bitmap
116 int reqWidth, int reqHeight, ImageCache cache) {
124 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight);
140 * @param reqWidth The requested width of the resulting bitmap
147 int reqWidth, int reqHeight, ImageCache cache) {
155 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight);
171 * @param reqWidth The requested width of the resulting bitmap
178 FileDescriptor fileDescriptor, int reqWidth, int reqHeight, ImageCache cache) {
186 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight);
228 * @param reqWidth The requested width of the resulting bitma
    [all...]
  /development/samples/training/ContactsList/src/com/example/android/contactslist/util/
ImageLoader.java 353 * @param reqWidth The requested width of the resulting bitmap
359 FileDescriptor fileDescriptor, int reqWidth, int reqHeight) {
367 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight);
384 * @param reqWidth The requested width of the resulting bitmap
389 int reqWidth, int reqHeight) {
395 if (height > reqHeight || width > reqWidth) {
399 final int widthRatio = Math.round((float) width / (float) reqWidth);
414 final float totalReqPixelsCap = reqWidth * reqHeight * 2;
  /frameworks/native/include/gui/
SurfaceComposerClient.h 166 uint32_t reqWidth, uint32_t reqHeight,
182 uint32_t reqWidth, uint32_t reqHeight);
184 uint32_t reqWidth, uint32_t reqHeight,
ISurfaceComposer.h 122 uint32_t reqWidth, uint32_t reqHeight,
  /frameworks/native/libs/gui/
ISurfaceComposer.cpp 107 uint32_t reqWidth, uint32_t reqHeight,
114 data.writeInt32(reqWidth);
284 uint32_t reqWidth = data.readInt32();
289 reqWidth, reqHeight, minLayerZ, maxLayerZ);
SurfaceComposerClient.cpp 625 uint32_t reqWidth, uint32_t reqHeight,
630 reqWidth, reqHeight, minLayerZ, maxLayerZ);
652 uint32_t reqWidth, uint32_t reqHeight,
665 reqWidth, reqHeight, minLayerZ, maxLayerZ);
681 uint32_t reqWidth, uint32_t reqHeight) {
682 return ScreenshotClient::update(display, reqWidth, reqHeight, 0, -1UL);
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
SurfaceFlinger.h 204 uint32_t reqWidth, uint32_t reqHeight,
307 uint32_t reqWidth, uint32_t reqHeight,
314 uint32_t reqWidth, uint32_t reqHeight,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 422 milliseconds