Home | History | Annotate | Download | only in launcher3

Lines Matching refs:DeviceProfile

190         DeviceProfile grid = mLauncher.getDeviceProfile();
475 DeviceProfile grid = mLauncher.getDeviceProfile();
814 int cw = DeviceProfile.calculateCellWidth(childWidthSize, mCountX);
815 int ch = DeviceProfile.calculateCellHeight(childHeightSize, mCountY);
2696 public static int[] rectToCell(DeviceProfile grid, Context context, int width, int height,
2702 int parentWidth = DeviceProfile.calculateCellWidth(grid.widthPx
2704 int parentHeight = DeviceProfile.calculateCellHeight(grid.heightPx