Home
last modified time | relevance | path

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

/packages/services/Car/car-ui-provider/src/android/car/ui/provider/
DCarDrawerLayout.java361 View contentView = findContentView(); in onFinishInflate()
628 private View findContentView() { in findContentView() method in CarDrawerLayout
695 View view = findContentView(); in onMeasure()
720 View contentView = findContentView(); in onLayout()
822 int clipLeft = findContentView().getLeft(); in drawChild()
823 int clipRight = findContentView().getRight(); in drawChild()
900 return child == findContentView(); in isContentView()
1059 ViewGroup contentView = (ViewGroup) findContentView(); in openDrawer()
1097 ViewGroup contentView = (ViewGroup) findContentView(); in closeDrawer()
1117 findContentView().addFocusables(views, direction, focusableMode); in addFocusables()