Home
last modified time | relevance | path

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

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