Home
last modified time | relevance | path

Searched refs:mSurfaceWidth (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
DDisplaySinkService.java49 private int mSurfaceWidth; field in DisplaySinkService
136 if (mSurface == surface && mSurfaceWidth == width && mSurfaceHeight == height) { in updateSurfaceFromUi()
141 mSurfaceWidth = width; in updateSurfaceFromUi()
153 "video/avc", mSurfaceWidth, mSurfaceHeight); in updateSurfaceFromUi()
234 mBuffer.putInt(mSurfaceWidth); in sendSinkStatus()
/frameworks/base/core/java/android/view/
DSurfaceView.java168 int mSurfaceWidth = -1; field in SurfaceView
498 final boolean sizeChanged = mSurfaceWidth != myWidth || mSurfaceHeight != myHeight; in updateSurface()
516 mSurfaceWidth = myWidth; in updateSurface()
543 .setSize(mSurfaceWidth, mSurfaceHeight) in updateSurface()
578 mSurfaceControl.setMatrix(mScreenRect.width() / (float) mSurfaceWidth, in updateSurface()
583 mSurfaceControl.setSize(mSurfaceWidth, mSurfaceHeight); in updateSurface()
596 mSurfaceFrame.right = mSurfaceWidth; in updateSurface()
600 mSurfaceFrame.right = (int) (mSurfaceWidth * appInvertedScale + 0.5f); in updateSurface()
794 position.width() / (float) mSurfaceWidth, in applySurfaceTransforms()
DThreadedRenderer.java353 private int mSurfaceWidth, mSurfaceHeight; field in ThreadedRenderer
567 mSurfaceWidth = width + mInsetLeft + surfaceInsets.right; in setup()
576 mSurfaceWidth = width; in setup()
580 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight); in setup()
695 DisplayListCanvas canvas = mRootNode.start(mSurfaceWidth, mSurfaceHeight); in updateRootDisplayList()
/frameworks/base/media/java/android/media/tv/
DTvView.java99 private int mSurfaceWidth; field in TvView
119 mSurfaceWidth = width;
122 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight);
1102 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight); in onSessionCreated()
/frameworks/base/core/java/android/widget/
DMagnifier.java438 private final int mSurfaceWidth; field in Magnifier.InternalPopupWindow
496 mSurfaceWidth = mContentWidth + 2 * mOffsetX; in InternalPopupWindow()
501 .setSize(mSurfaceWidth, mSurfaceHeight) in InternalPopupWindow()
DVideoView.java114 private int mSurfaceWidth; field in VideoView
500 if (mSurfaceWidth == mVideoWidth && mSurfaceHeight == mVideoHeight) {
663 mSurfaceWidth = w;
/frameworks/rs/
DrsFont.h161 float mSurfaceWidth;
DrsFont.cpp675 if (x1 > mSurfaceWidth || y1 < 0.0f || x2 < 0 || y4 > mSurfaceHeight) { in appendMeshQuad()
771 mSurfaceWidth = (float)mRSC->getCurrentSurfaceWidth(); in renderText()
/frameworks/native/services/inputflinger/
DInputReader.cpp3091 mSurfaceWidth(-1), mSurfaceHeight(-1), mSurfaceLeft(0), mSurfaceTop(0), in TouchInputMapper()
3599 mSurfaceWidth = naturalLogicalWidth * naturalDeviceWidth / naturalPhysicalWidth; in configureSurface()
3607 mSurfaceWidth = rawWidth; in configureSurface()
3634 getDeviceId(), getDeviceName().string(), mSurfaceWidth, mSurfaceHeight, in configureSurface()
3638 mXScale = float(mSurfaceWidth) / rawWidth; in configureSurface()
3658 float diagonalSize = hypotf(mSurfaceWidth, mSurfaceHeight); in configureSurface()
3837 mOrientedRanges.y.max = mSurfaceWidth + mXTranslate - 1; in configureSurface()
3848 mOrientedRanges.x.max = mSurfaceWidth + mXTranslate - 1; in configureSurface()
3867 float displayDiagonal = hypotf(mSurfaceWidth, mSurfaceHeight); in configureSurface()
3913 dump += StringPrintf(INDENT3 "SurfaceWidth: %dpx\n", mSurfaceWidth); in dumpSurface()
[all …]
DInputReader.h1523 int32_t mSurfaceWidth; variable
/frameworks/base/config/
Dhiddenapi-private-dex.txt51422 Landroid/media/tv/TvView;->mSurfaceWidth:I
95767 Landroid/view/SurfaceView;->mSurfaceWidth:I
96711 Landroid/view/ThreadedRenderer;->mSurfaceWidth:I
103049 Landroid/widget/Magnifier$InternalPopupWindow;->mSurfaceWidth:I
106278 Landroid/widget/VideoView;->mSurfaceWidth:I