OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mImageWidth
(Results
1 - 12
of
12
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
BitmapTileProvider.java
32
private final int
mImageWidth
;
38
mImageWidth
= bitmap.getWidth();
65
return
mImageWidth
;
TileImageViewAdapter.java
36
protected int
mImageWidth
;
45
mImageWidth
= 0;
56
mImageWidth
= width;
64
mImageWidth
= decoder.getWidth();
71
(float)
mImageWidth
/ mScreenNail.getWidth()));
105
needClear = !new Rect(0, 0,
mImageWidth
, mImageHeight)
151
overlapRegion = new Rect(0, 0,
mImageWidth
, mImageHeight);
193
return
mImageWidth
;
TileImageView.java
108
protected int
mImageWidth
= SIZE_UNKNOWN;
179
mImageWidth
= 0;
184
mImageWidth
= mModel.getImageWidth();
325
right = Math.min(
mImageWidth
, right);
342
distW =
mImageWidth
/ 2 - mCenterX;
346
distH =
mImageWidth
/ 2 - mCenterX;
445
Math.round(
mImageWidth
* mScale),
616
float scaleX = (float) mScreenNail.getWidth() /
mImageWidth
;
690
int rightEdge = ((
mImageWidth
- mX) >> mTileLevel);
/development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
ImageResizer.java
38
protected int
mImageWidth
;
71
mImageWidth
= width;
95
return decodeSampledBitmapFromResource(mResources, resId,
mImageWidth
,
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ImageStitcher.java
50
private int
mImageWidth
;
84
mImageWidth
= mSliceWidth * mXSlices;
87
outputFormat.setDimensions(
mImageWidth
, mImageHeight);
120
float outputWidth = (float) Math.min(mSliceWidth,
mImageWidth
- outputOffsetX);
128
((ShaderProgram) mProgram).setTargetRect(((float) outputOffsetX)/
mImageWidth
,
130
outputWidth /
mImageWidth
,
/development/samples/HelloEffects/src/com/example/android/mediafx/
HelloEffects.java
46
private int
mImageWidth
;
77
mImageWidth
= bitmap.getWidth();
79
mTexRenderer.updateTextureSize(
mImageWidth
, mImageHeight);
241
mEffect.apply(mTextures[0],
mImageWidth
, mImageHeight, mTextures[1]);
/packages/apps/Gallery2/src/com/android/photos/drawables/
AutoThumbnailDrawable.java
56
private int
mImageWidth
, mImageHeight;
74
mImageWidth
= width;
170
if (mBounds.isEmpty() ||
mImageWidth
== 0 || mImageHeight == 0) {
174
int sampleSize = calculateSampleSizeLocked(
mImageWidth
, mImageHeight);
190
return (float)
mImageWidth
/ (float) mImageHeight;
245
width =
mImageWidth
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java
106
private final int
mImageWidth
;
130
mImageWidth
= data.image.getWidth();
134
final int shortSide =
mImageWidth
< mImageHeight ?
mImageWidth
: mImageHeight;
142
matrix.postTranslate((shortSide -
mImageWidth
) / 2,
213
values.put(MediaStore.Images.ImageColumns.WIDTH,
mImageWidth
);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java
105
protected int
mImageWidth
= SIZE_UNKNOWN;
205
mImageWidth
/ (float) mPreview.getWidth()));
208
int maxDim = Math.max(
mImageWidth
, mImageHeight);
221
mImageWidth
= 0;
226
mImageWidth
= mModel.getImageWidth();
382
right = Math.min(
mImageWidth
, right);
451
Math.round(
mImageWidth
* mScale),
624
float scaleX = (float) mPreview.getWidth() /
mImageWidth
;
703
int rightEdge = ((
mImageWidth
- mX) >> mTileLevel);
/packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java
105
protected int
mImageWidth
= SIZE_UNKNOWN;
205
mImageWidth
/ (float) mPreview.getWidth()));
208
int maxDim = Math.max(
mImageWidth
, mImageHeight);
221
mImageWidth
= 0;
226
mImageWidth
= mModel.getImageWidth();
382
right = Math.min(
mImageWidth
, right);
451
Math.round(
mImageWidth
* mScale),
624
float scaleX = (float) mPreview.getWidth() /
mImageWidth
;
703
int rightEdge = ((
mImageWidth
- mX) >> mTileLevel);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java
105
protected int
mImageWidth
= SIZE_UNKNOWN;
205
mImageWidth
/ (float) mPreview.getWidth()));
208
int maxDim = Math.max(
mImageWidth
, mImageHeight);
221
mImageWidth
= 0;
226
mImageWidth
= mModel.getImageWidth();
382
right = Math.min(
mImageWidth
, right);
451
Math.round(
mImageWidth
* mScale),
624
float scaleX = (float) mPreview.getWidth() /
mImageWidth
;
703
int rightEdge = ((
mImageWidth
- mX) >> mTileLevel);
/prebuilts/devtools/tools/lib/
sdkuilib.jar
Completed in 4728 milliseconds