Home | History | Annotate | Download | only in launcher2

Lines Matching refs:integer

301     private final ArrayList<Integer> mSynchronouslyBoundPages = new ArrayList<Integer>();
940 * Given the integer (ordinal) value of a State enum instance, convert it to a variable of type
2353 oa.setDuration(getResources().getInteger(R.integer.config_folderAnimDuration));
2370 oa.setDuration(getResources().getInteger(R.integer.config_folderAnimDuration));
2639 final int duration = res.getInteger(R.integer.config_appsCustomizeZoomInTime);
2640 final int fadeDuration = res.getInteger(R.integer.config_appsCustomizeFadeInTime);
2641 final float scale = (float) res.getInteger(R.integer.config_appsCustomizeZoomScaleFactor);
2645 res.getInteger(R.integer.config_workspaceAppsCustomizeAnimationStagger);
2808 final int duration = res.getInteger(R.integer.config_appsCustomizeZoomOutTime);
2810 res.getInteger(R.integer.config_appsCustomizeFadeOutTime);
2812 res.getInteger(R.integer.config_appsCustomizeZoomScaleFactor);
2818 int stagger = res.getInteger(R.integer.config_appsCustomizeWorkspaceAnimationStagger);