Searched refs:currView (Results 1 – 3 of 3) sorted by relevance
140 val currView = parentNode.getChildAt(index) in <lambda>() constant143 if (childNode.view != currView) { in <lambda>()
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()
599 public void onDownUpdate(View currView, MotionEvent ev) { in onDownUpdate() argument