Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/animation/
DDisableSubpixelTextTransitionListenerTest.kt38 private var childView = FrameLayout(context) variable in com.android.systemui.shared.animation.DisableSubpixelTextTransitionListenerTest
/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.java368 ExpandableNotificationRow childView = (ExpandableNotificationRow) child.getView(); in addChildAt() local
377 ExpandableNotificationRow childView = (ExpandableNotificationRow) child.getView(); in moveChildTo() local
386 ExpandableNotificationRow childView = (ExpandableNotificationRow) child.getView(); in removeChild() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowControllerTest.kt199 val childView: ExpandableNotificationRow = mock() in removeChild_whenTransfer() constant
213 val childView: ExpandableNotificationRow = mock() in removeChild_whenNotTransfer() constant
262 val childView: NotificationContentView = mock() in settingsListener_validUserId() constant
282 val childView: NotificationContentView = mock() in settingsListener_userAll() constant
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTrustedOverlayTests.java185 View childView = new View(mActivity) { in testTrustedOverlayChildHelper() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DShadeViewDiffer.kt78 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/shade/
DNotificationsQSContainerController.kt331 val childView = parentView.getChildAt(i) in <lambda>() constant
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DNotificationOptimizedLinearLayoutComparisonTest.java343 final View childView = new TextView(mContext); in buildChildView() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitchController.java733 final View childView = mStatusArea.getChildAt(i); in removeViewsFromStatusArea() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGroupingUtil.java347 TextView childView = (TextView) child; in compare() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardRootViewBinder.kt240 for ((key, childView) in childViews.entries) { in <lambda>() constant
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityCacheTest.java1042 View childView = getMockViewWithA11yAndWindowIds(2, 1); in clearSubtreeWithNode_subtreeInCacheInvalidated() local