Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarViewController.java170 private BubbleBarLocation mCurrentBubbleBarLocation; field in TaskbarViewController
357 .getTransientTaskbarTranslationXForBubbleBar(mCurrentBubbleBarLocation); in getTransientTaskbarShiftXForBubbleBar()
362 if (mCurrentBubbleBarLocation == location || location == null) { in updateCurrentBubbleBarLocation()
365 mCurrentBubbleBarLocation = location; in updateCurrentBubbleBarLocation()
536 .getTransientTaskbarTranslationXForBubbleBar(mCurrentBubbleBarLocation); in updateTaskbarIconTranslationXForPinning()
962 && mCurrentBubbleBarLocation != null in createIconAlignmentController()
965 .getTransientTaskbarTranslationXForBubbleBar(mCurrentBubbleBarLocation); in createIconAlignmentController()
983 if (mCurrentBubbleBarLocation != null) { in createIconAlignmentController()
984 boolean isBubblesOnLeft = mCurrentBubbleBarLocation in createIconAlignmentController()