Home | History | Annotate | Download | only in launcher2

Lines Matching refs:getInteger

2093         oa.setDuration(getResources().getInteger(R.integer.config_folderAnimDuration));
2110 oa.setDuration(getResources().getInteger(R.integer.config_folderAnimDuration));
2369 final int duration = res.getInteger(R.integer.config_appsCustomizeZoomInTime);
2370 final int fadeDuration = res.getInteger(R.integer.config_appsCustomizeFadeInTime);
2371 final float scale = (float) res.getInteger(R.integer.config_appsCustomizeZoomScaleFactor);
2375 res.getInteger(R.integer.config_workspaceAppsCustomizeAnimationStagger);
2542 final int duration = res.getInteger(R.integer.config_appsCustomizeZoomOutTime);
2544 res.getInteger(R.integer.config_appsCustomizeFadeOutTime);
2546 res.getInteger(R.integer.config_appsCustomizeZoomScaleFactor);
2552 int stagger = res.getInteger(R.integer.config_appsCustomizeWorkspaceAnimationStagger);