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.java185 int mSurfaceWidth = -1; field in SurfaceView
569 final boolean sizeChanged = mSurfaceWidth != myWidth || mSurfaceHeight != myHeight; in updateSurface()
587 mSurfaceWidth = myWidth; in updateSurface()
614 .setBufferSize(mSurfaceWidth, mSurfaceHeight) in updateSurface()
660 mSurfaceControl.setMatrix(mScreenRect.width() / (float) mSurfaceWidth, in updateSurface()
667 mSurfaceControl.setWindowCrop(mSurfaceWidth, mSurfaceHeight); in updateSurface()
671 mSurfaceControl.setBufferSize(mSurfaceWidth, mSurfaceHeight); in updateSurface()
684 mSurfaceFrame.right = mSurfaceWidth; in updateSurface()
688 mSurfaceFrame.right = (int) (mSurfaceWidth * appInvertedScale + 0.5f); in updateSurface()
881 position.width() / (float) mSurfaceWidth, in applySurfaceTransforms()
DThreadedRenderer.java283 private int mSurfaceWidth, mSurfaceHeight; field in ThreadedRenderer
480 mSurfaceWidth = width + mInsetLeft + surfaceInsets.right; in setup()
489 mSurfaceWidth = width; in setup()
493 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight); in setup()
593 RecordingCanvas canvas = mRootNode.beginRecording(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/
DVideoView.java125 private int mSurfaceWidth; field in VideoView
514 if (mSurfaceWidth == mVideoWidth && mSurfaceHeight == mVideoHeight) {
679 mSurfaceWidth = w;
DMagnifier.java793 private final int mSurfaceWidth; field in Magnifier.InternalPopupWindow
853 mSurfaceWidth = mContentWidth + 2 * mOffsetX; in InternalPopupWindow()
858 .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/
DInputReader.cpp3061 mSurfaceWidth(-1), mSurfaceHeight(-1), mSurfaceLeft(0), mSurfaceTop(0), in TouchInputMapper()
3622 mSurfaceWidth = naturalLogicalWidth * naturalDeviceWidth / naturalPhysicalWidth; in configureSurface()
3635 mSurfaceWidth = rawWidth; in configureSurface()
3662 getDeviceId(), getDeviceName().c_str(), mSurfaceWidth, mSurfaceHeight, in configureSurface()
3666 mXScale = float(mSurfaceWidth) / rawWidth; in configureSurface()
3686 float diagonalSize = hypotf(mSurfaceWidth, mSurfaceHeight); in configureSurface()
3865 mOrientedRanges.y.max = mSurfaceWidth + mXTranslate - 1; in configureSurface()
3876 mOrientedRanges.x.max = mSurfaceWidth + mXTranslate - 1; in configureSurface()
3895 float displayDiagonal = hypotf(mSurfaceWidth, mSurfaceHeight); in configureSurface()
3931 dump += StringPrintf(INDENT3 "SurfaceWidth: %dpx\n", mSurfaceWidth); in dumpSurface()
[all …]
DInputReader.h1296 int32_t mSurfaceWidth; variable
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt44968 Landroid/media/tv/TvView;->mSurfaceWidth:I
82097 Landroid/view/SurfaceView;->mSurfaceWidth:I
83005 Landroid/view/ThreadedRenderer;->mSurfaceWidth:I
88583 Landroid/widget/Magnifier$InternalPopupWindow;->mSurfaceWidth:I
91472 Landroid/widget/VideoView;->mSurfaceWidth:I