Searched defs:l2 (Results 1 – 6 of 6) sorted by relevance
158 int l2 = tags == null ? 0 : tags.length; in check() local
243 Animator.AnimatorPauseListener l2 = mock(Animator.AnimatorPauseListener.class); in testPauseListener() local352 ValueAnimator.AnimatorUpdateListener l2 = mock(ValueAnimator.AnimatorUpdateListener.class); in testUpdateListeners() local
319 MyListener l2 = new MyListener(); in testPauseAndResume() local
154 Long2 l2 = new Long2(); in testJavaVectorTypes() local
517 final long l2 = 1007; in testGetLong2() local
2567 private static boolean longArrayEquals(Long[] l1, Long[] l2) { in longArrayEquals()