Searched defs:mWidth (Results 1 - 25 of 151) sorted by last modified time

1234567

/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.h39 mWidth = width;
48 uint32_t mWidth; member in class:RsdFrameBufferObj
/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);
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java41 private int mWidth; field in class:RsYuv
75 mWidth = width;
76 mScript.invoke_setSize(mWidth, mHeight);
79 tb.setX(mWidth);
87 tb.setX(mWidth);
103 return mWidth;
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java30 int mWidth; field in class:RSTestCore
59 mWidth = width;
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java30 int mWidth; field in class:RSTestCore
59 mWidth = width;
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DRSTestCore.java30 int mWidth; field in class:RSTestCore
59 mWidth = width;

Completed in 2738 milliseconds

1234567