HomeSort by relevance Sort by last modified time
    Searched full:workspacepage (Results 1 - 1 of 1) sorted by null

  /packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
OverviewState.java 53 View workspacePage = workspace.getPageAt(workspace.getCurrentPage());
54 float workspacePageWidth = workspacePage != null && workspacePage.getWidth() != 0
55 ? workspacePage.getWidth() : launcher.getDeviceProfile().availableWidthPx;

Completed in 978 milliseconds