Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
DFadeAndShortSlide.java334 start1 = getRelativeRight(lhs, mParentForDelay); in compare()
335 start2 = getRelativeRight(rhs, mParentForDelay); in compare()
368 private int getRelativeRight(View child, View ancestor) { in getRelativeRight() method in FadeAndShortSlide.ViewPositionComparator