Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java126 int pageIndicatorHeightPx; field in DeviceProfile
177 pageIndicatorHeightPx = in DeviceProfile()
414 allAppsNumRows = (availableHeightPx - pageIndicatorHeightPx) / in updateIconSize()
566 workspacePadding.left + pageIndicatorHeightPx, in getWorkspacePageIndicatorBounds()
571 pageIndicatorLeft + pageIndicatorHeightPx, in getWorkspacePageIndicatorBounds()
577 widthPx - workspacePadding.right, pageIndicatorTop + pageIndicatorHeightPx); in getWorkspacePageIndicatorBounds()
610 int paddingBottom = hotseatBarHeightPx + pageIndicatorHeightPx; in getWorkspacePadding()
622 hotseatBarHeightPx + pageIndicatorHeightPx); in getWorkspacePadding()
785 int pageIndicatorHeight = (int) (pageIndicatorHeightPx * Math.min(1f, in layout()