Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashController.java356 final float hotseatCellHeight = mActivity.getDeviceProfile().hotseatCellHeightPx; in getBubbleBarTranslationYForHotseat() local
357 return -hotseatBottomSpace - hotseatCellHeight + mUnstashedHeight - abs( in getBubbleBarTranslationYForHotseat()
358 hotseatCellHeight - mUnstashedHeight) / 2; in getBubbleBarTranslationYForHotseat()