Lines Matching refs:integer
296 private final ArrayList<Integer> mSynchronouslyBoundPages = new ArrayList<Integer>();
914 * Given the integer (ordinal) value of a State enum instance, convert it to a variable of type
2327 oa.setDuration(getResources().getInteger(R.integer.config_folderAnimDuration));
2344 oa.setDuration(getResources().getInteger(R.integer.config_folderAnimDuration));
2613 final int duration = res.getInteger(R.integer.config_appsCustomizeZoomInTime);
2614 final int fadeDuration = res.getInteger(R.integer.config_appsCustomizeFadeInTime);
2615 final float scale = (float) res.getInteger(R.integer.config_appsCustomizeZoomScaleFactor);
2619 res.getInteger(R.integer.config_workspaceAppsCustomizeAnimationStagger);
2782 final int duration = res.getInteger(R.integer.config_appsCustomizeZoomOutTime);
2784 res.getInteger(R.integer.config_appsCustomizeFadeOutTime);
2786 res.getInteger(R.integer.config_appsCustomizeZoomScaleFactor);
2792 int stagger = res.getInteger(R.integer.config_appsCustomizeWorkspaceAnimationStagger);