HomeSort by relevance Sort by last modified time
    Searched refs:reqHeight (Results 1 - 9 of 9) 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 106 * @param reqHeight The requested height of the resulting bitmap
111 int reqWidth, int reqHeight) {
119 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight);
131 * @param reqHeight The requested height of the resulting bitmap
136 int reqWidth, int reqHeight) {
144 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight);
162 * @param reqHeight The requested height of the resulting bitmap
166 int reqWidth, int reqHeight) {
172 if (height > reqHeight || width > reqWidth) {
174 inSampleSize = Math.round((float) height / (float) reqHeight);
    [all...]
  /frameworks/native/include/gui/
SurfaceComposerClient.h 156 status_t update(uint32_t reqWidth, uint32_t reqHeight);
157 status_t update(uint32_t reqWidth, uint32_t reqHeight,
ISurfaceComposer.h 126 uint32_t reqWidth, uint32_t reqHeight,
  /frameworks/native/libs/gui/
ISurfaceComposer.cpp 105 uint32_t reqWidth, uint32_t reqHeight,
112 data.writeInt32(reqHeight);
243 uint32_t reqHeight = data.readInt32();
250 reqWidth, reqHeight, minLayerZ, maxLayerZ);
SurfaceComposerClient.cpp 572 status_t ScreenshotClient::update(uint32_t reqWidth, uint32_t reqHeight) {
577 &mWidth, &mHeight, &mFormat, reqWidth, reqHeight,
581 status_t ScreenshotClient::update(uint32_t reqWidth, uint32_t reqHeight,
587 &mWidth, &mHeight, &mFormat, reqWidth, reqHeight,
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 179 PixelFormat* format, uint32_t reqWidth, uint32_t reqHeight,
343 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 388 milliseconds