Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java367 ExpandableNotificationRow childView = (ExpandableNotificationRow) child.getView(); in addChildAt() local
376 ExpandableNotificationRow childView = (ExpandableNotificationRow) child.getView(); in moveChildTo() local
385 ExpandableNotificationRow childView = (ExpandableNotificationRow) child.getView(); in removeChild() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/animation/
H A DDisableSubpixelTextTransitionListenerTest.kt38 private var childView = FrameLayout(context) regex
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DListViewTest.java55 MockView childView = (MockView) listView.getChildAt(0); in testRequestLayout() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DShadeViewDiffer.kt78 val childView = parentNode.getChildAt(i) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationsQSContainerController.kt316 val childView = parentView.getChildAt(i) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitchController.java625 final View childView = mStatusArea.getChildAt(i); in removeViewsFromStatusArea() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGroupingUtil.java341 TextView childView = (TextView) child; in compare() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DAccessibilityCacheTest.java1042 View childView = getMockViewWithA11yAndWindowIds(2, 1); in clearSubtreeWithNode_subtreeInCacheInvalidated() local