Searched refs:mWidth (Results 1 - 25 of 206) sorted by last modified time

123456789

/frameworks/wilhelm/src/itf/
H A DI3DMacroscopic.c34 thiz->mSize.mWidth = width;
55 SLmillimeter width = thiz->mSize.mWidth;
215 thiz->mSize.mWidth = 0;
/frameworks/wilhelm/src/
H A Ditfstruct.h156 SLmillimeter mWidth; member in struct:__anon1764::__anon1765
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java115 private double mWidth; field in class:MaterialProgressDrawable
136 mWidth = progressCircleWidth * screenDensity;
142 ring.setInsets((int) mWidth, (int) mHeight);
222 return (int) mWidth;
/frameworks/support/v4/tests/java/android/support/v4/widget/
H A DTextViewCompatTest.java46 private int mWidth; field in class:TextViewCompatTest.TestDrawable
51 mWidth = width;
57 return mWidth;
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DAlertDialogTest.java1325 private int mWidth; field in class:AlertDialogTest.TestDrawable
1330 mWidth = width;
1336 return mWidth;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java6301 private int mWidth, mHeight; field in class:RecyclerView.LayoutManager
6307 mWidth = 0;
6312 mWidth = recyclerView.getWidth();
6320 mWidth = MeasureSpec.getSize(wSpec);
6323 mWidth = 0;
7429 return mWidth;
/frameworks/rs/driver/
H A DrsdFrameBufferObj.cpp31 mWidth = 0;
148 RSD_CALL_GL(glViewport, 0, 0, mWidth, mHeight);
H A DrsdFrameBufferObj.h39 mWidth = width;
48 uint32_t mWidth; member in class:RsdFrameBufferObj
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
H A DFindRegion.java150 int mWidth = (((int) (8 + mRect.width())) & ~3); // bounding rectangle that is a power of 8
154 return new Rect(mPasteOffX, mPasteOffY, mPasteOffX + mWidth, mPasteOffY + mHeight);
H A Dfind_region.rs59 int mWidth = (((int) (8 + width)) & ~3); // bounding rectangle that is a power of 8 big
107 int mWidth = cwidth;
109 int reg_width = mWidth;
111 int reg_maxx = reg_minx + mWidth;
115 for (int x = 0; x < w - mWidth; x++) {
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DConvolve3x3.java35 private int mWidth; field in class:Convolve3x3
44 mWidth = mInPixelsAllocation.getType().getX();
60 mScript.set_gWidth(mWidth);
H A DConvolve5x5.java35 private int mWidth; field in class:Convolve5x5
44 mWidth = mInPixelsAllocation.getType().getX();
74 mScript.set_gWidth(mWidth);
H A DGroupTest.java38 private int mWidth; field in class:GroupTest
48 mWidth = mInPixelsAllocation.getType().getX();
67 tb.setX(mWidth);
H A DMirror.java31 private int mWidth; field in class:Mirror
37 mWidth = mInPixelsAllocation.getType().getX();
41 mScript.set_gWidth(mWidth);
H A DResize.java36 private int mWidth; field in class:Resize
45 mWidth = mInPixelsAllocation.getType().getX();
50 (int)(mWidth * scale), (int)(mHeight * scale));
56 mScript.set_gWidthIn(mWidth);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DConvolve3x3.java28 private int mWidth; field in class:Convolve3x3
52 mWidth = mInPixelsAllocation.getType().getX();
64 mScript.set_gWidth(mWidth);
H A DConvolve5x5.java28 private int mWidth; field in class:Convolve5x5
59 mWidth = mInPixelsAllocation.getType().getX();
83 mScript.set_gWidth(mWidth);
H A DGroupTest.java31 private int mWidth; field in class:GroupTest
41 mWidth = mInPixelsAllocation.getType().getX();
60 tb.setX(mWidth);
H A DImageProcessingActivity2.java92 int mWidth; field in class:ImageProcessingActivity2.SizedTV
97 mWidth = 800;
103 mWidth = 800;
109 mWidth = 800;
114 setMeasuredDimension(mWidth, mHeight);
741 mDisplayViewIO.mWidth = tw;
H A DResize.java26 private int mWidth; field in class:Resize
33 mWidth = mInPixelsAllocation.getType().getX();
38 tb.setX((int)(mWidth * scale));
46 mScript.set_gWidthIn(mWidth);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DConvolve3x3.java35 private int mWidth; field in class:Convolve3x3
59 mWidth = mInPixelsAllocation.getType().getX();
71 mScript.set_gWidth(mWidth);
H A DConvolve5x5.java35 private int mWidth; field in class:Convolve5x5
66 mWidth = mInPixelsAllocation.getType().getX();
90 mScript.set_gWidth(mWidth);
H A DGroupTest.java38 private int mWidth; field in class:GroupTest
48 mWidth = mInPixelsAllocation.getType().getX();
67 tb.setX(mWidth);
H A DImageProcessingActivityJB.java98 int mWidth; field in class:ImageProcessingActivityJB.SizedTV
103 mWidth = 800;
109 mWidth = 800;
115 mWidth = 800;
120 setMeasuredDimension(mWidth, mHeight);
701 mDisplayView.mWidth = tw;
H A DResize.java36 private int mWidth; field in class:Resize
45 mWidth = mInPixelsAllocation.getType().getX();
50 (int)(mWidth * scale), (int)(mHeight * scale));
56 mScript.set_gWidthIn(mWidth);

Completed in 1758 milliseconds

123456789