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.java81 private int mSurfaceWidth, mSurfaceHeight; field in class:ThreadedRenderer
202 mSurfaceWidth = width + mInsetLeft + surfaceInsets.right;
211 mSurfaceWidth = width;
214 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight);
215 nSetup(mNativeProxy, mSurfaceWidth, mSurfaceHeight,
282 HardwareCanvas canvas = mRootNode.start(mSurfaceWidth, mSurfaceHeight);
/frameworks/base/media/java/android/media/tv/
H A DTvView.java96 private int mSurfaceWidth; field in class:TvView
115 mSurfaceWidth = width;
118 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight);
904 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight);
/frameworks/base/core/java/android/widget/
H A DVideoView.java102 private int mSurfaceWidth; field in class:VideoView
453 if (mSurfaceWidth == mVideoWidth && mSurfaceHeight == mVideoHeight) {
613 mSurfaceWidth = w;
/frameworks/rs/
H A DrsFont.h161 float mSurfaceWidth; member in class:android::renderscript::FontState
H A DrsFont.cpp680 if (x1 > mSurfaceWidth || y1 < 0.0f || x2 < 0 || y4 > mSurfaceHeight) {
775 mSurfaceWidth = (float)mRSC->getCurrentSurfaceWidth();
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2596 mSurfaceWidth(-1), mSurfaceHeight(-1), mSurfaceLeft(0), mSurfaceTop(0),
3040 mSurfaceWidth = naturalLogicalWidth * naturalDeviceWidth / naturalPhysicalWidth;
3048 mSurfaceWidth = rawWidth;
3075 getDeviceId(), getDeviceName().string(), mSurfaceWidth, mSurfaceHeight,
3079 mXScale = float(mSurfaceWidth) / rawWidth;
3099 float diagonalSize = hypotf(mSurfaceWidth, mSurfaceHeight);
3276 mOrientedRanges.y.max = mSurfaceWidth + mXTranslate - 1;
3287 mOrientedRanges.x.max = mSurfaceWidth + mXTranslate - 1;
3306 float displayDiagonal = hypotf(mSurfaceWidth, mSurfaceHeight);
3352 dump.appendFormat(INDENT3 "SurfaceWidth: %dpx\n", mSurfaceWidth);
[all...]
H A DInputReader.h1402 int32_t mSurfaceWidth; member in class:android::TouchInputMapper

Completed in 239 milliseconds