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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java50 private float mSelfExpandVelocityPx; // classic value: 2000px/s field in class:PanelView
334 mSelfExpandVelocityPx = res.getDimension(R.dimen.self_expand_velocity);
671 fling(mSelfExpandVelocityPx, /*always=*/ true);
H A DPhoneStatusBar.java142 private float mSelfExpandVelocityPx; // classic value: 2000px/s field in class:PhoneStatusBar
2600 mSelfExpandVelocityPx = res.getDimension(R.dimen.self_expand_velocity);

Completed in 37 milliseconds