Home
last modified time | relevance | path

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

/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarLayoutManager.java1001 int danglingChildIndex = -1; in offsetRowsIndividually() local
1005 danglingChildIndex = i; in offsetRowsIndividually()
1010 mAnchorPageBreakPosition = danglingChildIndex; in offsetRowsIndividually()
1013 Log.v(TAG, ":: offsetRowsIndividually danglingChildIndex: " + danglingChildIndex); in offsetRowsIndividually()
1039 if (i < danglingChildIndex) { in offsetRowsIndividually()
1041 } else if (i > danglingChildIndex) { in offsetRowsIndividually()