OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outHeight
(Results
1 - 16
of
16
) sorted by null
/packages/apps/Mms/src/com/android/mms/ui/
UriImage.java
143
mHeight = opt.
outHeight
;
203
int
outHeight
= mHeight;
206
while ((outWidth / scaleFactor > widthLimit) || (
outHeight
/ scaleFactor > heightLimit)) {
232
if (options.outWidth > widthLimit || options.
outHeight
> heightLimit) {
236
int scaledHeight =
outHeight
/ scaleFactor;
245
outHeight
/ scaleFactor, false);
280
+ " height=" +
outHeight
/ scaleFactor
/frameworks/base/libs/rs/java/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java
63
public int
outHeight
;
80
mParams.outWidth, mParams.
outHeight
);
142
mParams.outWidth, mParams.
outHeight
);
214
params.inHeight = params.
outHeight
= mBitmap.getHeight();
/packages/apps/Mms/src/com/android/mms/model/
ImageModel.java
160
int
outHeight
= mHeight;
164
|| (
outHeight
/ s > thumbnailBoundsLimit)) {
169
+ ", h=" +
outHeight
/ s);
/development/tools/etc1tool/
etc1tool.cpp
365
etc1_uint32
outHeight
;
366
if (readPKMFile(pOutput, &pDiffImage, &outWidth, &
outHeight
)) {
369
if (outWidth != width ||
outHeight
!= height) {
371
outWidth,
outHeight
, width, height);
388
writePNGFile(pDiffFile, outWidth,
outHeight
, pDiffImage, 3 * outWidth);
/frameworks/base/media/java/android/media/
ThumbnailUtils.java
114
|| options.
outHeight
== -1) {
251
double h = options.
outHeight
;
296
|| options.
outHeight
== -1) {
488
int height = exifOptions.
outHeight
;
/packages/apps/Camera/src/com/android/camera/
Util.java
111
double h = options.
outHeight
;
159
|| options.
outHeight
== -1) {
/packages/apps/Gallery/src/com/android/camera/gallery/
BaseImage.java
149
mHeight = options.
outHeight
;
UriImage.java
147
return (options != null) ? options.
outHeight
: 0;
/packages/apps/Gallery/src/com/android/camera/
Util.java
123
double h = options.
outHeight
;
315
|| options.
outHeight
== -1) {
/frameworks/base/graphics/java/android/graphics/
BitmapFactory.java
215
*
outHeight
will be set to -1.
217
public int
outHeight
;
246
* null, or if inJustDecodeBounds is true, will set outWidth/
outHeight
264
* size be returned (in opts.outWidth and opts.
outHeight
)
336
* size be returned (in opts.outWidth and opts.
outHeight
)
386
* size be returned (in opts.outWidth and opts.
outHeight
)
424
* size be returned (in opts.outWidth and opts.
outHeight
)
512
* size be returned (in opts.outWidth and opts.
outHeight
)
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapFactory.java
214
*
outHeight
will be set to -1.
216
public int
outHeight
;
245
* null, or if inJustDecodeBounds is true, will set outWidth/
outHeight
263
* size be returned (in opts.outWidth and opts.
outHeight
)
335
* size be returned (in opts.outWidth and opts.
outHeight
)
385
* size be returned (in opts.outWidth and opts.
outHeight
)
426
* size be returned (in opts.outWidth and opts.
outHeight
)
513
* size be returned (in opts.outWidth and opts.
outHeight
)
/packages/apps/Gallery3D/src/com/cooliris/media/
Utils.java
296
double h = options.
outHeight
;
/packages/apps/Music/src/com/android/music/
MusicUtils.java
[
all
...]
/packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java
[
all
...]
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/6/
android.jar
Completed in 179 milliseconds