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()
3498 int32_t rawHeight = mRawPointerAxes.getRawHeight(); in findViewport() local3499 newViewport.setNonDisplayViewport(rawWidth, rawHeight); in findViewport()3555 int32_t rawHeight = mRawPointerAxes.getRawHeight(); in configureSurface() local3631 mPhysicalHeight = rawHeight; in configureSurface()3636 mSurfaceHeight = rawHeight; in configureSurface()3667 mYScale = float(mSurfaceHeight) / rawHeight; in configureSurface()3894 float rawDiagonal = hypotf(rawWidth, rawHeight); in configureSurface()