/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
ImageResizer.java | 109 * @param reqWidth The requested width of the resulting bitmap 116 int reqWidth, int reqHeight, ImageCache cache) { 125 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight); 142 * @param reqWidth The requested width of the resulting bitmap 149 int reqWidth, int reqHeight, ImageCache cache) { 157 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight); 173 * @param reqWidth The requested width of the resulting bitmap 180 FileDescriptor fileDescriptor, int reqWidth, int reqHeight, ImageCache cache) { 188 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight); 227 * @param reqWidth The requested width of the resulting bitma [all...] |
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
ImageResizer.java | 109 * @param reqWidth The requested width of the resulting bitmap 116 int reqWidth, int reqHeight, ImageCache cache) { 125 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight); 142 * @param reqWidth The requested width of the resulting bitmap 149 int reqWidth, int reqHeight, ImageCache cache) { 157 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight); 173 * @param reqWidth The requested width of the resulting bitmap 180 FileDescriptor fileDescriptor, int reqWidth, int reqHeight, ImageCache cache) { 188 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight); 227 * @param reqWidth The requested width of the resulting bitma [all...] |
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
ImageResizer.java | 109 * @param reqWidth The requested width of the resulting bitmap 116 int reqWidth, int reqHeight, ImageCache cache) { 125 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight); 142 * @param reqWidth The requested width of the resulting bitmap 149 int reqWidth, int reqHeight, ImageCache cache) { 157 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight); 173 * @param reqWidth The requested width of the resulting bitmap 180 FileDescriptor fileDescriptor, int reqWidth, int reqHeight, ImageCache cache) { 188 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight); 227 * @param reqWidth The requested width of the resulting bitma [all...] |
/frameworks/base/core/java/android/service/wallpaper/ |
IWallpaperService.aidl | 28 int reqWidth, int reqHeight, in Rect padding);
|
WallpaperService.java | [all...] |
/frameworks/base/docs/html/training/displaying-bitmaps/ |
load-bitmap.jd | 105 BitmapFactory.Options options, int reqWidth, int reqHeight) { 111 if (height > reqHeight || width > reqWidth) { 119 && (halfWidth / inSampleSize) > reqWidth) { 141 int reqWidth, int reqHeight) { 149 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight);
|
manage-memory.jd | 202 int reqWidth, int reqHeight, ImageCache cache) {
|
/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 | 182 // capture(display, producer, Rect(), reqWidth, ...); 186 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, 206 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, 209 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, 213 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
|
ISurfaceComposer.h | 144 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
|
/frameworks/native/libs/gui/ |
SurfaceComposerClient.cpp | 689 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, 694 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform); 717 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, 731 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform, 744 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, 748 return ScreenshotClient::update(display, sourceCrop, reqWidth, reqHeight, 759 uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform) { 760 return ScreenshotClient::update(display, sourceCrop, reqWidth, reqHeight,
|
ISurfaceComposer.cpp | 103 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, 113 data.writeUint32(reqWidth); 358 uint32_t reqWidth = data.readUint32(); 366 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
|
Surface.cpp | 100 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; 102 mGraphicBufferProducer->allocateBuffers(mSwapIntervalZero, reqWidth, 211 uint32_t reqWidth; 220 reqWidth = mReqWidth ? mReqWidth : mUserWidth; 231 reqWidth, reqHeight, reqFormat, reqUsage); 235 "failed: %d", swapIntervalZero, reqWidth, reqHeight, reqFormat, [all...] |
/frameworks/native/services/surfaceflinger/ |
SurfaceFlinger.cpp | [all...] |
SurfaceFlinger.h | 208 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, 323 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, 330 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
ImageUtils.java | 188 * @param reqWidth the desired width of the bitmap. Can be ImageRequest.UNSPECIFIED_SIZE. 193 final BitmapFactory.Options options, final int reqWidth, final int reqHeight) { 200 final boolean checkWidth = reqWidth != ImageRequest.UNSPECIFIED_SIZE; 202 (checkWidth && width > reqWidth)) { 210 && (!checkWidth || (halfWidth / inSampleSize) > reqWidth)) { [all...] |
/external/libvorbis/examples/ |
frameview.pl | 558 my $onex=$temp->reqwidth()+15; 564 $onex+=$temp->reqwidth();
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/ |
connect_br.tcl | 554 wm minsize .t [winfo reqwidth .t] [winfo reqheight .t]
|
/external/libvncserver/x11vnc/ |
tkx11vnc | [all...] |
tkx11vnc.h | [all...] |
/external/libvncserver/webclients/java-applet/ssl/ |
ss_vncviewer | [all...] |
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ |
ss_vncviewer | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | 832 self.tk.call('winfo', 'reqwidth', self._w)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | 832 self.tk.call('winfo', 'reqwidth', self._w)) [all...] |