Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
H A DOverviewState.java67 float workspacePageWidth = launcher.getDeviceProfile().getWorkspaceWidth(); in getWorkspaceScaleAndTranslation()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeviceProfile.java827 int screenWidthPx = getWorkspaceWidth(padding); in getCellSize()
834 public int getWorkspaceWidth() { in getWorkspaceWidth() method
835 return getWorkspaceWidth(getTotalWorkspacePadding()); in getWorkspaceWidth()
838 public int getWorkspaceWidth(Point workspacePadding) { in getWorkspaceWidth() method