Searched refs:currView (Results 1 – 3 of 3) sorted by relevance
147 public void onDownUpdate(View currView, MotionEvent ev) { in onDownUpdate() argument148 mTranslatingParentView = currView; in onDownUpdate()159 if (currView instanceof SwipeableView) { in onDownUpdate()160 initializeRow((SwipeableView) currView); in onDownUpdate()
137 val currView = parentNode.getChildAt(index) regex140 if (childNode.view != currView) {
596 public void onDownUpdate(View currView, MotionEvent ev) { in onDownUpdate() argument