Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarViewController.java535 public PointF getBubbleBarDragReleaseTranslation(PointF initialTranslation, in getBubbleBarDragReleaseTranslation() method in BubbleBarViewController
537 return mBarView.getBubbleBarDragReleaseTranslation(initialTranslation, location); in getBubbleBarDragReleaseTranslation()
DBubbleDragController.java236 return mBubbleBarViewController.getBubbleBarDragReleaseTranslation( in setupBubbleBarView()
DBubbleBarView.java420 public PointF getBubbleBarDragReleaseTranslation(PointF initialTranslation, in getBubbleBarDragReleaseTranslation() method in BubbleBarView
458 float bubbleBarTx = getBubbleBarDragReleaseTranslation(initialTranslation, location).x; in getDraggedBubbleReleaseTranslation()