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()
612 int32_t rawHeight = mRawPointerAxes.getRawHeight(); in findViewport() local613 newViewport.setNonDisplayViewport(rawWidth, rawHeight); in findViewport()676 int32_t rawHeight = mRawPointerAxes.getRawHeight(); in configureSurface() local785 mPhysicalHeight = rawHeight; in configureSurface()790 mRawSurfaceHeight = rawHeight; in configureSurface()827 mYScale = float(mRawSurfaceHeight) / rawHeight; in configureSurface()1044 float rawDiagonal = hypotf(rawWidth, rawHeight); in configureSurface()