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
497 final boolean sizeChanged = mSurfaceWidth != myWidth || mSurfaceHeight != myHeight;
516 mSurfaceHeight = myHeight;
538 mSurfaceWidth, mSurfaceHeight, mFormat,
574 mScreenRect.height() / (float) mSurfaceHeight);
577 mSurfaceControl.setSize(mSurfaceWidth, mSurfaceHeight);
591 mSurfaceFrame.bottom = mSurfaceHeight;
595 mSurfaceFrame.bottom = (int) (mSurfaceHeight * appInvertedScale + 0.5f);
784 position.height() / (float) mSurfaceHeight);
H A DThreadedRenderer.java320 private int mSurfaceWidth, mSurfaceHeight; field in class:ThreadedRenderer
538 mSurfaceHeight = height + mInsetTop + surfaceInsets.bottom;
547 mSurfaceHeight = height;
550 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight);
652 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.java99 private int mSurfaceHeight; field in class:TvView
119 mSurfaceHeight = height;
121 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight);
1092 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight);
/frameworks/native/services/inputflinger/
H A DInputReader.h1498 int32_t mSurfaceHeight; member in class:android::TouchInputMapper

Completed in 2836 milliseconds