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 434 final float rawHeight = ev.getRawY() - mLastMotionY + mCurrentHeight;
435 final float newHeight = clamp(rawHeight);
438 if (rawHeight > mNaturalHeight) {
442 if (rawHeight < mSmallSize) {
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]

Completed in 70 milliseconds