Home
last modified time | relevance | path

Searched refs:launcherDp (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarViewController.java633 public void setLauncherIconAlignment(float alignmentRatio, DeviceProfile launcherDp) { in setLauncherIconAlignment() argument
648 mIconAlignControllerLazy = createIconAlignmentController(launcherDp); in setLauncherIconAlignment()
665 private AnimatorPlaybackController createIconAlignmentController(DeviceProfile launcherDp) { in createIconAlignmentController() argument
669 Rect hotseatPadding = launcherDp.getHotseatLayoutPadding(mActivity); in createIconAlignmentController()
672 float scaleUp = ((float) launcherDp.iconSizePx) / taskbarDp.taskbarIconSize; in createIconAlignmentController()
673 int borderSpacing = launcherDp.hotseatBorderSpace; in createIconAlignmentController()
675 launcherDp.availableWidthPx - hotseatPadding.left - hotseatPadding.right, in createIconAlignmentController()
677 launcherDp.numShownHotseatIcons); in createIconAlignmentController()
684 int offsetY = launcherDp.getTaskbarOffsetY(); in createIconAlignmentController()
731 ? launcherDp.widthPx - hotseatPadding.right + borderSpacing in createIconAlignmentController()
[all …]
DTaskbarActivityContext.java201 @Nullable Context navigationBarPanelContext, DeviceProfile launcherDp, in TaskbarActivityContext() argument
207 applyDeviceProfile(launcherDp); in TaskbarActivityContext()
289 new TaskbarOverlayController(this, launcherDp), in TaskbarActivityContext()
308 public void updateDeviceProfile(DeviceProfile launcherDp) { in updateDeviceProfile() argument
309 applyDeviceProfile(launcherDp); in updateDeviceProfile()
311 mControllers.taskbarOverlayController.updateLauncherDeviceProfile(launcherDp); in updateDeviceProfile()