Home
last modified time | relevance | path

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

/frameworks/support/drawerlayout/src/main/java/androidx/drawerlayout/widget/
DDrawerLayout.java1115 if (isContentView(child)) { in onMeasure()
1232 if (isContentView(child)) { in onLayout()
1404 final boolean drawingContent = isContentView(child); in drawChild()
1465 boolean isContentView(View child) { in isContentView() method in DrawerLayout
1503 if (child != null && isContentView(child)) { in onInterceptTouchEvent()
1555 if (!isInBoundsOfChild(x, y, child) || isContentView(child)) { in dispatchGenericMotionEvent()
1593 if (touchedView != null && isContentView(touchedView)) { in onTouchEvent()