Home | History | Annotate | Download | only in launcher2

Lines Matching defs:oa

391         ObjectAnimator oa;
399 oa = ObjectAnimator.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
405 oa = ObjectAnimator.ofPropertyValuesHolder(lp, width, height, x, y);
406 oa.addUpdateListener(new AnimatorUpdateListener() {
419 oa.addListener(new AnimatorListenerAdapter() {
438 oa
439 oa.start();
461 ObjectAnimator oa;
466 oa = ObjectAnimator.ofPropertyValuesHolder(this, alpha, scaleX, scaleY);
474 oa = ObjectAnimator.ofPropertyValuesHolder(lp, width, height, x, y);
475 oa.addUpdateListener(new AnimatorUpdateListener() {
488 oa.addListener(new AnimatorListenerAdapter() {
501 oa.setDuration(mExpandDuration);
502 oa.start();