Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DNavbarButtonsViewController.java202 private @Nullable BubbleBarLocation mBubbleBarTargetLocation; field in NavbarButtonsViewController
1359 boolean locationUpdated = location != mBubbleBarTargetLocation; in onBubbleBarLocationUpdated()
1366 mBubbleBarTargetLocation = location; in onBubbleBarLocationUpdated()
1372 if (location == mBubbleBarTargetLocation) return; in onBubbleBarLocationAnimated()
1374 mBubbleBarTargetLocation = location; in onBubbleBarLocationAnimated()
1446 if (mBubbleBarTargetLocation == null) { in onLayoutsUpdated()
1448 mBubbleBarTargetLocation = mControllers.bubbleControllers.get() in onLayoutsUpdated()
1451 onBubbleBarLocationUpdated(mBubbleBarTargetLocation); in onLayoutsUpdated()