Home
last modified time | relevance | path

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

/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarLayoutManager.java912 int detachedCount = 0; in recycleChildrenFromStart() local
923 detachedCount++; in recycleChildrenFromStart()
927 while (--detachedCount >= 0) { in recycleChildrenFromStart()
948 int detachedCount = 0; in recycleChildrenFromEnd() local
960 detachedCount++; in recycleChildrenFromEnd()
963 while (--detachedCount >= 0) { in recycleChildrenFromEnd()