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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java56 private float mFlingGestureMaxXVelocityPx; // classic value: 150px/s field in class:PanelView
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
H A DPhoneStatusBar.java148 private float mFlingGestureMaxXVelocityPx; // classic value: 150px/s field in class:PhoneStatusBar
2611 mFlingGestureMaxXVelocityPx = res.getDimension(R.dimen.fling_gesture_max_x_velocity);

Completed in 65 milliseconds