Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DShadeViewDiffer.kt137 val currView = parentNode.getChildAt(index) regex
140 if (childNode.view != currView) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java596 public void onDownUpdate(View currView, MotionEvent ev) { in onDownUpdate() argument