HomeSort by relevance Sort by last modified time
    Searched full:firstchildposition (Results 1 - 1 of 1) sorted by null

  /packages/services/Car/car-support-lib/src/android/support/car/ui/
CarLayoutManager.java 293 int firstChildPosition = getPosition(firstChild);
319 } else if (dy < 0 && firstChildPosition == 0
568 int firstChildPosition = getPosition(firstChild);
578 float currentPosition = (float) firstChildPosition - percentOfPreviousViewShowing;
    [all...]

Completed in 508 milliseconds