Searched refs:rawHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java430 final float rawHeight = ev.getRawY() - mLastMotionY + mCurrentHeight;
431 final float newHeight = clamp(rawHeight);
434 if (rawHeight > mNaturalHeight) {
438 if (rawHeight < mSmallSize) {
/frameworks/native/services/inputflinger/
H A DInputReader.cpp3131 int32_t rawHeight = mRawPointerAxes.y.maxValue - mRawPointerAxes.y.minValue + 1; local
3145 newViewport.setNonDisplayViewport(rawWidth, rawHeight);
3210 mSurfaceHeight = rawHeight;
3241 mYScale = float(mSurfaceHeight) / rawHeight;
3466 float rawDiagonal = hypotf(rawWidth, rawHeight);

Completed in 1292 milliseconds