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
496 final boolean sizeChanged = mSurfaceWidth != myWidth || mSurfaceHeight != myHeight;
514 mSurfaceWidth = myWidth;
537 mSurfaceWidth, mSurfaceHeight, mFormat,
571 mSurfaceControl.setMatrix(mScreenRect.width() / (float) mSurfaceWidth,
576 mSurfaceControl.setSize(mSurfaceWidth, mSurfaceHeight);
589 mSurfaceFrame.right = mSurfaceWidth;
593 mSurfaceFrame.right = (int) (mSurfaceWidth * appInvertedScale + 0.5f);
781 mSurfaceControl.setMatrix(position.width() / (float) mSurfaceWidth,
H A DThreadedRenderer.java342 private int mSurfaceWidth, mSurfaceHeight; field in class:ThreadedRenderer
556 mSurfaceWidth = width + mInsetLeft + surfaceInsets.right;
565 mSurfaceWidth = width;
569 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight);
678 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.java99 private int mSurfaceWidth; field in class:TvView
119 mSurfaceWidth = width;
122 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight);
1102 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight);
/frameworks/native/services/inputflinger/
H A DInputReader.h1516 int32_t mSurfaceWidth; member in class:android::TouchInputMapper

Completed in 1590 milliseconds