Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java830 final float expandedArrowPosition = arrowPositionForSelectedWhenExpanded(bubbleBarLocation); in updateBubblesLayoutProperties()
1013 final float tx = arrowPositionForSelectedWhenExpanded(mBubbleBarLocation); in updateArrowForSelected()
1038 private float arrowPositionForSelectedWhenExpanded(BubbleBarLocation bubbleBarLocation) { in arrowPositionForSelectedWhenExpanded() method in BubbleBarView