HomeSort by relevance Sort by last modified time
    Searched refs:rawHeight (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 439 final float rawHeight = ev.getY() - mInitialTouchY + mOldHeight;
440 final float newHeight = clamp(rawHeight);
443 if (rawHeight > mNaturalHeight) {
446 if (rawHeight < mSmallSize) {
  /frameworks/base/services/input/
InputReader.cpp     [all...]

Completed in 157 milliseconds