Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java239 startDragging(true /* animate */, false /* touching */);
399 public boolean startDragging(boolean animate, boolean touching) { in startDragging() method in DividerView
490 boolean result = startDragging(true /* animate */, true /* touching */); in onTouch()
1210 startDragging(false /* animate */, false /* touching */); in onBusEvent()
1222 startDragging(false /* animate */, false /* touching */); in onBusEvent()
1259 startDragging(false /* animate */, false /* touching */); in onBusEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
DShortcutKeyDispatcher.java127 dividerView.startDragging(true /* animate */, false /* touching */); in handleDockKey()
/frameworks/support/core-ui/java/android/support/v4/widget/
DSwipeRefreshLayout.java716 startDragging(y); in onInterceptTouchEvent()
1011 startDragging(y); in onTouchEvent()
1061 private void startDragging(float y) { in startDragging() method in SwipeRefreshLayout
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarGestureHelper.java228 mDivider.getView().startDragging(false /* animate */, true /* touching*/); in handleDragActionMoveEvent()