Searched refs:primaryTabRect (Results 1 – 1 of 1) sorted by relevance
123 val primaryTabRect = requireViewById<FrameLayout>(R.id.primary_tab).getViewRect() in onInterceptTouchEvent() constant125 if (primaryTabRect.contains(downX.toInt(), downY.toInt())) { in onInterceptTouchEvent()