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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 56 private float mFlingGestureMaxXVelocityPx; // classic value: 150px/s
347 mFlingGestureMaxXVelocityPx = res.getDimension(R.dimen.fling_gesture_max_x_velocity);
468 if (xVel > mFlingGestureMaxXVelocityPx) {
469 xVel = mFlingGestureMaxXVelocityPx; // limit how much we care about the x axis
PhoneStatusBar.java 147 private float mFlingGestureMaxXVelocityPx; // classic value: 150px/s
    [all...]

Completed in 424 milliseconds