Searched refs:shouldHandleTouch (Results 1 – 3 of 3) sorted by relevance
163 final boolean shouldHandleTouch = seekBar.getThumb() != null && enabled; in MetadataController()165 (v, event) -> !shouldHandleTouch /* consumeEvent */); in MetadataController()
149 return shouldHandleTouch(); in onTouchEvent()177 public boolean shouldHandleTouch() { in shouldHandleTouch() method in AudioRecordView
92 return ((AudioRecordView) mView).shouldHandleTouch(); in isHandlingTouch()