Home | History | Annotate | Download | only in launcher2

Lines Matching defs:oa

1852         ObjectAnimator oa = ObjectAnimator.ofPropertyValuesHolder(fi, alpha, scaleX, scaleY);
1853 oa.setDuration(getResources().getInteger(R.integer.config_folderAnimDuration));
1854 oa.start();
1870 ObjectAnimator oa = ObjectAnimator.ofPropertyValuesHolder(fi, alpha, scaleX, scaleY);
1871 oa.setDuration(getResources().getInteger(R.integer.config_folderAnimDuration));
1872 oa.addListener(new AnimatorListenerAdapter() {
1880 oa.start();