Home | History | Annotate | Download | only in ui

Lines Matching refs:percent

838     public void onDrawerDrag(float percent) {
839 mMiniDrawerView.setAlpha(1f - percent);
840 mListView.setAlpha(percent);