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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 52 private float mFlingExpandMinVelocityPx; // classic value: 200px/s
336 mFlingExpandMinVelocityPx = res.getDimension(R.dimen.fling_expand_min_velocity);
485 || vel < mFlingExpandMinVelocityPx
PhoneStatusBar.java 144 private float mFlingExpandMinVelocityPx; // classic value: 200px/s
    [all...]

Completed in 138 milliseconds