Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeviceProfile.java205 public final Rect workspacePadding = new Rect(); field in DeviceProfile
612 Point workspacePadding = getTotalWorkspacePadding(); in updateAvailableDimensions() local
838 public int getWorkspaceWidth(Point workspacePadding) { in getWorkspaceWidth()