Searched refs:handleTouchDown (Results 1 – 2 of 2) sorted by relevance
489 private boolean handleTouchDown(MotionEvent ev) { in handleTouchDown() method in AppWidgetResizeFrame513 return handleTouchDown(ev); in onControllerTouchEvent()529 if (ev.getAction() == MotionEvent.ACTION_DOWN && handleTouchDown(ev)) { in onControllerInterceptTouchEvent()
346 handleTouchDown(event); in onTouchEvent()737 private void handleTouchDown(MotionEvent event) { in handleTouchDown() method in WearableListView