Home
last modified time | relevance | path

Searched refs:getViewportHeight (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java358 int getViewportHeight() { in getViewportHeight() method in PagedView
369 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()
DFolderPagedView.java692 pos[1] = getViewportHeight(); in getEdgeVerticalPostion()
DWorkspace.java2093 int workspaceBottom = getViewportHeight() - mInsets.bottom - workspacePadding.bottom; in getOverviewModeTranslationY()
2095 int overviewBottom = getViewportHeight() - mInsets.bottom - overviewButtonBarHeight; in getOverviewModeTranslationY()