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 555 public void onBeginDrag(View v) {
557 mAmbientState.onBeginDrag(v);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
SwipeHelper.java 202 mCallback.onBeginDrag(mCurrView);
385 void onBeginDrag(View v);
TaskStackViewTouchHandler.java 352 public void onBeginDrag(View v) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 269 mCallback.onBeginDrag(mCurrView);
483 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 303 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 261 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 330 public void onBeginDrag(View v) {

Completed in 207 milliseconds