Searched refs:getViewportHeight (Results 1 – 3 of 3) sorted by relevance
358 int getViewportHeight() { in getViewportHeight() method in PagedView369 return (getMeasuredHeight() - getViewportHeight()) / 2; in getViewportOffsetY()814 childHeight = getViewportHeight() - verticalPadding in onMeasure()822 childHeight = getViewportHeight(); in onMeasure()877 …childTop += (getViewportHeight() - mInsets.top - mInsets.bottom - verticalPadding - child.getMeasu… in onLayout()
692 pos[1] = getViewportHeight(); in getEdgeVerticalPostion()
2093 int workspaceBottom = getViewportHeight() - mInsets.bottom - workspacePadding.bottom; in getOverviewModeTranslationY()2095 int overviewBottom = getViewportHeight() - mInsets.bottom - overviewButtonBarHeight; in getOverviewModeTranslationY()