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

123

/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
H A DFrameBuffer.h32 int mHeight; member in class:FrameBuffer
/packages/apps/Camera2/jni/feature_mos/src/mosaic_renderer/
H A DFrameBuffer.h32 int mHeight; member in class:FrameBuffer
/packages/apps/LegacyCamera/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
138 || (evty < mTop) || (evty >= mTop + mHeight)) {
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DColorTexture.java26 private int mHeight; field in class:ColorTexture
31 mHeight = 1;
36 draw(canvas, x, y, mWidth, mHeight);
51 mHeight = height;
61 return mHeight;
H A DFadeTexture.java32 private final int mHeight; field in class:FadeTexture
38 mHeight = height;
46 draw(canvas, x, y, mWidth, mHeight);
61 return mHeight;
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DProgressSpinner.java31 private final int mHeight; field in class:ProgressSpinner
42 mHeight = Math.max(mOuter.getHeight(), mInner.getHeight());
50 return mHeight;
73 canvas.translate(x + mWidth / 2, y + mHeight / 2);
H A DSlideshowView.java123 private final int mHeight; field in class:SlideshowView.SlideshowAnimation
130 mHeight = height;
133 MOVE_SPEED * mHeight * (random.nextFloat() - 0.5f));
143 viewWidth / mWidth, (float) viewHeight / mHeight);
H A DSurfaceTextureScreenNail.java38 private int mWidth, mHeight; field in class:SurfaceTextureScreenNail
47 mExtTexture.setSize(mWidth, mHeight);
49 setDefaultBufferSize(mSurfaceTexture, mWidth, mHeight);
87 mHeight = height;
92 mExtTexture.setSize(mWidth, mHeight);
93 setDefaultBufferSize(mSurfaceTexture, mWidth, mHeight);
104 return mHeight;
/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;
83 return mHeight;
93 return mHeight;
100 mHeight = mBitmap.getHeight();
102 mWidth = mHeight = 0;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFastBitmapDrawable.java31 private int mHeight; field in class:FastBitmapDrawable
39 mHeight = mBitmap.getHeight();
41 mWidth = mHeight = 0;
83 return mHeight;
93 return mHeight;
100 mHeight = mBitmap.getHeight();
102 mWidth = mHeight = 0;
/packages/apps/UnifiedEmail/src/com/android/bitmap/
H A DReusableBitmap.java29 private int mHeight; field in class:ReusableBitmap
54 mHeight = h;
62 return mHeight;
108 sb.append(mHeight);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DThumbnailLoadTask.java49 private final int mHeight; field in class:ThumbnailLoadTask
89 mHeight = height;
131 final int hDivider = Math.max(opts.outHeight / mHeight, 1);
135 opts.outWidth, opts.outHeight, mWidth, mHeight, opts.inSampleSize);
/packages/apps/Camera2/src/com/android/camera/
H A DMosaicPreviewRenderer.java34 private int mHeight; // height of the view in UI field in class:MosaicPreviewRenderer
108 MosaicRenderer.reset(mWidth, mHeight, mIsLandscape);
144 mHeight = h;
/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/Dialer/src/com/android/dialer/calllog/
H A DCallTypeIconsView.java41 private int mHeight; field in class:CallTypeIconsView
55 mHeight = 0;
64 mHeight = Math.max(mHeight, drawable.getIntrinsicHeight());
99 setMeasuredDimension(mWidth, mHeight);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
H A DJPEGInputStream.java33 private int mHeight = 0; field in class:JPEGInputStream
64 return new Point(mWidth, mHeight);
177 mHeight = dimens.y;
H A DJPEGOutputStream.java27 private int mHeight = 0; field in class:JPEGOutputStream
61 mHeight = height;
91 int flag = setup(out, mWidth, mHeight, mFormat, mQuality);
/packages/apps/Gallery2/src/com/android/photos/
H A DBitmapRegionTileSource.java56 int mHeight; field in class:BitmapRegionTileSource
73 mHeight = mDecoder.getHeight();
93 mWidth, mHeight,
111 return mHeight;
161 mOverlapRegion.set(0, 0, mWidth, mHeight);
191 float scale = (float) targetSize / Math.max(mWidth, mHeight);
/packages/apps/Mms/src/com/android/mms/model/
H A DImageModel.java67 private int mHeight; field in class:ImageModel
94 mHeight = uriImage.getHeight();
107 mHeight = uriImage.getHeight();
110 Log.v(TAG, "Image bounds: " + mWidth + "x" + mHeight);
131 return mHeight;
156 byte[] data = UriImage.getResizedImageData(mWidth, 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.java65 private int mHeight; field in class:UriImage
86 " mHeight: " + mHeight);
197 mHeight = opt.outHeight;
230 return mHeight;
246 byte[] data = getResizedImageData(mWidth, 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;

Completed in 412 milliseconds

123