Searched refs:mBubbleBarTargetLocation (Results 1 – 1 of 1) sorted by relevance
202 private @Nullable BubbleBarLocation mBubbleBarTargetLocation; field in NavbarButtonsViewController1359 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()