Home
last modified time | relevance | path

Searched defs:drawChild (Results 1 – 7 of 7) sorted by relevance

/frameworks/layoutlib/bridge/src/android/view/
DViewGroup_Delegate.java48 /*package*/ static boolean drawChild(ViewGroup thisVG, Canvas canvas, View child, in drawChild() method in ViewGroup_Delegate
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationsQuickSettingsContainer.java115 protected boolean drawChild(Canvas canvas, View child, long drawingTime) { in drawChild() method in NotificationsQuickSettingsContainer
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLinearLayout.java244 protected boolean drawChild(Canvas canvas, View child, long drawingTime) { in drawChild() method in MessagingLinearLayout
DRecyclerView.java4545 public boolean drawChild(Canvas canvas, View child, long drawingTime) { in drawChild() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java169 protected boolean drawChild(Canvas canvas, View child, long drawingTime) { in drawChild() method in ExpandableOutlineView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java614 protected boolean drawChild(Canvas canvas, View child, long drawingTime) { in drawChild() method in SmartReplyView
/frameworks/base/core/java/android/view/
DViewGroup.java4527 protected boolean drawChild(Canvas canvas, View child, long drawingTime) { in drawChild() method in ViewGroup