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

/frameworks/base/core/java/android/widget/
H A DVideoView.java80 private int mSurfaceWidth; field in class:VideoView
325 if (mSurfaceWidth == mVideoWidth && mSurfaceHeight == mVideoHeight) {
475 mSurfaceWidth = w;
/frameworks/rs/
H A DrsFont.h162 float mSurfaceWidth; member in class:android::renderscript::FontState
H A DrsFont.cpp677 if (x1 > mSurfaceWidth || y1 < 0.0f || x2 < 0 || y4 > mSurfaceHeight) {
770 mSurfaceWidth = (float)mRSC->getCurrentSurfaceWidth();
/frameworks/base/services/input/
H A DInputReader.cpp2568 mSurfaceWidth(-1), mSurfaceHeight(-1), mSurfaceLeft(0), mSurfaceTop(0),
2974 mSurfaceWidth = naturalLogicalWidth * naturalDeviceWidth / naturalPhysicalWidth;
2982 mSurfaceWidth = rawWidth;
3010 getDeviceId(), getDeviceName().string(), mSurfaceWidth, mSurfaceHeight,
3014 mXScale = float(mSurfaceWidth) / rawWidth;
3034 float diagonalSize = hypotf(mSurfaceWidth, mSurfaceHeight);
3202 mOrientedRanges.y.max = mSurfaceWidth + mXTranslate - 1;
3212 mOrientedRanges.x.max = mSurfaceWidth + mXTranslate - 1;
3226 float displayDiagonal = hypotf(mSurfaceWidth, mSurfaceHeight);
3272 dump.appendFormat(INDENT3 "SurfaceWidth: %dpx\n", mSurfaceWidth);
[all...]
H A DInputReader.h1340 int32_t mSurfaceWidth; member in class:android::TouchInputMapper

Completed in 213 milliseconds