HomeSort by relevance Sort by last modified time
    Searched refs:onBeginDrag (Results 1 - 12 of 12) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AmbientState.java 46 public void onBeginDrag(View view) {
NotificationStackScrollLayout.java 576 public void onBeginDrag(View v) {
578 mAmbientState.onBeginDrag(v);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
SwipeHelper.java 201 mCallback.onBeginDrag(mCurrView);
383 void onBeginDrag(View v);
TaskStackViewTouchHandler.java 370 public void onBeginDrag(View v) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 269 mCallback.onBeginDrag(mCurrView);
487 void onBeginDrag(View v);
  /packages/apps/Dialer/src/com/android/dialer/list/
SwipeHelper.java 249 mCallback.onBeginDrag(mCallback.getChildContentView(mCurrView));
455 void onBeginDrag(View v);
ShortcutCardsAdapter.java 306 public void onBeginDrag(View v) {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeHelper.java 241 mCallback.onBeginDrag(mCurrView.getSwipeableView().getView());
452 void onBeginDrag(View v);
SwipeableListView.java 288 public void onBeginDrag(View v) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsHorizontalScrollView.java 219 public void onBeginDrag(View v) {
RecentsVerticalScrollView.java 227 public void onBeginDrag(View v) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpNotificationView.java 395 public void onBeginDrag(View v) {

Completed in 1241 milliseconds