Searched defs:mSurfaceWidth (Results 1 - 6 of 6) 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/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
/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/native/services/inputflinger/
H A DInputReader.h1402 int32_t mSurfaceWidth; member in class:android::TouchInputMapper

Completed in 312 milliseconds