Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java442 mLastSentBubbleBarTop = mBarView.getRestingTopPositionOnScreen(); in showSelectedBubble()
633 int newTop = mBarView.getRestingTopPositionOnScreen(); in onBubbleBarBoundsChanged()
DBubbleBarViewController.java513 mSystemUiProxy.stopBubbleDrag(location, mBarView.getRestingTopPositionOnScreen()); in onBubbleDragRelease()
DBubbleBarView.java610 public int getRestingTopPositionOnScreen() { in getRestingTopPositionOnScreen() method in BubbleBarView