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

  /packages/apps/Launcher3/src/com/android/launcher3/
DynamicGrid.java 96 public DeviceProfile getDeviceProfile() {
PendingAppWidgetHostView.java 67 getDeviceProfile().iconTextSizePx, getResources().getDisplayMetrics()));
181 .getDeviceProfile().iconSizePx + 2 * outset;
196 DeviceProfile grid = getDeviceProfile();
255 private DeviceProfile getDeviceProfile() {
256 return LauncherAppState.getInstance().getDynamicGrid().getDeviceProfile();

Completed in 51 milliseconds