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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java437 final float rawHeight = ev.getRawY() - mLastMotionY + mCurrentHeight;
438 final float newHeight = clamp(rawHeight);
441 if (rawHeight > mNaturalHeight) {
445 if (rawHeight < mSmallSize) {
/frameworks/native/services/inputflinger/
H A DInputReader.cpp3278 int32_t rawHeight = mRawPointerAxes.y.maxValue - mRawPointerAxes.y.minValue + 1; local
3292 newViewport.setNonDisplayViewport(rawWidth, rawHeight);
3357 mSurfaceHeight = rawHeight;
3388 mYScale = float(mSurfaceHeight) / rawHeight;
3613 float rawDiagonal = hypotf(rawWidth, rawHeight);

Completed in 1020 milliseconds