Searched defs:mSurfaceHeight (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DDisplaySinkService.java49 private int mSurfaceHeight; field in class:DisplaySinkService
135 if (mSurface == surface && mSurfaceWidth == width && mSurfaceHeight == height) {
141 mSurfaceHeight = height;
152 "video/avc", mSurfaceWidth, mSurfaceHeight);
229 mBuffer.putInt(mSurfaceHeight);
/frameworks/base/core/java/android/widget/
H A DVideoView.java102 private int mSurfaceHeight; field in class:VideoView
432 if (mSurfaceWidth == mVideoWidth && mSurfaceHeight == mVideoHeight) {
593 mSurfaceHeight = h;
/frameworks/rs/
H A DrsFont.h162 float mSurfaceHeight; member in class:android::renderscript::FontState
/frameworks/base/services/input/
H A DInputReader.h1361 int32_t mSurfaceHeight; member in class:android::TouchInputMapper

Completed in 129 milliseconds