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

/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java645 if (isContentView(child)) {
689 if (isContentView(child)) {
793 final boolean drawingContent = isContentView(child);
852 boolean isContentView(View child) { method in class:DrawerLayout
880 isContentView(mLeftDragger.findTopChildUnder((int) x, (int) y))) {
932 if (touchedView != null && isContentView(touchedView)) {

Completed in 304 milliseconds