Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
DExpandingListView.java105 int yTranslateTop = 0; in getTopAndBottomTranslations() local
114 yTranslateTop = top; in getTopAndBottomTranslations()
115 yTranslateBottom = yDelta - yTranslateTop; in getTopAndBottomTranslations()
118 yTranslateTop = top - deltaBelow < 0 ? top : deltaBelow; in getTopAndBottomTranslations()
119 yTranslateBottom = yDelta - yTranslateTop; in getTopAndBottomTranslations()
131 yTranslateTop = yTranslateBottom - leftoverExtent; in getTopAndBottomTranslations()
132 yTranslateBottom = yDelta - yTranslateTop; in getTopAndBottomTranslations()
135 yTranslateTop = yDelta - yTranslateBottom; in getTopAndBottomTranslations()
139 return new int[] {yTranslateTop, yTranslateBottom}; in getTopAndBottomTranslations()
262 int yTranslateTop = mTranslate[0];
[all …]