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/shortcut/
DShortcutKeyDispatcher.java110 dividerView.startDragging(true /* animate */, false /* touching */); in handleDockKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java247 startDragging(true /* animate */, false /* touching */);
411 public boolean startDragging(boolean animate, boolean touching) { in startDragging() method in DividerView
506 boolean result = startDragging(true /* animate */, true /* touching */); in onTouch()
1285 startDragging(false /* animate */, false /* touching */); in onBusEvent()
1297 startDragging(false /* animate */, false /* touching */); in onBusEvent()
1333 startDragging(false /* animate */, false /* touching */); in onBusEvent()
/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
DSwipeRefreshLayout.java731 startDragging(y); in onInterceptTouchEvent()
1029 startDragging(y); in onTouchEvent()
1079 private void startDragging(float y) { in startDragging() method in SwipeRefreshLayout
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarGestureHelper.java238 mDivider.getView().startDragging(false /* animate */, true /* touching*/); in handleDragActionMoveEvent()