Home
last modified time | relevance | path

Searched refs:mHintDistance (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java58 private float mHintDistance; field in PanelView
199 mHintDistance = res.getDimension(R.dimen.hint_move_distance); in loadDimens()
939 float target = Math.max(0, getMaxPanelHeight() - mHintDistance); in startUnlockHintAnimationPhase1()
964 .translationY(-mHintDistance) in startUnlockHintAnimationPhase1()