Searched refs:onTouchMove (Results 1 – 9 of 9) sorted by relevance
424 row.onTouchMove(30f); in testOnTouchMove()430 row.onTouchMove(60f); in testOnTouchMove()436 row.onTouchMove(70f); in testOnTouchMove()442 row.onTouchMove(30f); in testOnTouchMove()448 row.onTouchMove(-30f); in testOnTouchMove()454 row.onTouchMove(-60f); in testOnTouchMove()460 row.onTouchMove(-70f); in testOnTouchMove()466 row.onTouchMove(-30f); in testOnTouchMove()
226 public void onTouchMove(float delta); in onTouchMove() method
185 menuRow.onTouchMove(delta); in onMoveUpdate()
325 public void onTouchMove(float delta) { in onTouchMove() method in NotificationMenuRow
211 verify(mMenuRow, times(1)).onTouchMove(10); in testOnMoveUpdate_menuRow()
4000 onTouchMove(ev, vtev); in onTouchEvent()4138 private void onTouchMove(MotionEvent ev, MotionEvent vtev) { in onTouchMove() method
19433 HSPLandroid/widget/AbsListView;->onTouchMove(Landroid/view/MotionEvent;Landroid/view/MotionEvent;)V…
19497 HSPLandroid/widget/AbsListView;->onTouchMove(Landroid/view/MotionEvent;Landroid/view/MotionEvent;)V…
65213 Landroid/widget/AbsListView;->onTouchMove(Landroid/view/MotionEvent;Landroid/view/MotionEvent;)V