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

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

Completed in 880 milliseconds