Home
last modified time | relevance | path

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

/frameworks/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
DErrorCatcher.java71 protected boolean drawChild(Canvas canvas, View child, long drawingTime) { in drawChild() method in ErrorCatcher
/frameworks/layoutlib/bridge/src/android/view/
DViewGroup_Delegate.java50 /*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.java110 protected boolean drawChild(Canvas canvas, View child, long drawingTime) { in drawChild() method in NotificationsQuickSettingsContainer
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLinearLayout.java207 protected boolean drawChild(Canvas canvas, View child, long drawingTime) { in drawChild() method in MessagingLinearLayout
DRecyclerView.java4424 public boolean drawChild(Canvas canvas, View child, long drawingTime) { in drawChild() method in RecyclerView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java184 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.java817 protected boolean drawChild(Canvas canvas, View child, long drawingTime) { in drawChild() method in SmartReplyView
/frameworks/base/core/java/android/view/
DViewGroup.java4387 protected boolean drawChild(Canvas canvas, View child, long drawingTime) { in drawChild() method in ViewGroup