Searched refs:currentTop (Results 1 – 2 of 2) sorted by relevance
826 int currentTop = view.getTop(); in animateGroupListItemsInternal() local828 : (currentTop + mVolumeGroupListItemHeight * groupSizeDelta); in animateGroupListItemsInternal()831 previousTop = currentTop; in animateGroupListItemsInternal()836 Animation translationAnim = new TranslateAnimation(0, 0, previousTop - currentTop, 0); in animateGroupListItemsInternal()
829 int currentTop = view.getTop(); in animateGroupListItemsInternal() local831 : (currentTop + mVolumeGroupListItemHeight * groupSizeDelta); in animateGroupListItemsInternal()834 previousTop = currentTop; in animateGroupListItemsInternal()839 Animation translationAnim = new TranslateAnimation(0, 0, previousTop - currentTop, 0); in animateGroupListItemsInternal()