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

/frameworks/support/core-ui/java/android/support/v4/widget/
H A DDrawerLayout.java1075 if (isContentView(child)) {
1192 if (isContentView(child)) {
1355 final boolean drawingContent = isContentView(child);
1416 boolean isContentView(View child) { method in class:DrawerLayout
1453 if (child != null && isContentView(child)) {
1506 if (touchedView != null && isContentView(touchedView)) {

Completed in 31 milliseconds