Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java232 public final int hotseatQsbVisualHeight; field in DeviceProfile
545 hotseatQsbVisualHeight = hotseatQsbHeight - 2 * hotseatQsbShadowHeight; in DeviceProfile()
879 hotseatBarSizePx = Math.max(hotseatIconSizePx, hotseatQsbVisualHeight) in updateHotseatSizes()
884 + hotseatQsbVisualHeight in updateHotseatSizes()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarViewController.java740 / launcherDp.hotseatQsbVisualHeight; in createIconAlignmentController()