Searched refs:startTop (Results 1 – 2 of 2) sorted by relevance
293 Integer startTop = itemIdTopMap.get(itemId); in animateGridView()307 if (startTop != null) { in animateGridView()308 if (startTop != top) { in animateGridView()309 deltaY = startTop - top; in animateGridView()
253 final int startTop = from.getTop() - fromInsets.top + targetInsets.top; in getBoundsAnimator() local263 return getBoundsAnimator(target, startLeft, startTop, startRight, startBottom, endLeft, in getBoundsAnimator()