Searched refs:mSurfaceHeight (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DDisplaySinkService.java50 private int mSurfaceHeight; field in class:DisplaySinkService
136 if (mSurface == surface && mSurfaceWidth == width && mSurfaceHeight == height) {
142 mSurfaceHeight = height;
153 "video/avc", mSurfaceWidth, mSurfaceHeight);
235 mBuffer.putInt(mSurfaceHeight);
/frameworks/base/core/java/android/view/
H A DSurfaceView.java169 int mSurfaceHeight = -1; field in class:SurfaceView
496 final boolean sizeChanged = mSurfaceWidth != myWidth || mSurfaceHeight != myHeight;
515 mSurfaceHeight = myHeight;
537 mSurfaceWidth, mSurfaceHeight, mFormat,
573 mScreenRect.height() / (float) mSurfaceHeight);
576 mSurfaceControl.setSize(mSurfaceWidth, mSurfaceHeight);
590 mSurfaceFrame.bottom = mSurfaceHeight;
594 mSurfaceFrame.bottom = (int) (mSurfaceHeight * appInvertedScale + 0.5f);
783 position.height() / (float) mSurfaceHeight);
H A DThreadedRenderer.java342 private int mSurfaceWidth, mSurfaceHeight; field in class:ThreadedRenderer
557 mSurfaceHeight = height + mInsetTop + surfaceInsets.bottom;
566 mSurfaceHeight = height;
569 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight);
678 DisplayListCanvas canvas = mRootNode.start(mSurfaceWidth, mSurfaceHeight);
/frameworks/base/core/java/android/widget/
H A DVideoView.java115 private int mSurfaceHeight; field in class:VideoView
500 if (mSurfaceWidth == mVideoWidth && mSurfaceHeight == mVideoHeight) {
664 mSurfaceHeight = h;
/frameworks/base/media/java/android/media/tv/
H A DTvView.java100 private int mSurfaceHeight; field in class:TvView
120 mSurfaceHeight = height;
122 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight);
1102 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight);
/frameworks/rs/
H A DrsFont.h162 float mSurfaceHeight; member in class:android::renderscript::FontState
H A DrsFont.cpp675 if (x1 > mSurfaceWidth || y1 < 0.0f || x2 < 0 || y4 > mSurfaceHeight) {
772 mSurfaceHeight = (float)mRSC->getCurrentSurfaceHeight();
/frameworks/native/services/inputflinger/
H A DInputReader.cpp3085 mSurfaceWidth(-1), mSurfaceHeight(-1), mSurfaceLeft(0), mSurfaceTop(0),
3594 mSurfaceHeight = naturalLogicalHeight * naturalDeviceHeight / naturalPhysicalHeight;
3602 mSurfaceHeight = rawHeight;
3628 getDeviceId(), getDeviceName().string(), mSurfaceWidth, mSurfaceHeight,
3633 mYScale = float(mSurfaceHeight) / rawHeight;
3652 float diagonalSize = hypotf(mSurfaceWidth, mSurfaceHeight);
3823 mOrientedRanges.x.max = mSurfaceHeight + mYTranslate - 1;
3846 mOrientedRanges.y.max = mSurfaceHeight + mYTranslate - 1;
3859 float displayDiagonal = hypotf(mSurfaceWidth, mSurfaceHeight);
3906 dump.appendFormat(INDENT3 "SurfaceHeight: %dpx\n", mSurfaceHeight);
[all...]
H A DInputReader.h1517 int32_t mSurfaceHeight; member in class:android::TouchInputMapper

Completed in 295 milliseconds