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

1234

/frameworks/base/media/java/android/media/
H A DMediaScanner.java438 private int mHeight; field in class:MediaScanner.MyMediaScannerClient
515 mHeight = 0;
678 mHeight = mBitmapOptions.outHeight;
712 if (mWidth > 0 && mHeight > 0) {
714 map.put(MediaStore.MediaColumns.HEIGHT, mHeight);
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java58 private int mHeight; field in class:GLES20Canvas
175 return mHeight;
198 mHeight = height;
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.h549 int mWidth, mHeight; member in class:android::uirenderer::OpenGLRenderer
H A DDisplayListRenderer.cpp953 mHeight = height;
961 mSnapshot->setClip(0.0f, 0.0f, mWidth, mHeight);
H A DOpenGLRenderer.cpp139 mHeight = height;
148 prepareDirty(0.0f, 0.0f, mWidth, mHeight, opaque);
160 glViewport(0, 0, mWidth, mHeight);
/frameworks/base/services/surfaceflinger/
H A DSurfaceFlinger.h137 int mHeight; member in class:android::GraphicPlane
H A DSurfaceFlinger.cpp2607 return mHeight;
2678 mHeight = int(h);
2685 mHeight = int(w);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java56 int mHeight; field in class:RsBenchRS
70 mHeight = height;
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java1886 int h = data.mHeight;
2476 data.mHeight = 0;
2544 data.mHeight = mCurrentViewHeight == 0 ?
2782 int mHeight; field in class:WebViewCore.ShowRectData
2799 data.mHeight = height;
H A DWebView.java2981 int mHeight; field in class:WebView.ViewSizeData
3031 data.mHeight = newHeight;
8707 int height = contentToViewDimension(data.mHeight);
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1019 int mHeight = topMargin + pHeight + bottomMargin;
1023 int a2vy = rowBounds.getOffset(c, vAlign, mHeight);
/frameworks/base/cmds/stagefright/
H A Dstagefright.cpp794 SkBitmap::kRGB_565_Config, frame->mWidth, frame->mHeight);

Completed in 232 milliseconds

1234