Home
last modified time | relevance | path

Searched refs:mSurfaceWidth (Results 1 – 8 of 8) 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.java324 private int mSurfaceWidth, mSurfaceHeight; field in ThreadedRenderer
547 mSurfaceWidth = width + mInsetLeft + surfaceInsets.right; in setup()
556 mSurfaceWidth = width; in setup()
560 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight); in setup()
561 nSetup(mNativeProxy, mSurfaceWidth, mSurfaceHeight, mLightRadius, in setup()
657 DisplayListCanvas canvas = mRootNode.start(mSurfaceWidth, mSurfaceHeight); in updateRootDisplayList()
/frameworks/base/media/java/android/media/tv/
DTvView.java97 private int mSurfaceWidth; field in TvView
117 mSurfaceWidth = width;
120 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight);
1089 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight); in onSessionCreated()
/frameworks/base/core/java/android/widget/
DVideoView.java104 private int mSurfaceWidth; field in VideoView
447 if (mSurfaceWidth == mVideoWidth && mSurfaceHeight == mVideoHeight) {
607 mSurfaceWidth = w;
/frameworks/rs/
DrsFont.h161 float mSurfaceWidth;
DrsFont.cpp676 if (x1 > mSurfaceWidth || y1 < 0.0f || x2 < 0 || y4 > mSurfaceHeight) { in appendMeshQuad()
771 mSurfaceWidth = (float)mRSC->getCurrentSurfaceWidth(); in renderText()
/frameworks/native/services/inputflinger/
DInputReader.cpp2882 mSurfaceWidth(-1), mSurfaceHeight(-1), mSurfaceLeft(0), mSurfaceTop(0), in TouchInputMapper()
3356 mSurfaceWidth = naturalLogicalWidth * naturalDeviceWidth / naturalPhysicalWidth; in configureSurface()
3364 mSurfaceWidth = rawWidth; in configureSurface()
3391 getDeviceId(), getDeviceName().string(), mSurfaceWidth, mSurfaceHeight, in configureSurface()
3395 mXScale = float(mSurfaceWidth) / rawWidth; in configureSurface()
3415 float diagonalSize = hypotf(mSurfaceWidth, mSurfaceHeight); in configureSurface()
3592 mOrientedRanges.y.max = mSurfaceWidth + mXTranslate - 1; in configureSurface()
3603 mOrientedRanges.x.max = mSurfaceWidth + mXTranslate - 1; in configureSurface()
3622 float displayDiagonal = hypotf(mSurfaceWidth, mSurfaceHeight); in configureSurface()
3668 dump.appendFormat(INDENT3 "SurfaceWidth: %dpx\n", mSurfaceWidth); in dumpSurface()
[all …]
DInputReader.h1545 int32_t mSurfaceWidth; variable