Searched defs:widthPx (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java310 public static void setIconSize(int widthPx) { argument
311 sIconWidth = sIconHeight = widthPx;
312 sIconTextureWidth = sIconTextureHeight = widthPx;
H A DDynamicGrid.java74 int widthPx; field in class:DeviceProfile
187 searchBarSpaceWidthPx = Math.min(searchBarSpaceMaxWidthPx, widthPx);
231 widthPx = wPx;
313 ? Math.max(widthPx, heightPx)
314 : Math.min(widthPx, heightPx);
409 lp.width = (widthPx - searchBarSpaceWidthPx) / 2 +
438 int gridGap = (int) ((widthPx - 2 * edgeMarginPx -
504 int widthPx, int heightPx,
542 widthPx, heightPx,
554 ", W: " + mProfile.widthPx
502 DynamicGrid(Context context, Resources resources, int minWidthPx, int minHeightPx, int widthPx, int heightPx, int awPx, int ahPx) argument
[all...]

Completed in 88 milliseconds