[go: nahoru, domu]

Searched refs:mSurfaceWidth (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DDisplaySinkService.java49 private int mSurfaceWidth; field in class:DisplaySinkService
136 if (mSurface == surface && mSurfaceWidth == width && mSurfaceHeight == height) {
141 mSurfaceWidth = width;
153 "video/avc", mSurfaceWidth, mSurfaceHeight);
234 mBuffer.putInt(mSurfaceWidth);
/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java322 private int mSurfaceWidth, mSurfaceHeight; field in class:ThreadedRenderer
555 mSurfaceWidth = width + mInsetLeft + surfaceInsets.right;
564 mSurfaceWidth = width;
568 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight);
569 nSetup(mNativeProxy, mSurfaceWidth, mSurfaceHeight, mLightRadius,
665 DisplayListCanvas canvas = mRootNode.start(mSurfaceWidth, mSurfaceHeight);
/frameworks/base/core/java/android/widget/
H A DVideoView.java101 private int mSurfaceWidth; field in class:VideoView
449 if (mSurfaceWidth == mVideoWidth && mSurfaceHeight == mVideoHeight) {
609 mSurfaceWidth = w;
/frameworks/base/media/java/android/media/tv/
H A DTvView.java97 private int mSurfaceWidth; field in class:TvView
117 mSurfaceWidth = width;
120 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight);
1089 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight);
/frameworks/rs/
H A DrsFont.h161 float mSurfaceWidth; member in class:android::renderscript::FontState
H A DrsFont.cpp676 if (x1 > mSurfaceWidth || y1 < 0.0f || x2 < 0 || y4 > mSurfaceHeight) {
771 mSurfaceWidth = (float)mRSC->getCurrentSurfaceWidth();
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2874 mSurfaceWidth(-1), mSurfaceHeight(-1), mSurfaceLeft(0), mSurfaceTop(0),
3348 mSurfaceWidth = naturalLogicalWidth * naturalDeviceWidth / naturalPhysicalWidth;
3356 mSurfaceWidth = rawWidth;
3383 getDeviceId(), getDeviceName().string(), mSurfaceWidth, mSurfaceHeight,
3387 mXScale = float(mSurfaceWidth) / rawWidth;
3407 float diagonalSize = hypotf(mSurfaceWidth, mSurfaceHeight);
3584 mOrientedRanges.y.max = mSurfaceWidth + mXTranslate - 1;
3595 mOrientedRanges.x.max = mSurfaceWidth + mXTranslate - 1;
3614 float displayDiagonal = hypotf(mSurfaceWidth, mSurfaceHeight);
3660 dump.appendFormat(INDENT3 "SurfaceWidth: %dpx\n", mSurfaceWidth);
[all...]
H A DInputReader.h1545 int32_t mSurfaceWidth; member in class:android::TouchInputMapper

Completed in 241 milliseconds