Searched refs:onTouchView (Results 1 – 1 of 1) sorted by relevance
111 view.findViewById(R.id.touch_point_view).setOnTouchListener(this::onTouchView); in onViewCreated()115 public boolean onTouchView(View v, MotionEvent event) { in onTouchView() method in InjectMotionTestFragment