Home | History | Annotate | Download | only in launcher3

Lines Matching refs:DeviceProfile

191         DeviceProfile grid = mLauncher.getDeviceProfile();
501 DeviceProfile grid = mLauncher.getDeviceProfile();
843 int cw = DeviceProfile.calculateCellWidth(childWidthSize, mCountX);
844 int ch = DeviceProfile.calculateCellHeight(childHeightSize, mCountY);
920 * width in {@link DeviceProfile#calculateCellWidth(int, int)}.