Searched defs:mHeight (Results 1 - 25 of 71) 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/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
H A DFrameBuffer.h29 int mHeight; member in class:FrameBuffer
/packages/apps/Settings/src/com/android/settings/applications/
H A DSpacePreference.java33 private int mHeight; field in class:SpacePreference
48 mHeight = a.getDimensionPixelSize(0, 0);
52 mHeight = height;
64 LayoutParams params = new LayoutParams(LayoutParams.MATCH_PARENT, mHeight);
/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/Messaging/src/com/android/messaging/ui/mediapicker/
H A DImagePersistTask.java42 private int mHeight; field in class:ImagePersistTask
62 mHeight = height;
101 Assert.equals(mHeight, bitmap.getWidth());
102 clippedWidth = (int) (mHeight * mHeightPercent);
106 Assert.equals(mHeight, bitmap.getHeight());
108 clippedHeight = (int) (mHeight * mHeightPercent);
113 mHeight = clippedHeight;
166 mCallback.onMediaReady(mOutputUri, ContentType.IMAGE_JPEG, mWidth, mHeight);
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
H A DManualLayoutFrame.java32 private int mHeight; field in class:ManualLayoutFrame
55 if (mHeight == 0 && mDesiredHeight != 0) {
57 mHeight = mDesiredHeight;
60 if (mHeight != 0) {
62 setMeasuredDimension(getMeasuredWidth(), mHeight);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DThumbnailLoadTask.java49 private final int mHeight; field in class:ThumbnailLoadTask
92 mHeight = height;
134 final int hDivider = Math.max(opts.outHeight / mHeight, 1);
138 opts.outWidth, opts.outHeight, mWidth, mHeight, opts.inSampleSize);
/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
H A DAndroidImageProxy.java91 private final int mHeight; field in class:AndroidImageProxy
107 mHeight = mImage.getHeight();
167 return mHeight;
/packages/apps/Camera2/src/com/android/camera/util/
H A DAspectRatio.java37 private final int mHeight; field in class:AspectRatio
45 mHeight = height;
68 return mHeight;
76 return (float) mWidth / (float) mHeight;
88 if (mHeight != that.mHeight)
98 return Objects.hashCode(mWidth, mHeight);
110 return of(mHeight, mWidth);
153 // this.mHeight other.mHeight
[all...]
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallTypeIconsView.java47 private int mHeight; field in class:CallTypeIconsView
61 mHeight = 0;
70 mHeight = Math.max(mHeight, drawable.getIntrinsicHeight());
83 mHeight = Math.max(mHeight, mResources.videoCall.getIntrinsicHeight());
128 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/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/apps/Camera/src/com/android/camera/
H A DMosaicPreviewRenderer.java44 private int mHeight; // height of the view in UI field in class:MosaicPreviewRenderer
157 MosaicRenderer.reset(mWidth, mHeight, mIsLandscape);
192 mHeight = h;
H A DPanoProgressBar.java43 private float mHeight; field in class:PanoProgressBar
102 mHeight = h;
103 mDrawBounds.set(0, 0, mWidth, mHeight);
/packages/apps/Camera2/src/com/android/camera/
H A DPanoProgressBar.java45 private float mHeight; field in class:PanoProgressBar
104 mHeight = h;
105 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;

Completed in 430 milliseconds

123