Searched refs:getDeviceProfile (Results 1 - 20 of 20) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsRecyclerViewContainerView.java53 DeviceProfile grid = launcher.getDeviceProfile();
H A DAllAppsContainerView.java342 DeviceProfile grid = mLauncher.getDeviceProfile();
497 DeviceProfile grid = mLauncher.getDeviceProfile();
572 DeviceProfile grid = mLauncher.getDeviceProfile();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DHotseat.java52 mHasVerticalHotseat = mLauncher.getDeviceProfile().isVerticalBarLayout();
95 DeviceProfile grid = mLauncher.getDeviceProfile();
H A DShortcutAndWidgetContainer.java131 final DeviceProfile grid = mLauncher.getDeviceProfile();
137 final DeviceProfile grid = mLauncher.getDeviceProfile();
143 final DeviceProfile grid = mLauncher.getDeviceProfile();
H A DPendingAppWidgetHostView.java70 mLauncher.getDeviceProfile().iconTextSizePx, getResources().getDisplayMetrics()));
179 DeviceProfile grid = mLauncher.getDeviceProfile();
H A DFolderIcon.java153 DeviceProfile grid = launcher.getDeviceProfile();
222 DeviceProfile grid = launcher.getDeviceProfile();
494 DeviceProfile grid = mLauncher.getDeviceProfile();
648 float iconSize = mLauncher.getDeviceProfile().iconSizePx;
H A DBubbleTextView.java113 DeviceProfile grid = mLauncher.getDeviceProfile();
366 DeviceProfile grid = mLauncher.getDeviceProfile();
H A DFocusHelper.java188 DeviceProfile profile = ((Launcher) v.getContext()).getDeviceProfile();
289 DeviceProfile profile = launcher.getDeviceProfile();
H A DLauncherStateTransitionAnimation.java139 int allAppsButtonSize = mLauncher.getDeviceProfile().allAppsButtonVisualSize;
430 int allAppsButtonSize = mLauncher.getDeviceProfile().allAppsButtonVisualSize;
H A DButtonDropTarget.java84 DeviceProfile grid = ((Launcher) getContext()).getDeviceProfile();
H A DFolder.java956 DeviceProfile grid = mLauncher.getDeviceProfile();
1003 DeviceProfile grid = mLauncher.getDeviceProfile();
1037 - mLauncher.getDeviceProfile().iconSizePx) / 2;
H A DWidgetPreviewLoader.java415 int appIconSize = launcher.getDeviceProfile().iconSizePx;
490 int appIconSize = launcher.getDeviceProfile().iconSizePx;
H A DWorkspace.java301 DeviceProfile grid = mLauncher.getDeviceProfile();
419 DeviceProfile grid = mLauncher.getDeviceProfile();
1873 DeviceProfile grid = mLauncher.getDeviceProfile();
1954 DeviceProfile grid = mLauncher.getDeviceProfile();
2248 DeviceProfile grid = mLauncher.getDeviceProfile();
2304 DeviceProfile grid = mLauncher.getDeviceProfile();
3009 DeviceProfile grid = mLauncher.getDeviceProfile();
3940 boolean isPortrait = !mLauncher.getDeviceProfile().isLandscape;
H A DFolderPagedView.java240 DeviceProfile grid = ((Launcher) getContext()).getDeviceProfile();
H A DWorkspaceStateTransitionAnimation.java207 DeviceProfile grid = mLauncher.getDeviceProfile();
H A DCellLayout.java190 DeviceProfile grid = mLauncher.getDeviceProfile();
475 DeviceProfile grid = mLauncher.getDeviceProfile();
2693 return rectToCell(launcher.getDeviceProfile(), launcher, width, height, result);
H A DLauncher.java1863 public DeviceProfile getDeviceProfile() { method in class:Launcher
/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetCell.java106 DeviceProfile profile = mLauncher.getDeviceProfile();
206 int cellWidth = mLauncher.getDeviceProfile().cellWidthPx;
H A DWidgetsContainerView.java110 DeviceProfile grid = mLauncher.getDeviceProfile();
247 scale = ((float) mLauncher.getDeviceProfile().iconSizePx) / preview.getWidth();
H A DWidgetsListAdapter.java210 DeviceProfile profile = mLauncher.getDeviceProfile();

Completed in 956 milliseconds