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.java82 private float mHintDistance; field in PanelView
228 mHintDistance = res.getDimension(R.dimen.hint_move_distance); in loadDimens()
1100 float target = Math.max(0, getMaxPanelHeight() - mHintDistance); in startUnlockHintAnimationPhase1()
1133 .translationY(-mHintDistance) in startUnlockHintAnimationPhase1()