Searched refs:mSurfaceHeight (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | VideoView.java | 82 private int mSurfaceHeight; field in VideoView 348 if (mSurfaceWidth == mVideoWidth && mSurfaceHeight == mVideoHeight) { 499 mSurfaceHeight = h;
|
/frameworks/rs/ |
D | rsFont.h | 163 float mSurfaceHeight; variable
|
D | rsFont.cpp | 677 if (x1 > mSurfaceWidth || y1 < 0.0f || x2 < 0 || y4 > mSurfaceHeight) { in appendMeshQuad() 771 mSurfaceHeight = (float)mRSC->getCurrentSurfaceHeight(); in renderText()
|
/frameworks/base/services/input/ |
D | InputReader.cpp | 2569 mSurfaceWidth(-1), mSurfaceHeight(-1), mSurfaceLeft(0), mSurfaceTop(0), in TouchInputMapper() 2998 mSurfaceHeight = naturalLogicalHeight * naturalDeviceHeight / naturalPhysicalHeight; in configureSurface() 3006 mSurfaceHeight = rawHeight; in configureSurface() 3033 getDeviceId(), getDeviceName().string(), mSurfaceWidth, mSurfaceHeight, in configureSurface() 3038 mYScale = float(mSurfaceHeight) / rawHeight; in configureSurface() 3057 float diagonalSize = hypotf(mSurfaceWidth, mSurfaceHeight); in configureSurface() 3228 mOrientedRanges.x.max = mSurfaceHeight + mYTranslate - 1; in configureSurface() 3251 mOrientedRanges.y.max = mSurfaceHeight + mYTranslate - 1; in configureSurface() 3261 float displayDiagonal = hypotf(mSurfaceWidth, mSurfaceHeight); in configureSurface() 3308 dump.appendFormat(INDENT3 "SurfaceHeight: %dpx\n", mSurfaceHeight); in dumpSurface() [all …]
|
D | InputReader.h | 1355 int32_t mSurfaceHeight; variable
|