Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java325 mCallback.onBeginDrag(mCurrView); in onInterceptTouchEvent()
736 void onBeginDrag(View v); in onBeginDrag() method
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java462 onBeginDrag(v); in onBeginManualDrag()
466 public void onBeginDrag(View v) { in onBeginDrag() method in TaskStackViewTouchHandler
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java166 public void onBeginDrag(ExpandableView view) { in onBeginDrag() method in AmbientState
DNotificationStackScrollLayout.java6296 public void onBeginDrag(View v) {
6299 mAmbientState.onBeginDrag((ExpandableView) v);