Home
last modified time | relevance | path

Searched refs:isContentView (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/core-ui/java/android/support/v4/widget/
DDrawerLayout.java1072 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 DrawerLayout
1453 if (child != null && isContentView(child)) { in onInterceptTouchEvent()
1506 if (touchedView != null && isContentView(touchedView)) { in onTouchEvent()