Searched refs:mHeight (Results 76 - 100 of 109) sorted by relevance

12345

/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DRSTestCore.java31 int mHeight; field in class:RSTestCore
60 mHeight = height;
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp80 mHeight(h),
85 const uint32_t mHeight; member in class:android::ScreenCapture
/frameworks/rs/
H A DrsContext.h157 uint32_t getHeight() const {return mHeight;}
220 uint32_t mHeight; member in class:android::renderscript::Context
H A DrsContext.cpp476 mHeight = h;
478 if (mWidth && mHeight) {
505 return mHeight;
617 ALOGE(" RS width %i, height %i", 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/native/libs/gui/
H A DSurfaceComposerClient.cpp560 : mWidth(0), mHeight(0), mFormat(PIXEL_FORMAT_NONE) {
568 &mWidth, &mHeight, &mFormat, 0, 0,
577 &mWidth, &mHeight, &mFormat, reqWidth, reqHeight,
587 &mWidth, &mHeight, &mFormat, reqWidth, reqHeight,
604 return mHeight;
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java200 int mHeight; field in class:ViewRootImpl
376 mHeight = -1;
848 mDirty.set(0, 0, mWidth, mHeight);
901 (int) (mWidth * appScale + 0.5f), (int) (mHeight * appScale + 0.5f));
929 return r.intersect(0, 0, mWidth, mHeight);
1101 if (mWidth != host.getMeasuredWidth() || mHeight != host.getMeasuredHeight()) {
1207 if (desiredWindowWidth != mWidth || desiredWindowHeight != mHeight) {
1339 && ((mWidth != host.getMeasuredWidth() || mHeight != host.getMeasuredHeight())
1343 frame.height() < desiredWindowHeight && frame.height() != mHeight));
1403 if (mWidth > 0 && mHeight >
[all...]
H A DSurfaceView.java154 int mHeight = -1; field in class:SurfaceView
414 final boolean sizeChanged = mWidth != myWidth || mHeight != myHeight;
432 mHeight = myHeight;
481 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight,
H A DHardwareRenderer.java596 int mWidth = -1, mHeight = -1; field in class:HardwareRenderer.GlRenderer
1034 mHeight = height;
1045 return mHeight;
1111 if (size[1] != mHeight || size[0] != mWidth) {
1113 mHeight = size[1];
1115 canvas.setViewport(mWidth, mHeight);
/frameworks/base/core/java/android/widget/
H A DCalendarView.java1524 private int mHeight; field in class:CalendarView.WeekView
1693 mTempRect.bottom = mHeight;
1710 int y = (int) ((mHeight + textHeight) / 2) - mWeekSeperatorLineWidth;
1762 mSelectedLeft + mSelectedDateVerticalBarWidth / 2, mHeight);
1766 mSelectedRight + mSelectedDateVerticalBarWidth / 2, mHeight);
1795 mHeight = (mListView.getHeight() - mListView.getPaddingTop() - mListView
1797 setMeasuredDimension(MeasureSpec.getSize(widthMeasureSpec), mHeight);
H A DEdgeEffect.java77 private int mHeight; field in class:EdgeEffect
160 mHeight = height;
H A DPopupWindow.java103 private int mHeight; field in class:PopupWindow
741 return mHeight;
756 mHeight = height;
1008 p.height = mLastHeight = mHeight;
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java63 private int mHeight = -1; field in class:Bitmap
790 return mHeight == -1 ? mHeight = nativeHeight(mNativeBitmap) : mHeight;
/frameworks/native/include/gui/
H A DSurfaceComposerClient.h149 uint32_t mHeight; member in class:android::ScreenshotClient
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java47 int mHeight; field in class:RsBenchRS
61 mHeight = height;
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h315 mHeight = mBottom - mTop;
335 mHeight = mBottom - mTop;
347 mHeight = mBottom - mTop;
361 mHeight = mBottom - mTop;
397 return mHeight;
519 int mWidth, mHeight; member in class:android::uirenderer::DisplayList
H A DDisplayListRenderer.cpp132 mHeight = 0;
408 displayList, mWidth, mHeight, flags, level + 1);
664 if (mWidth != mPrevWidth || mHeight != mPrevHeight) {
666 mPrevHeight = mHeight;
858 if (renderer.quickReject(0, 0, mWidth, mHeight)) {
991 displayList, mWidth, mHeight, flags, level + 1);
1368 mHeight = height;
1376 mSnapshot->setClip(0.0f, 0.0f, mWidth, mHeight);
H A DOpenGLRenderer.h584 int mWidth, mHeight; member in class:android::uirenderer::OpenGLRenderer
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1226 mHeight = 0;
1424 h = mHeight;
1453 + " mHeight: " + mHeight
1565 && (mWidth > 0) && (mHeight > 0)
1671 mHeight = h;
1740 private int mHeight; field in class:GLSurfaceView.GLThread
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java145 int mHeight; field in class:WallpaperService.Engine
508 out.print(" mHeight="); out.print(mHeight);
565 boolean sizeChanged = mWidth != myWidth || mHeight != myHeight;
577 mHeight = myHeight;
622 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight,
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java1034 return mGradientState.mHeight;
1072 public int mHeight = -1; field in class:GradientDrawable.GradientState
1113 mHeight = state.mHeight;
1193 mHeight = height;
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaItem.java756 int mHeight = 64;
773 while(tmp < mHeight) {
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DDisplayHardware.cpp115 int DisplayHardware::getHeight() const { return mHeight; }
274 eglQuerySurface(display, surface, EGL_HEIGHT, &mHeight);
/frameworks/base/media/java/android/media/
H A DMediaScanner.java435 private int mHeight; field in class:MediaScanner.MyMediaScannerClient
506 mHeight = 0;
627 mHeight = parseSubstring(value, 0, 0);
719 mHeight = mBitmapOptions.outHeight;
754 if (mWidth > 0 && mHeight > 0) {
756 map.put(MediaStore.MediaColumns.HEIGHT, mHeight);
757 resolution = mWidth + "x" + mHeight;
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h138 int mHeight; member in class:android::GraphicPlane

Completed in 1805 milliseconds

12345