Home
last modified time | relevance | path

Searched defs:childView (Results 1 – 8 of 8) 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.java295 ExpandableNotificationRow childView = (ExpandableNotificationRow) child.getView(); in addChildAt() local
304 ExpandableNotificationRow childView = (ExpandableNotificationRow) child.getView(); in moveChildTo() local
313 ExpandableNotificationRow childView = (ExpandableNotificationRow) child.getView(); in removeChild() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DShadeViewDiffer.kt75 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/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowControllerTest.kt185 val childView: ExpandableNotificationRow = mock() in removeChild_whenTransfer() constant
199 val childView: ExpandableNotificationRow = mock() in removeChild_whenNotTransfer() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationsQSContainerController.kt285 val childView = parentView.getChildAt(i) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGroupingUtil.java341 TextView childView = (TextView) child; in compare() local
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityCacheTest.java1042 View childView = getMockViewWithA11yAndWindowIds(2, 1); in clearSubtreeWithNode_subtreeInCacheInvalidated() local