Searched refs:mHeight (Results 126 - 150 of 165) sorted by relevance

1234567

/frameworks/base/libs/hwui/
H A DRenderProperties.cpp89 , mWidth(0), mHeight(0)
188 mPrimitiveFields.mPivotY = mPrimitiveFields.mHeight / 2.0f;
H A DStatefulBaseRenderer.cpp31 , mHeight(-1)
49 mHeight = height;
H A DPathCache.cpp508 entry.shape.roundRect.mHeight = height;
553 entry.shape.oval.mHeight = height;
576 entry.shape.rect.mHeight = height;
600 entry.shape.arc.mHeight = height;
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DUploadedTexture.java161 return mHeight;
172 mHeight = UNSPECIFIED;
/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java53 int mWidth, mHeight; field in class:ScreenRotationAnimation
137 pw.print(" mHeight="); pw.println(mHeight);
227 mHeight = originalWidth;
230 mHeight = originalHeight;
252 mWidth, mHeight,
258 mWidth, mHeight,
316 float[] srcPnts = new float[] { 0, 0, mWidth, mHeight };
356 createRotationMatrix(delta, mWidth, mHeight, mSnapshotInitialMatrix);
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSceneGraphRS.java36 int mHeight; field in class:SceneGraphRS
46 mHeight = height;
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp82 mHeight(h),
87 const uint32_t mHeight; member in class:android::ScreenCapture
/frameworks/rs/
H A DrsContext.h188 uint32_t getHeight() const {return mHeight;}
256 uint32_t mHeight; member in class:android::renderscript::Context
/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp275 frame->mHeight = crop_bottom - crop_top + 1;
277 frame->mDisplayHeight = frame->mHeight;
278 frame->mSize = frame->mWidth * frame->mHeight * 2;
303 frame->mHeight,
304 0, 0, frame->mWidth - 1, frame->mHeight - 1);
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java76 private int mHeight; field in class:Bitmap
117 mHeight = height;
142 mHeight = height;
233 mHeight = height;
1084 return mHeight;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterView.java60 private int mHeight; field in class:BatteryMeterView
279 mHeight = h;
312 final int height = mHeight - pt - pb;
409 pctY = (mHeight + mTextHeight) * 0.47f;
433 final float y = (mHeight + mWarningTextHeight) * 0.48f;
H A DDessertCaseView.java123 private int mWidth, mHeight; field in class:DessertCaseView
231 if (mWidth == w && mHeight == h) return;
239 mHeight = h;
245 mRows = mHeight / mCellSize;
255 setTranslationY(0.5f * (mHeight - mCellSize * mRows) * SCALE);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java368 int mHeight; field in class:BitmapRegionTileSource
385 mHeight = mDecoder.getHeight();
403 mWidth, mHeight,
422 return mHeight;
472 mOverlapRegion.set(0, 0, mWidth, mHeight);
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsRenderStatesRS.java35 int mHeight; field in class:RsRenderStatesRS
43 mHeight = mRS.getHeight();
54 mHeight = mRS.getHeight();
57 proj.loadOrthoWindow(mWidth, mHeight);
215 proj.loadOrthoWindow(mWidth, mHeight);
/frameworks/base/core/java/android/widget/
H A DCalendarViewLegacyDelegate.java1182 private int mHeight; field in class:CalendarViewLegacyDelegate.WeekView
1372 mTempRect.bottom = mHeight;
1402 final int y = (int) ((mHeight + textHeight) / 2) - mWeekSeperatorLineWidth;
1480 mHeight);
1486 mHeight);
1521 mHeight = (mListView.getHeight() - mListView.getPaddingTop() - mListView
1523 setMeasuredDimension(MeasureSpec.getSize(widthMeasureSpec), mHeight);
/frameworks/base/media/java/android/media/
H A DMediaCodec.java1703 private final int mHeight; field in class:MediaCodec.MediaImage
1721 return mHeight;
1800 mHeight = readInt(info, sizeIsLong);
1801 if (mWidth < 1 || mHeight < 1) {
1803 "unsupported size: " + mWidth + "x" + mHeight);
1825 + (mHeight / vert - 1) * rowInc + (mWidth / horiz - 1) * colInc);
1834 cropRect = new Rect(0, 0, mWidth, mHeight);
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp1006 mWidth(0), mHeight(0), mFormat(0), mSize(0), mUsage(0),
1045 mHeight = height;
1056 mWidth, mHeight, mFormatRequested, getStreamOps(),
1113 __FUNCTION__, mWidth, mHeight, mSize, mId);
1118 mWidth, mHeight);
1122 __FUNCTION__, mWidth, mHeight, mId);
1210 mWidth, mHeight, mFormat);
1261 mId, mWidth, mHeight, mFormat);
1395 mWidth(0), mHeight(0), mFormat(0),
1426 mHeight
[all...]
/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java78 private int mWidth, mHeight; field in class:ThreadedRenderer
196 mHeight = height;
232 return mHeight;
H A DSurfaceView.java162 int mHeight = -1; field in class:SurfaceView
447 final boolean sizeChanged = mWidth != myWidth || mHeight != myHeight;
465 mHeight = myHeight;
518 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight,
H A DViewRootImpl.java186 int mHeight; field in class:ViewRootImpl
365 mHeight = -1;
886 mDirty.set(0, 0, mWidth, mHeight);
945 (int) (mWidth * appScale + 0.5f), (int) (mHeight * appScale + 0.5f));
977 return r.intersect(0, 0, mWidth, mHeight);
1174 if (mWidth != host.getMeasuredWidth() || mHeight != host.getMeasuredHeight()) {
1307 if (desiredWindowWidth != mWidth || desiredWindowHeight != mHeight) {
1449 && ((mWidth != host.getMeasuredWidth() || mHeight != host.getMeasuredHeight())
1453 frame.height() < desiredWindowHeight && frame.height() != mHeight));
1503 mDirty.set(0, 0, mWidth, mHeight);
[all...]
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp77 mNewHeight(mHeight),
473 const uint32_t oldHeight = mHeight;
475 if (mWidth != oldWidth || mHeight != oldHeight) {
722 outHeader->nFilledLen = (mWidth * mHeight * 3) / 2;
/frameworks/base/services/core/java/com/android/server/display/
H A DWifiDisplayAdapter.java582 private final int mHeight; field in class:WifiDisplayAdapter.WifiDisplayDevice
596 mHeight = height;
630 mInfo.height = mHeight;
638 mInfo.setAssumedDensityForExternalDisplay(mWidth, mHeight);
/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;
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java47 int mHeight; field in class:RsBenchRS
61 mHeight = height;
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1225 mHeight = 0;
1423 h = mHeight;
1453 + " mHeight: " + mHeight
1571 && (mWidth > 0) && (mHeight > 0)
1680 mHeight = h;
1750 private int mHeight; field in class:GLSurfaceView.GLThread

Completed in 452 milliseconds

1234567