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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
UniverseBackground.java 63 private float mFlingGestureMaxXVelocityPx; // classic value: 150px/s
132 mFlingGestureMaxXVelocityPx = res.getDimension(R.dimen.fling_gesture_max_x_velocity);
425 if (xVel > mFlingGestureMaxXVelocityPx) {
426 xVel = mFlingGestureMaxXVelocityPx; // limit how much we care about the x axis
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 57 private float mFlingGestureMaxXVelocityPx; // classic value: 150px/s
338 mFlingGestureMaxXVelocityPx = res.getDimension(R.dimen.fling_gesture_max_x_velocity);
438 if (xVel > mFlingGestureMaxXVelocityPx) {
439 xVel = mFlingGestureMaxXVelocityPx; // limit how much we care about the x axis
PhoneStatusBar.java 142 private float mFlingGestureMaxXVelocityPx; // classic value: 150px/s
    [all...]

Completed in 370 milliseconds