Searched defs:mHintDistance (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java60 private float mHintDistance; field in class:PanelView
196 mHintDistance = res.getDimension(R.dimen.hint_move_distance);
958 float target = Math.max(0, getMaxPanelHeight() - mHintDistance);
983 .translationY(-mHintDistance)

Completed in 43 milliseconds