Home
last modified time | relevance | path

Searched refs:locs (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarLayoutManager.java1019 int[] locs = new int[2]; in offsetRowsIndividually() local
1020 rv.getLocationInWindow(locs); in offsetRowsIndividually()
1021 int listTopInWindow = locs[1] + rv.getPaddingTop(); in offsetRowsIndividually()
1093 int[] locs = new int[2]; in offsetRowsByPage() local
1094 rv.getLocationInWindow(locs); in offsetRowsByPage()
1095 int listTopInWindow = locs[1] + rv.getPaddingTop(); in offsetRowsByPage()