/packages/apps/Camera2/src/com/android/camera/data/ |
SimpleViewData.java | 36 private final int mWidth; 46 mWidth = width; 69 return mWidth;
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/ |
JPEGInputStream.java | 32 private int mWidth = 0; 64 return new Point(mWidth, mHeight); 176 mWidth = dimens.x;
|
JPEGOutputStream.java | 26 private int mWidth = 0; 60 mWidth = width; 91 int flag = setup(out, mWidth, mHeight, mFormat, mQuality);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
DividedImageCanvas.java | 55 private int mWidth; 103 sb.append(" mWidth="); 104 sb.append(mWidth); 187 w = mWidth; 192 w = mWidth / 2; 199 w = mWidth / 2; 204 w = mWidth / 2; 210 w = mWidth / 2; 247 final int width = mWidth; 413 if (mWidth == width && mHeight == height) [all...] |
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis3/ |
Visualization3RS.java | 114 // distribute the data over mWidth samples in the middle of the mPointData array 116 final int width = mWidth > outlen ? outlen : mWidth;
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
Sensors.java | 69 private float mWidth; 94 mWidth = w; 96 if (mWidth < mHeight) { 129 if (mWidth < mHeight) { 130 float w0 = mWidth * 0.333333f; 154 canvas.translate(mWidth - (h*0.5f + 4.0f), y);
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
Renderbuffer.cpp | 320 mWidth = 0; 343 return mWidth; 389 mWidth = mRenderTarget->getWidth(); 403 mWidth = width; 434 mWidth = mDepthStencil->getWidth(); 447 mWidth = mDepthStencil->getWidth();
|
/packages/apps/Mms/src/com/android/mms/model/ |
ImageModel.java | 66 private int mWidth; 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,
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
KeyboardId.java | 67 public final int mWidth; 84 mWidth = params.mKeyboardWidth; 109 id.mWidth, 130 && other.mWidth == mWidth 192 mWidth, mHeight,
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoCarousel.java | 58 private int mWidth; 212 if (width < mWidth && height < mHeight) { 280 mWidth = right - left; 282 mOrientation = (mWidth > mHeight ? LANDSCAPE : PORTRAIT); 284 mLongSide = (int) Math.max(mWidth, mHeight); 285 mShortSide = (int) Math.min(mWidth, mHeight);
|
/cts/apps/CtsVerifier/include/colorchecker/ |
testingimage.h | 46 inline int getWidth() const { return mWidth; } 63 int mWidth;
|
/cts/suite/cts/deviceTests/opengl/jni/reference/ |
ReferenceRenderer.cpp | 42 mScenes[0] = new FlockingScene(mWidth, mHeight); 43 mScenes[1] = new GlowingScene(mWidth, mHeight);
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
NativeRendererOneColorBufferTest.java | 37 private int mWidth; 82 mWidth = width;
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
RenderTarget9.cpp | 30 mWidth = description.Width; 81 mWidth = width;
|
/frameworks/base/core/java/android/view/ |
GLES20RenderLayer.java | 60 mWidth = width; 112 canvas.setViewport(mWidth, mHeight);
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/ |
GLTextureSource.java | 40 private int mWidth; 81 FrameFormat outputFormat = ImageFormat.create(mWidth, mHeight,
|
/packages/apps/Browser/src/com/android/browser/view/ |
PieListView.java | 46 mWidth = mChildWidth; 69 canvas.drawRect(mLeft, mTop, mLeft + mWidth, mTop + mHeight, mBgPaint);
|
/cts/tests/src/android/opengl/cts/ |
CompressedTextureLoader.java | 52 mWidth = width; 63 public int getWidth() { return mWidth; } 89 private int mWidth; 126 int mWidth; // width of input surface 156 header.mWidth = headerBuffer.getInt(); 253 int dataSize = (header.mWidth * header.mHeight * header.mBitCount) >> 3; 255 Texture tex = new Texture(header.mWidth, header.mHeight, 320 int mWidth; 365 header.mWidth = headerBuffer.getInt(); 428 int dataSize = (header.mWidth * header.mHeight * bpp) >> 3 [all...] |
/frameworks/base/core/java/android/widget/ |
EdgeEffect.java | 78 private int mWidth; 161 mWidth = width; 338 if (mWidth < mMinWidth) { 340 int glowLeft = (mWidth - mMinWidth)/2; 341 mGlow.setBounds(glowLeft, 0, mWidth - glowLeft, glowBottom); 344 mGlow.setBounds(0, 0, mWidth, glowBottom); 352 if (mWidth < mMinWidth) { 354 int edgeLeft = (mWidth - mMinWidth)/2; 355 mEdge.setBounds(edgeLeft, 0, mWidth - edgeLeft, edgeBottom); 358 mEdge.setBounds(0, 0, mWidth, edgeBottom) [all...] |
/packages/apps/Calendar/src/com/android/calendar/month/ |
SimpleWeekView.java | 134 protected int mWidth; 369 int dayStart = mShowWeekNum ? (mWidth - mPadding * 2) / mNumCells + mPadding : mPadding; 370 if (x < dayStart || x > mWidth - mPadding) { 374 int dayPosition = (int) ((x - dayStart) * mNumDays / (mWidth - dayStart - mPadding)); 419 r.right = mWidth - mPadding; 441 int x = (mWidth - mPadding * 2) / divisor + mPadding; 458 int x = (2 * i + 1) * (mWidth - mPadding * 2) / (divisor) + mPadding; 488 int x = (mWidth - mPadding * 2) / mNumCells + mPadding; 495 mWidth = w; 511 mSelectedLeft = selectedPosition * (mWidth - mPadding * 2) / mNumCell [all...] |
/cts/suite/cts/deviceTests/opengl/jni/graphics/ |
Renderer.h | 41 EGLint mWidth;
|
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/ |
Scene.h | 41 int mWidth;
|
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/glowing/ |
BlurMeshNode.h | 33 const float mWidth;
|
GlowingScene.cpp | 116 mTextureIds.add(GLUtils::genTexture(mWidth, mHeight, 0)); // fbo 117 mTextureIds.add(GLUtils::genTexture(mWidth, mHeight, 0)); // tmp1 118 mTextureIds.add(GLUtils::genTexture(mWidth, mHeight, 0)); // tmp2 194 glViewport(0, 0, mWidth, mHeight);
|
/frameworks/av/include/media/stagefright/ |
JPEGSource.h | 46 int32_t mWidth, mHeight;
|