Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java114 public void onDownUpdate(View currView, MotionEvent ev) { in onDownUpdate() argument
115 mTranslatingParentView = currView; in onDownUpdate()
126 if (currView instanceof ExpandableNotificationRow) { in onDownUpdate()
127 initializeRow((ExpandableNotificationRow) currView); in onDownUpdate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java523 public void onDownUpdate(View currView, MotionEvent ev) { in onDownUpdate() argument