Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java196 Rect workspacePadding = getWorkspacePadding(false /* isLayoutRtl */); in updateAvailableDimensions() local
197 int maxHeight = (availableHeightPx - workspacePadding.top - workspacePadding.bottom); in updateAvailableDimensions()
DFolder.java1049 Rect workspacePadding = grid.getWorkspacePadding(mContent.mIsRtl); in getContentAreaHeight() local
1051 workspacePadding.top - workspacePadding.bottom - in getContentAreaHeight()
DWorkspace.java2088 Rect workspacePadding = grid.getWorkspacePadding(Utilities.isRtl(getResources())); in getOverviewModeTranslationY() local
2092 int workspaceTop = mInsets.top + workspacePadding.top; in getOverviewModeTranslationY()
2093 int workspaceBottom = getViewportHeight() - mInsets.bottom - workspacePadding.bottom; in getOverviewModeTranslationY()