Searched refs:isContentView (Results 1 – 1 of 1) sorted by relevance
1072 if (isContentView(child)) { in onMeasure()1189 if (isContentView(child)) { in onLayout()1354 final boolean drawingContent = isContentView(child); in drawChild()1415 boolean isContentView(View child) { in isContentView() method in DrawerLayout1453 if (child != null && isContentView(child)) { in onInterceptTouchEvent()1506 if (touchedView != null && isContentView(touchedView)) { in onTouchEvent()