Searched refs:mSurfaceWidth (Results 1 - 10 of 10) 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 DSurfaceView.java168 int mSurfaceWidth = -1; field in class:SurfaceView
498 final boolean sizeChanged = mSurfaceWidth != myWidth || mSurfaceHeight != myHeight;
516 mSurfaceWidth = myWidth;
543 .setSize(mSurfaceWidth, mSurfaceHeight)
578 mSurfaceControl.setMatrix(mScreenRect.width() / (float) mSurfaceWidth,
583 mSurfaceControl.setSize(mSurfaceWidth, mSurfaceHeight);
596 mSurfaceFrame.right = mSurfaceWidth;
600 mSurfaceFrame.right = (int) (mSurfaceWidth * appInvertedScale + 0.5f);
794 position.width() / (float) mSurfaceWidth,
H A DThreadedRenderer.java353 private int mSurfaceWidth, mSurfaceHeight; field in class:ThreadedRenderer
567 mSurfaceWidth = width + mInsetLeft + surfaceInsets.right;
576 mSurfaceWidth = width;
580 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight);
695 DisplayListCanvas canvas = mRootNode.start(mSurfaceWidth, mSurfaceHeight);
/frameworks/base/core/java/android/widget/
H A DMagnifier.java438 private final int mSurfaceWidth; field in class:Magnifier.InternalPopupWindow
496 mSurfaceWidth = mContentWidth + 2 * mOffsetX;
501 .setSize(mSurfaceWidth, mSurfaceHeight)
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/rs/
H A DrsFont.h161 float mSurfaceWidth; member in class:android::renderscript::FontState
H A DrsFont.cpp675 if (x1 > mSurfaceWidth || y1 < 0.0f || x2 < 0 || y4 > mSurfaceHeight) {
771 mSurfaceWidth = (float)mRSC->getCurrentSurfaceWidth();
/frameworks/native/services/inputflinger/
H A DInputReader.cpp3091 mSurfaceWidth(-1), mSurfaceHeight(-1), mSurfaceLeft(0), mSurfaceTop(0),
3599 mSurfaceWidth = naturalLogicalWidth * naturalDeviceWidth / naturalPhysicalWidth;
3607 mSurfaceWidth = rawWidth;
3634 getDeviceId(), getDeviceName().string(), mSurfaceWidth, mSurfaceHeight,
3638 mXScale = float(mSurfaceWidth) / rawWidth;
3658 float diagonalSize = hypotf(mSurfaceWidth, mSurfaceHeight);
3837 mOrientedRanges.y.max = mSurfaceWidth + mXTranslate - 1;
3848 mOrientedRanges.x.max = mSurfaceWidth + mXTranslate - 1;
3867 float displayDiagonal = hypotf(mSurfaceWidth, mSurfaceHeight);
3913 dump += StringPrintf(INDENT3 "SurfaceWidth: %dpx\n", mSurfaceWidth);
[all...]
H A DInputReader.h1523 int32_t mSurfaceWidth; member in class:android::TouchInputMapper

Completed in 1164 milliseconds