Home
last modified time | relevance | path

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

/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarLayoutManager.java1022 int maxDanglingViewTranslation; in offsetRowsIndividually() local
1029 maxDanglingViewTranslation = listTopInWindow; in offsetRowsIndividually()
1033 maxDanglingViewTranslation -= params.topMargin; in offsetRowsIndividually()
1036 maxDanglingViewTranslation -= params.bottomMargin; in offsetRowsIndividually()
1055 child.setTranslationY(-(maxDanglingViewTranslation * interpolatedPercentage)); in offsetRowsIndividually()