HomeSort by relevance Sort by last modified time
    Searched refs:mWidth (Results 1 - 25 of 444) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
ColorDrawableWithDimensions.java 22 private int mWidth;
27 mWidth = width;
33 return mWidth;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image.cpp 18 mWidth = 0;
RenderTarget.h 23 mWidth = 0;
33 GLsizei getWidth() const { return mWidth; }
39 gl::Extents getExtents() const { return gl::Extents(mWidth, mHeight, mDepth); }
51 GLsizei mWidth;
  /frameworks/base/core/java/android/util/
Size.java 32 mWidth = width;
41 return mWidth;
74 return mWidth == other.mWidth && mHeight == other.mHeight;
86 return mWidth + "x" + mHeight;
147 return mHeight ^ ((mWidth << (Integer.SIZE / 2)) | (mWidth >>> (Integer.SIZE / 2)));
150 private final int mWidth;
SizeF.java 43 mWidth = checkArgumentFinite(width, "width");
52 return mWidth;
84 return mWidth == other.mWidth && mHeight == other.mHeight;
96 return mWidth + "x" + mHeight;
159 return Float.floatToIntBits(mWidth) ^ Float.floatToIntBits(mHeight);
162 private final float mWidth;
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
ColorTexture.java 25 private int mWidth;
30 mWidth = 1;
36 draw(canvas, x, y, mWidth, mHeight);
50 mWidth = width;
56 return mWidth;
FadeTexture.java 31 private final int mWidth;
37 mWidth = width;
46 draw(canvas, x, y, mWidth, mHeight);
56 return mWidth;
  /frameworks/base/core/java/android/hardware/camera2/params/
