/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/ |
D | DisplaySinkService.java | 49 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/ |
D | SurfaceView.java | 185 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()
|
D | ThreadedRenderer.java | 283 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/ |
D | TvView.java | 99 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/ |
D | VideoView.java | 125 private int mSurfaceWidth; field in VideoView 514 if (mSurfaceWidth == mVideoWidth && mSurfaceHeight == mVideoHeight) { 679 mSurfaceWidth = w;
|
D | Magnifier.java | 793 private final int mSurfaceWidth; field in Magnifier.InternalPopupWindow 853 mSurfaceWidth = mContentWidth + 2 * mOffsetX; in InternalPopupWindow() 858 .setBufferSize(mSurfaceWidth, mSurfaceHeight) in InternalPopupWindow()
|
/frameworks/rs/ |
D | rsFont.h | 161 float mSurfaceWidth;
|
D | rsFont.cpp | 675 if (x1 > mSurfaceWidth || y1 < 0.0f || x2 < 0 || y4 > mSurfaceHeight) { in appendMeshQuad() 771 mSurfaceWidth = (float)mRSC->getCurrentSurfaceWidth(); in renderText()
|
/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 3061 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 …]
|
D | InputReader.h | 1296 int32_t mSurfaceWidth; variable
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 44968 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
|