Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
DExpandingListView.java106 int yTranslateBottom = yDelta; in getTopAndBottomTranslations() local
115 yTranslateBottom = yDelta - yTranslateTop; in getTopAndBottomTranslations()
119 yTranslateBottom = yDelta - yTranslateTop; in getTopAndBottomTranslations()
127 boolean isCollapsingBelowBottom = (yTranslateBottom > leftoverExtent); in getTopAndBottomTranslations()
128 boolean isCellCompletelyDisappearing = bottom - yTranslateBottom < 0; in getTopAndBottomTranslations()
131 yTranslateTop = yTranslateBottom - leftoverExtent; in getTopAndBottomTranslations()
132 yTranslateBottom = yDelta - yTranslateTop; in getTopAndBottomTranslations()
134 yTranslateBottom = bottom; in getTopAndBottomTranslations()
135 yTranslateTop = yDelta - yTranslateBottom; in getTopAndBottomTranslations()
139 return new int[] {yTranslateTop, yTranslateBottom}; in getTopAndBottomTranslations()
[all …]