Searched refs:distanceToTop (Results 1 – 4 of 4) sorted by relevance
259 float distanceToTop = child.getTop() + child.getHeight() + previousTranslation; in transformGroups() local260 transformationAmount = distanceToTop / child.getHeight(); in transformGroups()
2004 final int distanceToTop = anchorPos[1] - displayFrame.top + yOffset; in getMaxAvailableHeight() local2007 int returnedHeight = Math.max(distanceToBottom, distanceToTop); in getMaxAvailableHeight()
1858 float distanceToTop = mScrollAnchorView.getTranslationY() - top - mScrollAnchorViewY;1859 if (distanceToTop < -scrollAmount) {1862 setOverScrolledPixels(currentTopPixels + (-scrollAmount - distanceToTop),
970 final int distanceToTop = Math.max(mWindowFrames.mContainingFrame.top in computeFrameLw() local972 int offs = Math.min(bottomOverlap, distanceToTop); in computeFrameLw()