Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java214 startDragging(true /* animate */, false /* touching */);
347 public boolean startDragging(boolean animate, boolean touching) { in startDragging() method in DividerView
432 boolean result = startDragging(true /* animate */, true /* touching */); in onTouch()
1053 startDragging(false /* animate */, false /* touching */); in onBusEvent()
1061 startDragging(false /* animate */, false /* touching */); in onBusEvent()
1104 startDragging(false /* animate */, false /* touching */); in onBusEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
DShortcutKeyDispatcher.java117 dividerView.startDragging(true /* animate */, false /* touching */); in handleDockKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarGestureHelper.java222 mDivider.getView().startDragging(false /* animate */, true /* touching*/); in handleDragActionMoveEvent()