Home | History | Annotate | Download | only in launcher3

Lines Matching refs:integer

657         final float maxDist = (float) res.getInteger(R.integer.config_dropAnimMaxDist);
661 duration = res.getInteger(R.integer.config_dropAnimMaxDuration);
665 duration = Math.max(duration, res.getInteger(R.integer.config_dropAnimMinDuration));