Searched refs:mHintDistance (Results 1 – 1 of 1) sorted by relevance
82 private float mHintDistance; field in PanelViewController268 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()