Home
last modified time | relevance | path

Searched refs:mSurfaceHeight (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
DVideoView.java81 private int mSurfaceHeight; field in VideoView
325 if (mSurfaceWidth == mVideoWidth && mSurfaceHeight == mVideoHeight) {
476 mSurfaceHeight = h;
/frameworks/rs/
DrsFont.h163 float mSurfaceHeight; variable
DrsFont.cpp677 if (x1 > mSurfaceWidth || y1 < 0.0f || x2 < 0 || y4 > mSurfaceHeight) { in appendMeshQuad()
771 mSurfaceHeight = (float)mRSC->getCurrentSurfaceHeight(); in renderText()
/frameworks/base/services/input/
DInputReader.cpp2568 mSurfaceWidth(-1), mSurfaceHeight(-1), mSurfaceLeft(0), mSurfaceTop(0), in TouchInputMapper()
2975 mSurfaceHeight = naturalLogicalHeight * naturalDeviceHeight / naturalPhysicalHeight; in configureSurface()
2983 mSurfaceHeight = rawHeight; in configureSurface()
3010 getDeviceId(), getDeviceName().string(), mSurfaceWidth, mSurfaceHeight, in configureSurface()
3015 mYScale = float(mSurfaceHeight) / rawHeight; in configureSurface()
3034 float diagonalSize = hypotf(mSurfaceWidth, mSurfaceHeight); in configureSurface()
3197 mOrientedRanges.x.max = mSurfaceHeight + mYTranslate - 1; in configureSurface()
3217 mOrientedRanges.y.max = mSurfaceHeight + mYTranslate - 1; in configureSurface()
3226 float displayDiagonal = hypotf(mSurfaceWidth, mSurfaceHeight); in configureSurface()
3273 dump.appendFormat(INDENT3 "SurfaceHeight: %dpx\n", mSurfaceHeight); in dumpSurface()
[all …]
DInputReader.h1341 int32_t mSurfaceHeight; variable