Searched defs:l1 (Results 1 – 5 of 5) sorted by relevance
242 Animator.AnimatorPauseListener l1 = mock(Animator.AnimatorPauseListener.class); in testPauseListener() local351 ValueAnimator.AnimatorUpdateListener l1 = mock(ValueAnimator.AnimatorUpdateListener.class); in testUpdateListeners() local410 AnimatorListenerAdapter l1 = mock(AnimatorListenerAdapter.class); in testValuesSetterAndGetter() local448 AnimatorListenerAdapter l1 = mock(AnimatorListenerAdapter.class); in testSetObjectValues() local
318 MyListener l1 = new MyListener(); in testPauseAndResume() local
157 int l1 = objects == null ? 0 : objects.length; in check() local
516 final long l1 = 1006; in testGetLong2() local
2567 private static boolean longArrayEquals(Long[] l1, Long[] l2) { in longArrayEquals()