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

  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperService.aidl 27 int reqWidth, int reqHeight);
WallpaperService.java     [all...]
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
ImageResizer.java 110 * @param reqHeight The requested height of the resulting bitmap
116 int reqWidth, int reqHeight, ImageCache cache) {
124 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight);
141 * @param reqHeight The requested height of the resulting bitmap
147 int reqWidth, int reqHeight, ImageCache cache) {
155 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight);
172 * @param reqHeight The requested height of the resulting bitmap
178 FileDescriptor fileDescriptor, int reqWidth, int reqHeight, ImageCache cache) {
186 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight);
229 * @param reqHeight The requested height of the resulting bitma
    [all...]
  /development/samples/training/ContactsList/src/com/example/android/contactslist/util/
ImageLoader.java 354 * @param reqHeight The requested height of the resulting bitmap
359 FileDescriptor fileDescriptor, int reqWidth, int reqHeight) {
367 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight);
385 * @param reqHeight The requested height of the resulting bitmap
389 int reqWidth, int reqHeight) {
395 if (height > reqHeight || width > reqWidth) {
398 final int heightRatio = Math.round((float) height / (float) reqHeight);
414 final float totalReqPixelsCap = reqWidth * reqHeight * 2;
  /frameworks/native/include/gui/
SurfaceComposerClient.h 163 uint32_t reqWidth, uint32_t reqHeight,
178 uint32_t reqWidth, uint32_t reqHeight);
180 uint32_t reqWidth, uint32_t reqHeight,
ISurfaceComposer.h 117 uint32_t reqWidth, uint32_t reqHeight,
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
SurfaceFlinger.h 187 uint32_t reqWidth, uint32_t reqHeight,
293 uint32_t reqWidth, uint32_t reqHeight,
300 uint32_t reqWidth, uint32_t reqHeight,
306 uint32_t reqWidth, uint32_t reqHeight,
  /frameworks/native/libs/gui/
ISurfaceComposer.cpp 107 uint32_t reqWidth, uint32_t reqHeight,
116 data.writeInt32(reqHeight);
275 uint32_t reqHeight = data.readInt32();
280 reqWidth, reqHeight, minLayerZ, maxLayerZ,
SurfaceComposerClient.cpp 616 uint32_t reqWidth, uint32_t reqHeight,
621 reqWidth, reqHeight, minLayerZ, maxLayerZ,
643 uint32_t reqWidth, uint32_t reqHeight,
656 reqWidth, reqHeight, minLayerZ, maxLayerZ, true);
672 uint32_t reqWidth, uint32_t reqHeight) {
673 return ScreenshotClient::update(display, reqWidth, reqHeight, 0, -1UL);
  /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 132 milliseconds