Searched refs:rawHeight (Results 1 – 2 of 2) sorted by relevance
446 final float rawHeight = ev.getRawY() - mLastMotionY + mCurrentHeight; in onTouchEvent() local447 final float newHeight = clamp(rawHeight); in onTouchEvent()450 if (rawHeight > mNaturalHeight) { in onTouchEvent()454 if (rawHeight < mSmallSize) { in onTouchEvent()
617 int32_t rawHeight = mRawPointerAxes.getRawHeight(); in findViewport() local618 newViewport.setNonDisplayViewport(rawWidth, rawHeight); in findViewport()675 int32_t rawHeight = mRawPointerAxes.getRawHeight(); in configureSurface() local751 mPhysicalHeight = rawHeight; in configureSurface()756 mSurfaceHeight = rawHeight; in configureSurface()792 mYScale = float(mSurfaceHeight) / rawHeight; in configureSurface()1009 float rawDiagonal = hypotf(rawWidth, rawHeight); in configureSurface()