Searched defs:first (Results 1 – 7 of 7) sorted by relevance
115 val first = listOf("a", "b") in callbacks() constant
304 val first = listOf("a", "b") in listListener() constant
669 final View first = mLayoutManager.getChildAt(0); in scollByTest() local
612 RecyclerView first = new RecyclerView(getContext()); in exceptionContainsClasses() local
694 private RelativeCoordinate min( in min()699 private RelativeCoordinate max( in max()731 private boolean areItemsCoveredByBand( in areItemsCoveredByBand()
1542 final int first, second; field in SortedListTest.Pair1544 public Pair(int first) { in Pair()1549 public Pair(int first, int second) { in Pair()
676 Diagonal first = mDiagonals.isEmpty() ? null : mDiagonals.get(0); in addEdgeDiagonals() local