HomeSort by relevance Sort by last modified time
    Searched refs:edgeMarginPx (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 63 public final int edgeMarginPx;
123 edgeMarginPx = res.getDimensionPixelSize(R.dimen.dynamic_grid_edge_margin);
124 desiredWorkspaceLeftRightMarginPx = 2 * edgeMarginPx;
217 hotseatBarHeightPx = iconSizePx + 4 * edgeMarginPx;
222 folderCellWidthPx = cellWidthPx + 3 * edgeMarginPx;
223 folderCellHeightPx = cellHeightPx + edgeMarginPx;
224 folderBackgroundOffset = -edgeMarginPx;
247 return 4 * edgeMarginPx;
249 return 2 * edgeMarginPx;
258 bounds.set(availableWidthPx - searchBarSpaceHeightPx, edgeMarginPx,
    [all...]
ShortcutAndWidgetContainer.java 157 int cellPaddingX = (int) (grid.edgeMarginPx / 2f);

Completed in 541 milliseconds