Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
DExpandingListView.java103 private int[] getTopAndBottomTranslations(int top, int bottom, int yDelta, in getTopAndBottomTranslations() argument
106 int yTranslateBottom = yDelta; in getTopAndBottomTranslations()
112 boolean isBelowBottom = (top + height + yDelta) > getHeight(); in getTopAndBottomTranslations()
115 yTranslateBottom = yDelta - yTranslateTop; in getTopAndBottomTranslations()
117 int deltaBelow = top + height + yDelta - getHeight(); in getTopAndBottomTranslations()
119 yTranslateBottom = yDelta - yTranslateTop; in getTopAndBottomTranslations()
132 yTranslateBottom = yDelta - yTranslateTop; in getTopAndBottomTranslations()
135 yTranslateTop = yDelta - yTranslateBottom; in getTopAndBottomTranslations()