onInterceptTouchEvent

open override fun onInterceptTouchEvent(ev: MotionEvent?): Boolean

This override is necessary in order to make sure tapping on any part of the SearchView will expand it if it's collapsed. Otherwise, child views would intercept the click and expanding would not work correctly.