Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DSimpleScrollAdapterTransform.java54 applyTransformationRecursive(absDistance, mLowItemTransform, child); in transform()
56 applyTransformationRecursive(absDistance, mHighItemTransform, child); in transform()
60 private void applyTransformationRecursive( in applyTransformationRecursive() method in SimpleScrollAdapterTransform
65 applyTransformationRecursive(distanceFromCenter, children.get(i), child); in applyTransformationRecursive()