Searched refs:mWidth (Results 51 - 75 of 206) sorted by path

123456789

/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java397 final int mWidth; field in class:AssistStructure.WindowNode
409 mWidth = rect.width();
430 mWidth = in.readInt();
440 out.writeInt(mWidth);
466 return mWidth;
522 int mWidth; field in class:AssistStructure.ViewNode
588 mWidth = in.readInt();
595 mWidth = val&0x7fff;
641 || (mWidth&~0x7fff) != 0 | (mHeight&~0x7fff) != 0) {
687 out.writeInt(mWidth);
[all...]
/frameworks/base/core/java/android/hardware/camera2/params/
H A DHighSpeedVideoConfiguration.java59 mWidth = checkArgumentPositive(width, "width must be positive");
62 mSize = new Size(mWidth, mHeight);
73 return mWidth;
148 return mWidth == other.mWidth &&
162 return HashCodeHelpers.hashCode(mWidth, mHeight, mFpsMin, mFpsMax);
165 private final int mWidth; field in class:HighSpeedVideoConfiguration
H A DInputConfiguration.java30 private final int mWidth; field in class:InputConfiguration
50 mWidth = width;
61 return mWidth;
100 if (otherInputConfig.getWidth() == mWidth &&
113 return HashCodeHelpers.hashCode(mWidth, mHeight, mFormat);
126 return String.format("InputConfiguration(w:%d, h:%d, format:%d)", mWidth, mHeight, mFormat);
H A DMeteringRectangle.java76 private final int mWidth; field in class:MeteringRectangle
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, mHeigh
[all...]
H A DStreamConfiguration.java63 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; field in class:StreamConfiguration
H A DStreamConfigurationDuration.java58 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; field in class:StreamConfigurationDuration
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java147 int mWidth; field in class:WallpaperService.Engine
541 out.print(prefix); out.print("mWidth="); out.print(mWidth);
603 boolean sizeChanged = mWidth != myWidth || mHeight != myHeight;
616 mWidth = myWidth;
678 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight,
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java140 e.mWidth = ellipsizedWidth;
H A DLayout.java195 mWidth = width;
215 mWidth = width;
282 int right = mWidth;
432 final int width = mWidth;
587 return mWidth;
595 return mWidth;
604 if (wid < mWidth) {
608 mWidth = wid;
664 bounds.right = mWidth; // ???
946 if (clamped && wid > mWidth) {
1951 /* package */ int mWidth; field in class:Layout.Ellipsizer
2039 private int mWidth; field in class:Layout
[all...]
H A DStaticLayout.java86 b.mWidth = width;
168 mWidth = width;
394 int mWidth; field in class:StaticLayout.Builder
505 e.mWidth = ellipsizedWidth;
538 b.mPaint, b.mWidth, b.mAlignment, b.mSpacingMult, b.mSpacingAdd);
544 e.mWidth = b.mEllipsizedWidth;
551 mEllipsizedWidth = b.mWidth;
569 int outerWidth = b.mWidth;
/frameworks/base/core/java/android/util/
H A DSize.java32 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; field in class:Size
H A DSizeF.java43 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; field in class:SizeF
/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java792 visibleWinFrame.right = (int) (visibleWinFrame.left + mViewRootImpl.mWidth * scale);
H A DDisplay.java991 private final int mWidth; field in class:Display.Mode
1000 mWidth = width;
1025 return mWidth;
1057 return mWidth == width &&
1071 return mModeId == that.mModeId && matches(that.mWidth, that.mHeight, that.mRefreshRate);
1078 hash = hash * 17 + mWidth;
1088 .append(", width=").append(mWidth)
1107 out.writeInt(mWidth);
H A DDisplayListCanvas.java46 private int mWidth; field in class:DisplayListCanvas
58 canvas.mWidth = width;
127 return mWidth;
H A DGraphicBuffer.java54 private final int mWidth; field in class:GraphicBuffer
91 mWidth = width;
102 return mWidth;
260 dest.writeInt(mWidth);
H A DThreadedRenderer.java319 private int mWidth, mHeight; field in class:ThreadedRenderer
547 mWidth = width;
604 return mWidth;
H A DViewRootImpl.java236 int mWidth; field in class:ViewRootImpl
418 mWidth = -1;
1052 mDirty.set(0, 0, mWidth, mHeight);
1117 (int) (mWidth * appScale + 0.5f), (int) (mHeight * appScale + 0.5f));
1170 return r.intersect(0, 0, mWidth, mHeight);
1359 if (mWidth != host.getMeasuredWidth() || mHeight != host.getMeasuredHeight()) {
1524 if (desiredWindowWidth != mWidth || desiredWindowHeight != mHeight) {
1677 && ((mWidth != host.getMeasuredWidth() || mHeight != host.getMeasuredHeight())
1679 frame.width() < desiredWindowWidth && frame.width() != mWidth)
1742 mDirty.set(0, 0, mWidth, mHeigh
[all...]
/frameworks/base/core/java/android/widget/
H A DCalendarViewLegacyDelegate.java1178 private int mWidth; field in class:CalendarViewLegacyDelegate.WeekView
1327 end = mShowWeekNumber ? mWidth - mWidth / mNumCells : mWidth;
1329 start = mShowWeekNumber ? mWidth / mNumCells : 0;
1330 end = mWidth;
1379 mTempRect.left = mShowWeekNumber ? mWidth / mNumCells : 0;
1386 mTempRect.right = mShowWeekNumber ? mWidth - mWidth / mNumCells : mWidth;
[all...]
H A DFastScroller.java145 private int mWidth; field in class:FastScroller
308 mWidth = Math.max(width, mThumbMinWidth);
506 return mWidth;
H A DPopupWindow.java172 private int mWidth = LayoutParams.WRAP_CONTENT; field in class:PopupWindow
1046 return mWidth;
1064 mWidth = width;
1440 p.width = mLastWidth = mWidth;
2163 width = mWidth;
2175 // If width and mWidth were both < 0 then we have a MATCH_PARENT/WRAP_CONTENT case.
2177 // but we don't want to update mWidth/mHeight to these absolute values.
/frameworks/base/core/jni/android/graphics/
H A DPicture.cpp27 mWidth = src->width();
36 mWidth = 0;
44 mWidth = width;
60 return mWidth;
76 newPict->mWidth = cullRect.width();
114 SkCanvas* canvas = reRecorder.beginRecording(mWidth, mHeight, NULL, 0);
123 SkRect myRect = SkRect::MakeWH(SkIntToScalar(mWidth), SkIntToScalar(mHeight));
H A DPicture.h56 int mWidth; member in class:android::Picture
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfDocument.cpp39 , mWidth(width)
53 const int mWidth; member in struct:android::PageRecord
95 SkCanvas* canvas = document->beginPage(page->mWidth, page->mHeight,
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp558 uint32_t mWidth; member in class:InputStripSource
571 mWidth(width), mHeight(height), mPixStride(pixStride), mRowStride(rowStride),
578 uint32_t fullSize = mWidth * mHeight * mBytesPerSample * mSamplesPerPixel;
646 if (stream.write(rowBytes, 0, mBytesPerSample * mSamplesPerPixel * mWidth) != OK ||
692 uint32_t mWidth; member in class:DirectStripSource
705 mPixelBytes(pixelBytes), mWidth(width), mHeight(height), mPixStride(pixStride),
712 uint32_t fullSize = mWidth * mHeight * mBytesPerSample * mSamplesPerPixel;
723 && mRowStride == mWidth * mBytesPerSample * mSamplesPerPixel) {
736 if (stream.write(mPixelBytes, mOffset + i * mRowStride, mPixStride * mWidth) != OK ||

Completed in 383 milliseconds

123456789