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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java44 private float mSelfExpandVelocityPx; // classic value: 2000px/s field in class:PanelView
208 mSelfExpandVelocityPx = res.getDimension(R.dimen.self_expand_velocity);
502 fling(mSelfExpandVelocityPx, /*always=*/ true);
H A DPhoneStatusBar.java134 private float mSelfExpandVelocityPx; // classic value: 2000px/s field in class:PhoneStatusBar
2367 mSelfExpandVelocityPx = res.getDimension(R.dimen.self_expand_velocity);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DUniverseBackground.java57 private float mSelfExpandVelocityPx; // classic value: 2000px/s field in class:UniverseBackground
121 mSelfExpandVelocityPx = res.getDimension(R.dimen.self_expand_velocity);

Completed in 64 milliseconds