Searched refs:mHintDistance (Results 1 – 1 of 1) sorted by relevance
114 private float mHintDistance; field in PanelViewController282 mHintDistance = mResources.getDimension(R.dimen.hint_move_distance); in loadDimens()969 float target = Math.max(0, getMaxPanelHeight() - mHintDistance); in startUnlockHintAnimationPhase1()1001 v.animate().translationY(-mHintDistance).setDuration(250).setInterpolator( in startUnlockHintAnimationPhase1()