Searched refs:isContentView (Results 1 – 1 of 1) sorted by relevance
1073 if (isContentView(child)) { in onMeasure()1190 if (isContentView(child)) { in onLayout()1353 final boolean drawingContent = isContentView(child); in drawChild()1414 boolean isContentView(View child) { in isContentView() method in DrawerLayout1451 if (child != null && isContentView(child)) { in onInterceptTouchEvent()1504 if (touchedView != null && isContentView(touchedView)) { in onTouchEvent()