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/
DThreadedRenderer.java285 private int mSurfaceWidth, mSurfaceHeight; field in ThreadedRenderer
486 mSurfaceWidth = width + mInsetLeft + surfaceInsets.right; in setup()
495 mSurfaceWidth = width; in setup()
499 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight); in setup()
603 RecordingCanvas canvas = mRootNode.beginRecording(mSurfaceWidth, mSurfaceHeight); in updateRootDisplayList()
DSurfaceView.java178 int mSurfaceWidth = -1; field in SurfaceView
708 final boolean sizeChanged = mSurfaceWidth != myWidth || mSurfaceHeight != myHeight; in updateSurface()
729 mSurfaceWidth = myWidth; in updateSurface()
756 .setBufferSize(mSurfaceWidth, mSurfaceHeight) in updateSurface()
806 mSurfaceControl.setMatrix(mScreenRect.width() / (float) mSurfaceWidth, in updateSurface()
813 mSurfaceControl.setWindowCrop(mSurfaceWidth, mSurfaceHeight); in updateSurface()
817 mSurfaceControl.setBufferSize(mSurfaceWidth, mSurfaceHeight); in updateSurface()
830 mSurfaceFrame.right = mSurfaceWidth; in updateSurface()
834 mSurfaceFrame.right = (int) (mSurfaceWidth * appInvertedScale + 0.5f); in updateSurface()
1027 position.width() / (float) mSurfaceWidth, in applySurfaceTransforms()
/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/
DVideoView.java125 private int mSurfaceWidth; field in VideoView
514 if (mSurfaceWidth == mVideoWidth && mSurfaceHeight == mVideoHeight) {
679 mSurfaceWidth = w;
DMagnifier.java791 private final int mSurfaceWidth; field in Magnifier.InternalPopupWindow
851 mSurfaceWidth = mContentWidth + 2 * mOffsetX; in InternalPopupWindow()
856 .setBufferSize(mSurfaceWidth, mSurfaceHeight) in InternalPopupWindow()
/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/reader/mapper/
DTouchInputMapper.cpp168 mSurfaceWidth(-1), in TouchInputMapper()
742 mSurfaceWidth = naturalLogicalWidth * naturalDeviceWidth / naturalPhysicalWidth; in configureSurface()
755 mSurfaceWidth = rawWidth; in configureSurface()
787 getDeviceId(), getDeviceName().c_str(), mSurfaceWidth, mSurfaceHeight, in configureSurface()
791 mXScale = float(mSurfaceWidth) / rawWidth; in configureSurface()
811 float diagonalSize = hypotf(mSurfaceWidth, mSurfaceHeight); in configureSurface()
980 mOrientedRanges.y.max = mSurfaceWidth + mXTranslate - 1; in configureSurface()
991 mOrientedRanges.x.max = mSurfaceWidth + mXTranslate - 1; in configureSurface()
1010 float displayDiagonal = hypotf(mSurfaceWidth, mSurfaceHeight); in configureSurface()
1045 dump += StringPrintf(INDENT3 "SurfaceWidth: %dpx\n", mSurfaceWidth); in dumpSurface()
[all …]
DTouchInputMapper.h480 int32_t mSurfaceWidth; variable
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt41898 Landroid/media/tv/TvView;->mSurfaceWidth:I
76651 Landroid/view/SurfaceView;->mSurfaceWidth:I
77503 Landroid/view/ThreadedRenderer;->mSurfaceWidth:I
82666 Landroid/widget/Magnifier$InternalPopupWindow;->mSurfaceWidth:I
85325 Landroid/widget/VideoView;->mSurfaceWidth:I