Searched refs:locs (Results 1 – 1 of 1) sorted by relevance
1019 int[] locs = new int[2]; in offsetRowsIndividually() local1020 rv.getLocationInWindow(locs); in offsetRowsIndividually()1021 int listTopInWindow = locs[1] + rv.getPaddingTop(); in offsetRowsIndividually()1093 int[] locs = new int[2]; in offsetRowsByPage() local1094 rv.getLocationInWindow(locs); in offsetRowsByPage()1095 int listTopInWindow = locs[1] + rv.getPaddingTop(); in offsetRowsByPage()