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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
UniverseBackground.java 58 private float mSelfCollapseVelocityPx; // classic value: 2000px/s (will be negated to collapse "up")
122 mSelfCollapseVelocityPx = res.getDimension(R.dimen.self_collapse_velocity);
210 performFling(y, -mSelfCollapseVelocityPx*velocityMultiplier, true);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 52 private float mSelfCollapseVelocityPx; // classic value: 2000px/s (will be negated to collapse "up")
65 // faster than mSelfCollapseVelocityPx)
326 mSelfCollapseVelocityPx = res.getDimension(R.dimen.self_collapse_velocity);
629 fling(-mSelfCollapseVelocityPx, /*always=*/ true);
PhoneStatusBar.java 137 private float mSelfCollapseVelocityPx; // classic value: 2000px/s (will be negated to collapse "up")
148 // faster than mSelfCollapseVelocityPx)
    [all...]

Completed in 62 milliseconds