Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DShadeViewDiffer.kt140 val currView = parentNode.getChildAt(index) in <lambda>() constant
143 if (childNode.view != currView) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java147 public void onDownUpdate(View currView, MotionEvent ev) { in onDownUpdate() argument
148 mTranslatingParentView = currView; in onDownUpdate()
159 if (currView instanceof SwipeableView) { in onDownUpdate()
160 initializeRow((SwipeableView) currView); in onDownUpdate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java599 public void onDownUpdate(View currView, MotionEvent ev) { in onDownUpdate() argument