Lines Matching refs:IMPL

643     static final ViewPropertyAnimatorCompatImpl IMPL;
647 IMPL = new LollipopViewPropertyAnimatorCompatImpl();
649 IMPL = new KitKatViewPropertyAnimatorCompatImpl();
651 IMPL = new JBMr2ViewPropertyAnimatorCompatImpl();
653 IMPL = new JBViewPropertyAnimatorCompatImpl();
655 IMPL = new ICSViewPropertyAnimatorCompatImpl();
657 IMPL = new BaseViewPropertyAnimatorCompatImpl();
675 IMPL.setDuration(this, view, value);
692 IMPL.alpha(this, view, value);
709 IMPL.alphaBy(this, view, value);
726 IMPL.translationX(this, view, value);
743 IMPL.translationY(this, view, value);
778 IMPL.withEndAction(this, view, runnable);
796 return IMPL.getDuration(this, view);
815 IMPL.setInterpolator(this, view, value);
830 return IMPL.getInterpolator(this, view);
849 IMPL.setStartDelay(this, view, value);
867 return IMPL.getStartDelay(this, view);
885 IMPL.rotation(this, view, value);
902 IMPL.rotationBy(this, view, value);
919 IMPL.rotationX(this, view, value);
936 IMPL.rotationXBy(this, view, value);
953 IMPL.rotationY(this, view, value);
970 IMPL.rotationYBy(this, view, value);
987 IMPL.scaleX(this, view, value);
1004 IMPL.scaleXBy(this, view, value);
1021 IMPL.scaleY(this, view, value);
1038 IMPL.scaleYBy(this, view, value);
1049 IMPL.cancel(this, view);
1065 IMPL.x(this, view, value);
1082 IMPL.xBy(this, view, value);
1099 IMPL.y(this, view, value);
1116 IMPL.yBy(this, view, value);
1133 IMPL.translationXBy(this, view, value);
1150 IMPL.translationYBy(this, view, value);
1167 IMPL.translationZBy(this, view, value);
1184 IMPL.translationZ(this, view, value);
1201 IMPL.z(this, view, value);
1218 IMPL.zBy(this, view, value);
1235 IMPL.start(this, view);
1272 IMPL.withLayer(this, view);
1297 IMPL.withStartAction(this, view, runnable);
1315 IMPL.setListener(this, view, listener);
1334 IMPL.setUpdateListener(this, view, listener);