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

/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java1073 if (isContentView(child)) {
1190 if (isContentView(child)) {
1353 final boolean drawingContent = isContentView(child);
1414 boolean isContentView(View child) { method in class:DrawerLayout
1451 if (child != null && isContentView(child)) {
1504 if (touchedView != null && isContentView(touchedView)) {

Completed in 41 milliseconds