Searched defs:mSurfaceWidth (Results 1 - 7 of 7) 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/rs/
H A DrsFont.h161 float mSurfaceWidth; member in class:android::renderscript::FontState
/frameworks/base/core/java/android/view/
H A DSurfaceView.java168 int mSurfaceWidth = -1; field in class:SurfaceView
497 final boolean sizeChanged = mSurfaceWidth != myWidth || mSurfaceHeight != myHeight;
515 mSurfaceWidth = myWidth;
538 mSurfaceWidth, mSurfaceHeight, mFormat,
572 mSurfaceControl.setMatrix(mScreenRect.width() / (float) mSurfaceWidth,
577 mSurfaceControl.setSize(mSurfaceWidth, mSurfaceHeight);
590 mSurfaceFrame.right = mSurfaceWidth;
594 mSurfaceFrame.right = (int) (mSurfaceWidth * appInvertedScale + 0.5f);
782 mSurfaceControl.setMatrix(position.width() / (float) mSurfaceWidth,
H A DThreadedRenderer.java320 private int mSurfaceWidth, mSurfaceHeight; field in class:ThreadedRenderer
537 mSurfaceWidth = width + mInsetLeft + surfaceInsets.right;
546 mSurfaceWidth = width;
550 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight);
652 DisplayListCanvas canvas = mRootNode.start(mSurfaceWidth, mSurfaceHeight);
/frameworks/base/core/java/android/widget/
H A DVideoView.java114 private int mSurfaceWidth; field in class:VideoView
500 if (mSurfaceWidth == mVideoWidth && mSurfaceHeight == mVideoHeight) {
663 mSurfaceWidth = w;
/frameworks/base/media/java/android/media/tv/
H A DTvView.java98 private int mSurfaceWidth; field in class:TvView
118 mSurfaceWidth = width;
121 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight);
1092 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight);
/frameworks/native/services/inputflinger/
H A DInputReader.h1497 int32_t mSurfaceWidth; member in class:android::TouchInputMapper

Completed in 1710 milliseconds