Home
last modified time | relevance | path

Searched refs:DeviceProfile (Results 1 – 22 of 22) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DDynamicGrid.java31 private DeviceProfile mProfile;
57 ArrayList<DeviceProfile> deviceProfiles = in DynamicGrid()
58 new ArrayList<DeviceProfile>(); in DynamicGrid()
62 deviceProfiles.add(new DeviceProfile("Super Short Stubby", in DynamicGrid()
64 deviceProfiles.add(new DeviceProfile("Shorter Stubby", in DynamicGrid()
66 deviceProfiles.add(new DeviceProfile("Short Stubby", in DynamicGrid()
68 deviceProfiles.add(new DeviceProfile("Stubby", in DynamicGrid()
70 deviceProfiles.add(new DeviceProfile("Nexus S", in DynamicGrid()
72 deviceProfiles.add(new DeviceProfile("Nexus 4", in DynamicGrid()
74 deviceProfiles.add(new DeviceProfile("Nexus 5", in DynamicGrid()
[all …]
DDeviceProfile.java47 DeviceProfile profile;
53 DeviceProfileQuery(DeviceProfile p, float v) { in DeviceProfileQuery()
62 public class DeviceProfile { class
64 public void onAvailableSizeChanged(DeviceProfile grid); in onAvailableSizeChanged()
136 DeviceProfile(String n, float w, float h, float r, float c, in DeviceProfile() method in DeviceProfile
155 DeviceProfile() { in DeviceProfile() method in DeviceProfile
158 DeviceProfile(Context context, in DeviceProfile() method in DeviceProfile
159 ArrayList<DeviceProfile> profiles, in DeviceProfile()
197 for (DeviceProfile p : profiles) { in DeviceProfile()
200 DeviceProfile closestProfile = findClosestDeviceProfile(minWidth, minHeight, points); in DeviceProfile()
[all …]
DLauncherAppState.java42 public class LauncherAppState implements DeviceProfile.DeviceProfileCallbacks {
197 DeviceProfile initDynamicGrid(Context context) { in initDynamicGrid()
228 DeviceProfile grid = dynamicGrid.getDeviceProfile(); in createDynamicGrid()
272 public void onAvailableSizeChanged(DeviceProfile grid) { in onAvailableSizeChanged()
DPartner.java119 public DeviceProfile getDeviceProfileOverride(DisplayMetrics dm) { in getDeviceProfileOverride()
122 DeviceProfile dp = new DeviceProfile(); in getDeviceProfileOverride()
DShortcutAndWidgetContainer.java128 final DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in getCellContentWidth()
135 final DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in getCellContentHeight()
142 final DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in measureChild()
DBubbleTextView.java101 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in onFinishInflate()
129 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in applyFromShortcutInfo()
145 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in applyFromApplicationInfo()
DFolderIcon.java149 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in fromXml()
219 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in FolderRingAnimator()
492 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
DFolder.java144 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in Folder()
191 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in onFinishInflate()
1002 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in centerAboutIcon()
1072 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in getContentAreaHeight()
DPagedViewWidget.java84 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in onFinishInflate()
123 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in applyFromAppWidgetProviderInfo()
DPendingAppWidgetHostView.java196 DeviceProfile grid = getDeviceProfile(); in onDraw()
255 private DeviceProfile getDeviceProfile() { in getDeviceProfile()
DAppsCustomizePagedView.java255 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in onFinishInflate()
343 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in onDataReady()
381 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in onPackagesUpdated()
832 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in getIntrinsicIconScaleFactor()
DWorkspace.java343 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in Workspace()
455 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in initWorkspace()
2058 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in onExternalDragStartedWithItem()
2193 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in getOverviewModeTranslationY()
2741 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in beginDragShared()
2786 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in beginExternalDragShared()
3303 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
3477 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
DCellLayout.java191 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in CellLayout()
457 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in onDraw()
823 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in getMetrics()
836 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in onMeasure()
2905 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in rectToCell()
DLauncherBackupHelper.java375 DeviceProfile profile = LauncherAppState.createDynamicGrid(applicationContext, null) in getDeviceProfieData()
603 final DeviceProfile profile = appState.getDynamicGrid().getDeviceProfile(); in backupWidgets()
DSearchDropTargetBar.java129 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in onFinishInflate()
DHotseat.java127 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in onFinishInflate()
DLauncherModel.java290 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in findNextAvailableIconSpaceInScreen()
1731 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in checkItemPlacement()
1847 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in loadWorkspace()
2521 final DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in sortWorkspaceItemsSpatially()
DPagedViewCellLayout.java61 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in PagedViewCellLayout()
DIconCache.java216 public synchronized void flushInvalidIcons(DeviceProfile grid) { in flushInvalidIcons()
DWidgetPreviewLoader.java156 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in WidgetPreviewLoader()
DLauncherProvider.java1398 final DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); in migrateLauncher2Shortcuts()
DLauncher.java406 DeviceProfile grid = app.initDynamicGrid(this); in onCreate()