Home
last modified time | relevance | path

Searched refs:getWallpaperDeviceProfile (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java96 DeviceProfile profile = mActivity.getWallpaperDeviceProfile(); in setupLp()
111 mActivity.getWallpaperDeviceProfile().getCellHeight(mContainerType)); in getCellContentHeight()
116 final DeviceProfile profile = mActivity.getWallpaperDeviceProfile(); in measureChild()
DHotseat.java82 DeviceProfile grid = mActivity.getWallpaperDeviceProfile(); in setInsets()
DLauncher.java478 DeviceProfile oldWallpaperProfile = getWallpaperDeviceProfile(); in onIdpChanged()
487 if (oldWallpaperProfile != getWallpaperDeviceProfile()) { in onIdpChanged()
526 mModelWriter = mModel.getWriter(getWallpaperDeviceProfile().isVerticalBarLayout(), true); in initDeviceProfile()
549 public DeviceProfile getWallpaperDeviceProfile() { in getWallpaperDeviceProfile() method in Launcher
1962 mHotseat.resetLayout(getWallpaperDeviceProfile().isVerticalBarLayout()); in startBinding()
DBubbleTextView.java163 DeviceProfile grid = mActivity.getWallpaperDeviceProfile(); in BubbleTextView()
DWorkspace.java289 DeviceProfile stableGrid = mLauncher.getWallpaperDeviceProfile(); in setInsets()
340 DeviceProfile profile = mLauncher.getWallpaperDeviceProfile(); in estimateItemSize()
563 DeviceProfile grid = mLauncher.getWallpaperDeviceProfile(); in insertNewWorkspaceScreen()
DCellLayout.java209 DeviceProfile grid = mActivity.getWallpaperDeviceProfile(); in CellLayout()
975 DeviceProfile profile = mActivity.getWallpaperDeviceProfile(); in visualizeDropLocation()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DActivityContext.java65 default DeviceProfile getWallpaperDeviceProfile() { in getWallpaperDeviceProfile() method
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java166 DeviceProfile grid = launcher.getWallpaperDeviceProfile(); in fromXml()
533 mLauncher.getWallpaperDeviceProfile().iconSizePx); in drawDot()
DPreviewBackground.java137 DeviceProfile grid = activity.getWallpaperDeviceProfile(); in setup()