Searched defs:mSurfaceHeight (Results 1 - 7 of 7) 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/rs/
H A DrsFont.h162 float mSurfaceHeight; member in class:android::renderscript::FontState
/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/native/services/inputflinger/
H A DInputReader.h1517 int32_t mSurfaceHeight; member in class:android::TouchInputMapper

Completed in 533 milliseconds