Searched refs:onTouchMove (Results 1 – 9 of 9) sorted by relevance
425 row.onTouchMove(30f); in testOnTouchMove()431 row.onTouchMove(60f); in testOnTouchMove()437 row.onTouchMove(70f); in testOnTouchMove()443 row.onTouchMove(30f); in testOnTouchMove()449 row.onTouchMove(-30f); in testOnTouchMove()455 row.onTouchMove(-60f); in testOnTouchMove()461 row.onTouchMove(-70f); in testOnTouchMove()467 row.onTouchMove(-30f); in testOnTouchMove()
226 public void onTouchMove(float delta); in onTouchMove() method
167 menuRow.onTouchMove(delta); in onMoveUpdate()
187 verify(mMenuRow, times(1)).onTouchMove(10); in testOnMoveUpdate_menuRow()
337 public void onTouchMove(float delta) { in onTouchMove() method in NotificationMenuRow
3904 onTouchMove(ev, vtev); in onTouchEvent()4042 private void onTouchMove(MotionEvent ev, MotionEvent vtev) { in onTouchMove() method
19798 HSPLandroid/widget/AbsListView;->onTouchMove(Landroid/view/MotionEvent;Landroid/view/MotionEvent;)V…
19846 HSPLandroid/widget/AbsListView;->onTouchMove(Landroid/view/MotionEvent;Landroid/view/MotionEvent;)V…
69179 Landroid/widget/AbsListView;->onTouchMove(Landroid/view/MotionEvent;Landroid/view/MotionEvent;)V