Home | History | Annotate | Download | only in launcher2

Lines Matching refs:round

318                         final int firstIcon = Math.round(sRollo.mScrollPos) * mColumnsPerPage;
372 sRollo.selectIcon(Math.round(sRollo.mScrollPos) * mColumnsPerPage, SELECTED_FOCUSED);
409 int currentTopRow = Math.round(sRollo.mScrollPos);
1049 (Math.abs(mScrollPos - Math.round(mScrollPos)) < 0.4f);