Lines Matching refs:mSurfaceHeight
2569 mSurfaceWidth(-1), mSurfaceHeight(-1), mSurfaceLeft(0), mSurfaceTop(0), in TouchInputMapper()
2998 mSurfaceHeight = naturalLogicalHeight * naturalDeviceHeight / naturalPhysicalHeight; in configureSurface()
3006 mSurfaceHeight = rawHeight; in configureSurface()
3033 getDeviceId(), getDeviceName().string(), mSurfaceWidth, mSurfaceHeight, in configureSurface()
3038 mYScale = float(mSurfaceHeight) / rawHeight; in configureSurface()
3057 float diagonalSize = hypotf(mSurfaceWidth, mSurfaceHeight); in configureSurface()
3228 mOrientedRanges.x.max = mSurfaceHeight + mYTranslate - 1; in configureSurface()
3251 mOrientedRanges.y.max = mSurfaceHeight + mYTranslate - 1; in configureSurface()
3261 float displayDiagonal = hypotf(mSurfaceWidth, mSurfaceHeight); in configureSurface()
3308 dump.appendFormat(INDENT3 "SurfaceHeight: %dpx\n", mSurfaceHeight); in dumpSurface()
3360 * touchScreenHeight / mSurfaceHeight + touchScreenTop; in configureVirtualKeys()
3362 * touchScreenHeight / mSurfaceHeight + touchScreenTop; in configureVirtualKeys()