Searched defs:mHeight (Results 1 - 25 of 35) sorted by relevance

12

/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
H A DFrameBuffer.h29 int mHeight; member in class:FrameBuffer
/packages/apps/Browser/src/com/android/browser/view/
H A DStopProgressView.java18 int mHeight; field in class:StopProgressView
76 mHeight = (bottom - top) * 2 / 3;
84 int t = (getHeight() - mHeight) / 2;
85 mOverlayDrawable.setBounds(l, t, l + mWidth, t + mHeight);
H A DBasePieView.java42 protected int mHeight; field in class:BasePieView
137 || (evty < mTop) || (evty >= mTop + mHeight)) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DColorTexture.java26 private int mHeight; field in class:ColorTexture
31 mHeight = 1;
35 draw(canvas, x, y, mWidth, mHeight);
48 mHeight = height;
56 return mHeight;
H A DFadeInTexture.java35 private final int mHeight; field in class:FadeInTexture
43 mHeight = mTexture.getHeight();
50 draw(canvas, x, y, mWidth, mHeight);
70 return mHeight;
H A DProgressSpinner.java29 private final int mHeight; field in class:ProgressSpinner
40 mHeight = Math.max(mOuter.getHeight(), mInner.getHeight());
48 return mHeight;
71 canvas.translate(x + mWidth / 2, y + mHeight / 2, 0);
H A DSlideshowView.java125 private final int mHeight; field in class:SlideshowView.SlideshowAnimation
132 mHeight = height;
135 MOVE_SPEED * mHeight * (random.nextFloat() - 0.5f));
145 viewWidth / mWidth, (float) viewHeight / mHeight));
H A DBasicTexture.java41 protected int mHeight = UNSPECIFIED; field in class:BasicTexture
78 mHeight = height;
92 return mHeight;
H A DPaper.java37 private int mWidth, mHeight; field in class:Paper
70 mHeight = height;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFastBitmapDrawable.java31 private int mHeight; field in class:FastBitmapDrawable
39 mHeight = mBitmap.getHeight();
41 mWidth = mHeight = 0;
82 return mHeight;
92 return mHeight;
99 mHeight = mBitmap.getHeight();
101 mWidth = mHeight = 0;
/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DCallTypeIconsView.java41 private int mHeight; field in class:CallTypeIconsView
55 mHeight = 0;
64 mHeight = Math.max(mHeight, drawable.getIntrinsicHeight());
95 setMeasuredDimension(mWidth, mHeight);
/packages/apps/Contacts/src/com/android/contacts/util/
H A DStreamItemPhotoEntry.java33 private final int mHeight; field in class:StreamItemPhotoEntry
43 mHeight = height;
55 mHeight = getInt(cursor, PhotoFiles.HEIGHT, -1);
77 return mHeight;
/packages/apps/Mms/src/com/android/mms/model/
H A DImageModel.java72 private int mHeight; field in class:ImageModel
104 mHeight = uriImage.getHeight();
117 mHeight = uriImage.getHeight();
120 Log.v(TAG, "Image bounds: " + mWidth + "x" + mHeight);
141 return mHeight;
175 int outHeight = mHeight;
H A DRegionModel.java27 private int mHeight; field in class:RegionModel
47 mHeight = height;
119 * @return the mHeight
122 return mHeight;
126 * @param height the mHeight to set
129 mHeight = height;
/packages/apps/Mms/src/com/android/mms/ui/
H A DUriImage.java55 private int mHeight; field in class:UriImage
88 " mHeight: " + mHeight);
152 mHeight = opt.outHeight;
181 return mHeight;
224 int outHeight = mHeight;
234 ", mWidth=" + mWidth + ", mHeight=" + mHeight +
/packages/wallpapers/Basic/src/com/android/wallpaper/
H A DRenderScriptScene.java27 protected int mHeight; field in class:RenderScriptScene
35 mHeight = height;
54 return mHeight;
81 mHeight = height;
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/
H A DRenderScriptScene.java28 protected int mHeight; field in class:RenderScriptScene
36 mHeight = height;
55 return mHeight;
82 mHeight = height;
/packages/apps/Camera/src/com/android/camera/panorama/
H A DPanoProgressBar.java42 private float mHeight; field in class:PanoProgressBar
99 mHeight = h;
100 mDrawBounds.set(0, 0, mWidth, mHeight);
/packages/apps/Gallery/src/com/android/camera/gallery/
H A DBaseImage.java56 private int mHeight = UNKNOWN_LENGTH; field in class:BaseImage
149 mHeight = options.outHeight;
152 mHeight = 0;
164 if (mHeight == UNKNOWN_LENGTH) setupDimension();
165 return mHeight;
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DUriImage.java56 private int mHeight; field in class:UriImage
186 mHeight = decoder.getHeight();
252 if (mWidth != 0 && mHeight != 0) {
254 details.addDetail(MediaDetails.INDEX_HEIGHT, mHeight);
/packages/apps/Music/src/com/android/music/
H A DTouchInterceptor.java64 private int mHeight; field in class:TouchInterceptor
139 mHeight = getHeight();
141 mUpperBound = Math.min(y - touchSlop, mHeight / 3);
142 mLowerBound = Math.max(y + touchSlop, mHeight * 2 /3);
195 if (y >= mHeight / 3) {
196 mUpperBound = mHeight / 3;
198 if (y <= mHeight * 2 / 3) {
199 mLowerBound = mHeight * 2 / 3;
342 speed = y > (mHeight + mLowerBound) / 2 ? 16 : 4;
/packages/apps/Settings/src/com/android/settings/
H A DActivityPicker.java431 private final int mHeight; field in class:ActivityPicker.EmptyDrawable
435 mHeight = height;
445 return mHeight;
455 return mHeight;
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DProjectPickerAdapter.java247 private int mHeight; field in class:LoadPreviewBitmapTask
259 mHeight = height;
277 mHeight,
280 final Bitmap bitmap = Bitmap.createBitmap(mWidth, mHeight,
288 (mHeight - previewBitmap.getHeight()) / 2,
303 result = Bitmap.createBitmap(mWidth, mHeight, Bitmap.Config.ARGB_8888);
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
H A DGalaxyRS.java39 int mHeight; field in class:GalaxyRS
55 mHeight = height;
143 proj.loadOrthoWindow(mWidth, mHeight);
145 Log.d("------------------- UPDATE PROJECTION MATRICES", mWidth + " " + mHeight);
147 Matrix4f projNorm = getProjectionNormalized(mWidth, mHeight);
161 proj.loadOrthoWindow(mWidth, mHeight);
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
H A DRenderScriptScene.java28 protected int mHeight; field in class:RenderScriptScene
37 mHeight = height;
56 return mHeight;
85 mHeight = height;

Completed in 2127 milliseconds

12