Searched refs:launcherDp (Results 1 – 2 of 2) sorted by relevance
633 public void setLauncherIconAlignment(float alignmentRatio, DeviceProfile launcherDp) { in setLauncherIconAlignment() argument648 mIconAlignControllerLazy = createIconAlignmentController(launcherDp); in setLauncherIconAlignment()665 private AnimatorPlaybackController createIconAlignmentController(DeviceProfile launcherDp) { in createIconAlignmentController() argument669 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 …]
201 @Nullable Context navigationBarPanelContext, DeviceProfile launcherDp, in TaskbarActivityContext() argument207 applyDeviceProfile(launcherDp); in TaskbarActivityContext()289 new TaskbarOverlayController(this, launcherDp), in TaskbarActivityContext()308 public void updateDeviceProfile(DeviceProfile launcherDp) { in updateDeviceProfile() argument309 applyDeviceProfile(launcherDp); in updateDeviceProfile()311 mControllers.taskbarOverlayController.updateLauncherDeviceProfile(launcherDp); in updateDeviceProfile()