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

/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DDisplaySinkService.java49 private int mSurfaceWidth; field in class:DisplaySinkService
136 if (mSurface == surface && mSurfaceWidth == width && mSurfaceHeight == height) {
141 mSurfaceWidth = width;
153 "video/avc", mSurfaceWidth, mSurfaceHeight);
234 mBuffer.putInt(mSurfaceWidth);
/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java89 private int mSurfaceWidth, mSurfaceHeight; field in class:ThreadedRenderer
204 mSurfaceWidth = width + mInsetLeft + surfaceInsets.right;
213 mSurfaceWidth = width;
217 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight);
218 nSetup(mNativeProxy, mSurfaceWidth, mSurfaceHeight, mLightRadius,
290 DisplayListCanvas canvas = mRootNode.start(mSurfaceWidth, mSurfaceHeight);
/frameworks/base/core/java/android/widget/
H A DVideoView.java100 private int mSurfaceWidth; field in class:VideoView
447 if (mSurfaceWidth == mVideoWidth && mSurfaceHeight == mVideoHeight) {
607 mSurfaceWidth = w;
/frameworks/base/media/java/android/media/tv/
H A DTvView.java95 private int mSurfaceWidth; field in class:TvView
115 mSurfaceWidth = width;
118 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight);
1036 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight);
/frameworks/rs/
H A DrsFont.h161 float mSurfaceWidth; member in class:android::renderscript::FontState
H A DrsFont.cpp676 if (x1 > mSurfaceWidth || y1 < 0.0f || x2 < 0 || y4 > mSurfaceHeight) {
771 mSurfaceWidth = (float)mRSC->getCurrentSurfaceWidth();
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2737 mSurfaceWidth(-1), mSurfaceHeight(-1), mSurfaceLeft(0), mSurfaceTop(0),
3211 mSurfaceWidth = naturalLogicalWidth * naturalDeviceWidth / naturalPhysicalWidth;
3219 mSurfaceWidth = rawWidth;
3246 getDeviceId(), getDeviceName().string(), mSurfaceWidth, mSurfaceHeight,
3250 mXScale = float(mSurfaceWidth) / rawWidth;
3270 float diagonalSize = hypotf(mSurfaceWidth, mSurfaceHeight);
3447 mOrientedRanges.y.max = mSurfaceWidth + mXTranslate - 1;
3458 mOrientedRanges.x.max = mSurfaceWidth + mXTranslate - 1;
3477 float displayDiagonal = hypotf(mSurfaceWidth, mSurfaceHeight);
3523 dump.appendFormat(INDENT3 "SurfaceWidth: %dpx\n", mSurfaceWidth);
[all...]
H A DInputReader.h1514 int32_t mSurfaceWidth; member in class:android::TouchInputMapper

Completed in 224 milliseconds