Searched defs:mSelfCollapseVelocityPx (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DUniverseBackground.java58 private float mSelfCollapseVelocityPx; // classic value: 2000px/s (will be negated to collapse "up") field in class:UniverseBackground
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/
H A DPanelView.java49 private float mSelfCollapseVelocityPx; // classic value: 2000px/s (will be negated to collapse "up") field in class:PanelView
62 // faster than mSelfCollapseVelocityPx)
299 mSelfCollapseVelocityPx = res.getDimension(R.dimen.self_collapse_velocity);
584 fling(-mSelfCollapseVelocityPx, /*always=*/ true);
H A DPhoneStatusBar.java135 private float mSelfCollapseVelocityPx; // classic value: 2000px/s (will be negated to collapse "up") field in class:PhoneStatusBar
146 // faster than mSelfCollapseVelocityPx)
2377 mSelfCollapseVelocityPx = res.getDimension(R.dimen.self_collapse_velocity);

Completed in 24 milliseconds