Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
DShortcutKeyDispatcher.java101 dividerView.startDragging(true /* animate */, false /* touching */); in handleDockKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java240 startDragging(true /* animate */, false /* touching */);
400 public boolean startDragging(boolean animate, boolean touching) { in startDragging() method in DividerView
500 boolean result = startDragging(true /* animate */, true /* touching */); in onTouch()
1281 startDragging(false /* animate */, false /* touching */); in onRecentsActivityStarting()
1292 startDragging(false /* animate */, false /* touching */); in onDockedTopTask()
1329 startDragging(false /* animate */, false /* touching */); in onUndockingTask()