Home | History | Annotate | Download | only in cts

Lines Matching defs:al

935         AnimationListener al = new AnimationListener() {
948 mMockViewGroup.setLayoutAnimationListener(al);
949 assertSame(al, mMockViewGroup.getLayoutAnimationListener());
1868 LayoutAnimationController al = spy(new LayoutAnimationController(animation));
1869 al);
1872 verify(al, times(1)).start();