Searched refs:mHeight (Results 1 - 25 of 165) sorted by last modified time

1234567

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarContainer.java48 private int mHeight; field in class:ActionBarContainer
68 mHeight = a.getDimensionPixelSize(R.styleable.ActionBar_height, -1);
252 MeasureSpec.getMode(heightMeasureSpec) == MeasureSpec.AT_MOST && mHeight >= 0) {
254 Math.min(mHeight, MeasureSpec.getSize(heightMeasureSpec)), MeasureSpec.AT_MOST);
/frameworks/wilhelm/src/itf/
H A DI3DMacroscopic.c35 thiz->mSize.mHeight = height;
56 SLmillimeter height = thiz->mSize.mHeight;
216 thiz->mSize.mHeight = 0;
/frameworks/wilhelm/src/
H A Ditfstruct.h154 SLmillimeter mHeight; member in struct:__anon1605::__anon1606
/frameworks/rs/driver/
H A DrsdFrameBufferObj.cpp32 mHeight = 0;
148 RSD_CALL_GL(glViewport, 0, 0, mWidth, mHeight);
H A DrsdFrameBufferObj.h40 mHeight = height;
49 uint32_t mHeight; member in class:RsdFrameBufferObj
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DConvolve3x3.java36 private int mHeight; field in class:Convolve3x3
45 mHeight = mInPixelsAllocation.getType().getY();
61 mScript.set_gHeight(mHeight);
H A DConvolve5x5.java36 private int mHeight; field in class:Convolve5x5
45 mHeight = mInPixelsAllocation.getType().getY();
75 mScript.set_gHeight(mHeight);
H A DGroupTest.java39 private int mHeight; field in class:GroupTest
49 mHeight = mInPixelsAllocation.getType().getY();
68 tb.setY(mHeight);
H A DMirror.java32 private int mHeight; field in class:Mirror
38 mHeight = mInPixelsAllocation.getType().getY();
42 mScript.set_gHeight(mHeight);
H A DResize.java37 private int mHeight; field in class:Resize
46 mHeight = mInPixelsAllocation.getType().getY();
50 (int)(mWidth * scale), (int)(mHeight * scale));
57 mScript.set_gHeightIn(mHeight);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DConvolve3x3.java29 private int mHeight; field in class:Convolve3x3
38 mHeight = mInPixelsAllocation.getType().getY();
54 mScript.set_gHeight(mHeight);
H A DConvolve5x5.java29 private int mHeight; field in class:Convolve5x5
38 mHeight = mInPixelsAllocation.getType().getY();
68 mScript.set_gHeight(mHeight);
H A DGroupTest.java32 private int mHeight; field in class:GroupTest
42 mHeight = mInPixelsAllocation.getType().getY();
61 tb.setY(mHeight);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DConvolve3x3.java36 private int mHeight; field in class:Convolve3x3
60 mHeight = mInPixelsAllocation.getType().getY();
72 mScript.set_gHeight(mHeight);
H A DConvolve5x5.java36 private int mHeight; field in class:Convolve5x5
67 mHeight = mInPixelsAllocation.getType().getY();
91 mScript.set_gHeight(mHeight);
H A DGroupTest.java39 private int mHeight; field in class:GroupTest
49 mHeight = mInPixelsAllocation.getType().getY();
68 tb.setY(mHeight);
H A DImageProcessingActivityJB.java98 int mHeight; field in class:ImageProcessingActivityJB.SizedTV
103 mHeight = 450;
109 mHeight = 450;
115 mHeight = 450;
119 setMeasuredDimension(mWidth, mHeight);
700 mDisplayView.mHeight = th;
H A DResize.java37 private int mHeight; field in class:Resize
46 mHeight = mInPixelsAllocation.getType().getY();
50 (int)(mWidth * scale), (int)(mHeight * scale));
57 mScript.set_gHeightIn(mHeight);
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java40 private int mHeight; field in class:RsYuv
74 mHeight = height;
76 mScript.invoke_setSize(mWidth, mHeight);
80 tb.setY(mHeight);
88 tb.setY(mHeight);
106 return mHeight;
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java31 int mHeight; field in class:RSTestCore
60 mHeight = height;
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java31 int mHeight; field in class:RSTestCore
60 mHeight = height;
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DRSTestCore.java31 int mHeight; field in class:RSTestCore
60 mHeight = height;
/frameworks/rs/
H A DrsContext.cpp652 mHeight = h;
654 if (mWidth && mHeight) {
681 return mHeight;
803 ALOGE(" RS width %i, height %i", mWidth, mHeight);
H A DrsContext.h188 uint32_t getHeight() const {return mHeight;}
256 uint32_t mHeight; member in class:android::renderscript::Context
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java108 private double mHeight; field in class:MaterialProgressDrawable
129 mHeight = progressCircleHeight * screenDensity;
134 ring.setInsets((int) mWidth, (int) mHeight);
209 return (int) mHeight;

Completed in 8745 milliseconds

1234567