Searched defs:mWidth (Results 1 - 25 of 52) sorted by relevance

123

/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
H A DFrameBuffer.h31 int mWidth; member in class:FrameBuffer
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
H A DFrameBuffer.h28 int mWidth; member in class:FrameBuffer
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DBitmapPool.java34 private final int mWidth, mHeight; // only used if mOneSize is true field in class:BitmapPool
38 mWidth = width;
47 mWidth = -1;
78 if (mOneSize && ((bitmap.getWidth() != mWidth) ||
/packages/apps/Browser/src/com/android/browser/view/
H A DStopProgressView.java17 int mWidth; field in class:StopProgressView
75 mWidth = (right - left) * 2 / 3;
83 int l = (getWidth() - mWidth) / 2;
85 mOverlayDrawable.setBounds(l, t, l + mWidth, t + mHeight);
H A DBasePieView.java41 protected int mWidth; field in class:BasePieView
137 if ((evtx < mLeft) || (evtx >= mLeft + mWidth)
/packages/apps/Contacts/src/com/android/contacts/util/
H A DHtmlUtils.java139 private final int mWidth; field in class:HtmlUtils.StreamItemQuoteSpan
143 this.mWidth = width;
151 return mWidth;
H A DStreamItemPhotoEntry.java34 private final int mWidth; field in class:StreamItemPhotoEntry
44 mWidth = width;
56 mWidth = getInt(cursor, PhotoFiles.WIDTH, -1);
81 return mWidth;
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DColorTexture.java25 private int mWidth; field in class:ColorTexture
30 mWidth = 1;
36 draw(canvas, x, y, mWidth, mHeight);
50 mWidth = width;
56 return mWidth;
H A DFadeTexture.java30 private final int mWidth; field in class:FadeTexture
36 mWidth = width;
45 draw(canvas, x, y, mWidth, mHeight);
55 return mWidth;
H A DProgressSpinner.java28 private final int mWidth; field in class:ProgressSpinner
39 mWidth = Math.max(mOuter.getWidth(), mInner.getWidth());
44 return mWidth;
71 canvas.translate(x + mWidth / 2, y + mHeight / 2);
H A DSlideshowView.java125 private final int mWidth; field in class:SlideshowView.SlideshowAnimation
132 mWidth = width;
135 MOVE_SPEED * mWidth * (random.nextFloat() - 0.5f),
146 viewWidth / mWidth, (float) viewHeight / mHeight);
H A DSurfaceTextureScreenNail.java36 private int mWidth, mHeight; field in class:SurfaceTextureScreenNail
45 mExtTexture.setSize(mWidth, mHeight);
47 setDefaultBufferSize(mSurfaceTexture, mWidth, mHeight);
84 mWidth = width;
90 mExtTexture.setSize(mWidth, mHeight);
91 setDefaultBufferSize(mSurfaceTexture, mWidth, mHeight);
97 return mWidth;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFastBitmapDrawable.java30 private int mWidth; field in class:FastBitmapDrawable
38 mWidth = mBitmap.getWidth();
41 mWidth = mHeight = 0;
77 return mWidth;
87 return mWidth;
98 mWidth = mBitmap.getWidth();
101 mWidth = mHeight = 0;
/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DCallTypeIconsView.java40 private int mWidth; field in class:CallTypeIconsView
54 mWidth = 0;
63 mWidth += drawable.getIntrinsicWidth() + mResources.iconMargin;
95 setMeasuredDimension(mWidth, mHeight);
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
H A DGLViewTest.java280 private int mWidth; field in class:GLViewTest.MyGLView
287 mWidth = width;
308 setMeasuredSize(mWidth, 100);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DZoomControlBar.java40 private int mWidth; field in class:ZoomControlBar
64 pos = mWidth - mTotalIconWidth - x;
75 mWidth = w;
78 mSliderLength = mWidth - (2 * mTotalIconWidth);
83 if (!isEnabled() || (mWidth == 0)) return false;
129 mBar.layout(mTotalIconWidth, 0, mWidth - mTotalIconWidth, height);
141 mZoomOut.layout(mWidth - mIconWidth, 0, mWidth, height);
145 mZoomIn.layout(mWidth - mIconWidth, 0, mWidth, heigh
[all...]
/packages/apps/Mms/src/com/android/mms/model/
H A DImageModel.java66 private int mWidth; field in class:ImageModel
93 mWidth = uriImage.getWidth();
106 mWidth = uriImage.getWidth();
110 Log.v(TAG, "Image bounds: " + mWidth + "x" + mHeight);
127 return mWidth;
156 byte[] data = UriImage.getResizedImageData(mWidth, mHeight,
H A DRegionModel.java26 private int mWidth; field in class:RegionModel
46 mWidth = width;
104 * @return the mWidth
107 return mWidth;
111 * @param width the mWidth to set
114 mWidth = width;
/packages/apps/Mms/src/com/android/mms/ui/
H A DUriImage.java54 private int mWidth; field in class:UriImage
75 Log.v(TAG, "UriImage uri: " + uri + " mPath: " + mPath + " mWidth: " + mWidth +
186 mWidth = opt.outWidth;
216 return mWidth;
236 byte[] data = getResizedImageData(mWidth, mHeight,
/packages/wallpapers/Basic/src/com/android/wallpaper/
H A DRenderScriptScene.java26 protected int mWidth; field in class:RenderScriptScene
34 mWidth = width;
50 return mWidth;
80 mWidth = width;
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/
H A DRenderScriptScene.java27 protected int mWidth; field in class:RenderScriptScene
35 mWidth = width;
51 return mWidth;
81 mWidth = width;
/packages/apps/Calculator/src/com/android/calculator2/
H A DPanelSwitcher.java37 private int mWidth; field in class:PanelSwitcher
100 mWidth = w;
101 inLeft = new TranslateAnimation(mWidth, 0, 0, 0);
103 outLeft = new TranslateAnimation(0, -mWidth, 0, 0);
104 inRight = new TranslateAnimation(-mWidth, 0, 0, 0);
106 outRight = new TranslateAnimation(0, mWidth, 0, 0);
/packages/apps/Camera/src/com/android/camera/
H A DMosaicPreviewRenderer.java43 private int mWidth; // width of the view in UI field in class:MosaicPreviewRenderer
157 MosaicRenderer.reset(mWidth, mHeight, mIsLandscape);
191 mWidth = w;
H A DPanoProgressBar.java42 private float mWidth; field in class:PanoProgressBar
101 mWidth = w;
103 mDrawBounds.set(0, 0, mWidth, mHeight);
122 mLeftMostProgress = mWidth;
123 mRightMostProgress = mWidth;
124 mProgressOffset = mWidth;
142 mProgress = progress * mWidth / mMaxProgress + mProgressOffset;
144 mProgress = Math.min(mWidth, Math.max(0, mProgress));
180 r = Math.min(mProgress + mIndicatorWidth, mWidth);
/packages/apps/Gallery/src/com/android/camera/gallery/
H A DBaseImage.java55 private int mWidth = UNKNOWN_LENGTH; field in class:BaseImage
148 mWidth = options.outWidth;
151 mWidth = 0;
159 if (mWidth == UNKNOWN_LENGTH) setupDimension();
160 return mWidth;

Completed in 2145 milliseconds

123