HighSpeedVideoConfiguration.java 56 mWidth = checkArgumentPositive(width, "width must be positive");
59 mSize = new Size(mWidth, mHeight);
69 return mWidth;
135 return mWidth == other.mWidth &&
148 return HashCodeHelpers.hashCode(mWidth, mHeight, mFpsMin, mFpsMax);
151 private final int mWidth;
StreamConfiguration.java 63 mWidth = checkArgumentPositive(width, "width must be positive");
87 return mWidth;
105 return new Size(mWidth, mHeight);
152 mWidth == other.mWidth &&
164 return HashCodeHelpers.hashCode(mFormat, mWidth, mHeight, mInput ? 1 : 0);
168 private final int mWidth;
StreamConfigurationDuration.java 58 mWidth = checkArgumentPositive(width, "width must be positive");
82 return mWidth;
100 return new Size(mWidth, mHeight);
131 mWidth == other.mWidth &&
143 return HashCodeHelpers.hashCode(mFormat, mWidth, mHeight,
148 private final int mWidth;
MeteringRectangle.java 76 private final int mWidth;
94 mWidth = checkArgumentNonnegative(width, "width must be nonnegative");
118 mWidth = checkArgumentNonnegative(dimensions.getWidth(), "width must be nonnegative");
139 mWidth = checkArgumentNonnegative(rect.width(), "rect.width must be nonnegative");
168 return mWidth;
206 return new Size(mWidth, mHeight);
217 return new Rect(mX, mY, mX + mWidth, mY + mHeight);
245 && mWidth == other.mWidth
255 return HashCodeHelpers.hashCode(mX, mY, mWidth, mHeight, mWeight)
    [all...]
  /frameworks/base/libs/hwui/
RenderBuffer.h 36 mFormat(format), mWidth(width), mHeight(height), mAllocated(false) {
82 glRenderbufferStorage(GL_RENDERBUFFER, mFormat, mWidth, mHeight);
93 if (isAllocated() && (width != mWidth || height != mHeight)) {
97 mWidth = width;
105 return mWidth;
120 return (uint32_t) ((mWidth * mHeight * formatSize(mFormat)) / 8.0f + 0.5f);
183 uint32_t mWidth;
  /packages/apps/Launcher2/src/com/android/launcher2/
FastBitmapDrawable.java 30 private int mWidth;
38 mWidth = mBitmap.getWidth();
41 mWidth = mHeight = 0;
78 return mWidth;
88 return mWidth;
99 mWidth = mBitmap.getWidth();
102 mWidth = mHeight = 0;
  /external/chromium_org/third_party/angle/util/
OSWindow.cpp 10 : mWidth(0),
20 return mWidth;
47 mWidth = event.Size.Width;
  /frameworks/av/include/private/media/
VideoFrame.h 33 VideoFrame(): mWidth(0), mHeight(0), mDisplayWidth(0), mDisplayHeight(0), mSize(0), mData(0),
37 mWidth = copy.mWidth;
61 uint32_t mWidth;
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
Shape.java 31 private float mWidth;
38 return mWidth;
71 if (mWidth != width || mHeight != height) {
72 mWidth = width;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
StraightenFilter.java 47 private int mWidth = 0;
97 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
98 mWidth = inputFormat.getWidth();
123 Point p0 = new Point(-cosTheta * mWidth + sinTheta * mHeight,
124 -sinTheta * mWidth - cosTheta * mHeight);
126 Point p1 = new Point(cosTheta * mWidth + sinTheta * mHeight,
127 sinTheta * mWidth - cosTheta * mHeight);
129 Point p2 = new Point(-cosTheta * mWidth - sinTheta * mHeight,
130 -sinTheta * mWidth + cosTheta * mHeight);
132 Point p3 = new Point(cosTheta * mWidth - sinTheta * mHeight
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryView.java 29 private int mWidth;
42 mWidth = w;
52 setX((mWidth > 0) ? (mPosition * mWidth) : 0);
  /frameworks/native/services/surfaceflinger/RenderEngine/
Texture.cpp 25 mWidth(0), mHeight(0), mFiltering(false) {
30 mWidth(0), mHeight(0), mFiltering(false) {
51 mWidth = width;
72 return mWidth;
  /hardware/intel/img/hwcomposer/ips/common/
GrallocBufferBase.cpp 55 yStride = align_to(align_to(mWidth, 32), yStride_align);
59 yStride = align_to(align_to(mWidth, 32), 64);
66 yStride = align_to(align_to(mWidth, 32), 64);
73 yStride = align_to(align_to(mWidth, 32), 64);
80 yStride = align_to((align_to(mWidth, 32) << 1), 64);
86 mStride.rgb.stride = align_to(((mBpp >> 3) * align_to(mWidth, 32)), 64);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
ZoomControlBar.java 40 private int mWidth;
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, height)
    [all...]
  /frameworks/av/cmds/screenrecord/
EglWindow.h 39 mWidth(0),
51 int getWidth() const { return mWidth; }
81 int mWidth;
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Mirror.java 31 private int mWidth;
37 mWidth = mInPixelsAllocation.getType().getX();
41 mScript.set_gWidth(mWidth);
  /frameworks/base/core/jni/android/graphics/
Picture.cpp 26 mWidth = src->width();
34 mWidth = 0;
42 mWidth = width;
61 SkASSERT(mPicture->width() == mWidth);
65 return mWidth;
70 SkASSERT(mPicture->width() == mWidth);
82 newPict->mWidth = newPict->mPicture->width();
117 SkCanvas* canvas = reRecorder.beginRecording(mWidth, mHeight, NULL, 0);
  /cts/tests/tests/text/src/android/text/cts/
LayoutTest.java 35 private int mWidth;
49 mWidth = 11;
56 new MockLayout(LAYOUT_TEXT, mTextPaint, mWidth, mAlign, mSpacingmult, mSpacingadd);
67 Layout layout = new MockLayout(text, mTextPaint, mWidth,
71 layout = new MockLayout(null, mTextPaint, mWidth, mAlign, mSpacingmult, mSpacingadd);
76 Layout layout = new MockLayout(LAYOUT_TEXT, mTextPaint, mWidth,
81 layout = new MockLayout(LAYOUT_TEXT, null, mWidth, mAlign, mSpacingmult, mSpacingadd);
104 Layout layout = new MockLayout(LAYOUT_TEXT, mTextPaint, mWidth,
122 Layout layout = new MockLayout(LAYOUT_TEXT, mTextPaint, mWidth,
128 Layout layout = new MockLayout(LAYOUT_TEXT, mTextPaint, mWidth,
    [all...]

Completed in 389 milliseconds

1 2 3 4 5 6 7 8 91011>>