Searched refs:rawHeight (Results 1 – 2 of 2) sorted by relevance
456 final float rawHeight = ev.getRawY() - mLastMotionY + mCurrentHeight; in onTouchEvent() local457 final float newHeight = clamp(rawHeight); in onTouchEvent()460 if (rawHeight > mNaturalHeight) { in onTouchEvent()464 if (rawHeight < mSmallSize) { in onTouchEvent()
594 int32_t rawHeight = mRawPointerAxes.getRawHeight(); in findViewport() local595 newViewport.setNonDisplayViewport(rawWidth, rawHeight); in findViewport()658 int32_t rawHeight = mRawPointerAxes.getRawHeight(); in configureSurface() local757 mPhysicalHeight = rawHeight; in configureSurface()762 mRawSurfaceHeight = rawHeight; in configureSurface()798 mYScale = float(mRawSurfaceHeight) / rawHeight; in configureSurface()1015 float rawDiagonal = hypotf(rawWidth, rawHeight); in configureSurface()