OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reqHeight
(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
29
* @param
reqHeight
The requested height of the resulting bitmap.
36
int
reqHeight
) {
44
options.inSampleSize = calculateInSampleSize(options, reqWidth,
reqHeight
);
53
int
reqHeight
) {
59
if (height >
reqHeight
|| width > reqWidth) {
62
final int heightRatio = Math.round((float) height / (float)
reqHeight
);
/development/samples/training/bitmapfun/BitmapFun/src/main/java/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
);
224
* @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
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
,
115
data.writeInt32(
reqHeight
);
285
uint32_t
reqHeight
= 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 350 milliseconds