Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/template/
DScrollViewScrollHandlingDelegateTest.java47 View childView = new View(application); in setUp() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java228 ExpandableNotificationRow childView = (ExpandableNotificationRow) child.getView(); in addChildAt() local
236 ExpandableNotificationRow childView = (ExpandableNotificationRow) child.getView(); in moveChildTo() local
243 ExpandableNotificationRow childView = (ExpandableNotificationRow) child.getView(); in removeChild() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DShadeViewDiffer.kt77 val childView = parentNode.getChildAt(i) in <lambda>() constant
/frameworks/base/core/tests/coretests/src/android/widget/
DListViewTest.java55 MockView childView = (MockView) listView.getChildAt(0); in testRequestLayout() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java360 ExpandableNotificationRow childView = orderedChildren.get(childIndex).getRow(); in addNotificationChildrenAndSort() local
DNotificationGroupingUtil.java341 TextView childView = (TextView) child; in compare() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java1060 View childView = parentView.getChildAt(i); in ensureAllViewsHaveIds() local