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/
DPanelViewController.java82 private float mHintDistance; field in PanelViewController
268 mHintDistance = mResources.getDimension(R.dimen.hint_move_distance); in loadDimens()
909 float target = Math.max(0, getMaxPanelHeight() - mHintDistance); in startUnlockHintAnimationPhase1()
941 v.animate().translationY(-mHintDistance).setDuration(250).setInterpolator( in startUnlockHintAnimationPhase1()