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

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

Completed in 177 milliseconds