Searched refs:yDelta (Results 1 – 1 of 1) sorted by relevance
103 private int[] getTopAndBottomTranslations(int top, int bottom, int yDelta, in getTopAndBottomTranslations() argument106 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()