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

  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 82 int edgeMarginPx;
164 edgeMarginPx = res.getDimensionPixelSize(R.dimen.dynamic_grid_edge_margin);
165 desiredWorkspaceLeftRightMarginPx = 2 * edgeMarginPx;
334 hotseatBarHeightPx = iconSizePx + 4 * edgeMarginPx;
339 folderCellWidthPx = cellWidthPx + 3 * edgeMarginPx;
340 folderCellHeightPx = cellHeightPx + edgeMarginPx;
341 folderBackgroundOffset = -edgeMarginPx;
441 return 4 * edgeMarginPx;
443 return 2 * edgeMarginPx;
457 bounds.set(availableWidthPx - searchBarSpaceHeightPx, edgeMarginPx,
    [all...]
ShortcutAndWidgetContainer.java 156 int cellPaddingX = (int) (grid.edgeMarginPx / 2f);
AppsCustomizePagedView.java 258 mWidgetWidthGap = mWidgetHeightGap = grid.edgeMarginPx;
291 setPadding(grid.edgeMarginPx, 2 * grid.edgeMarginPx,
292 grid.edgeMarginPx, 2 * grid.edgeMarginPx);
    [all...]

Completed in 37 milliseconds