Home
last modified time | relevance | path

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

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