/frameworks/base/core/tests/coretests/src/com/android/internal/widget/ |
D | MessagingLinearLayoutTest.java | 69 FakeImageFloatingTextView child2 = fakeChild(1); in testLargeSmall() local 85 FakeImageFloatingTextView child2 = fakeChild(1); in testSmallSmall() local 101 FakeImageFloatingTextView child2 = fakeChild(7); in testLargeLarge() local 117 FakeImageFloatingTextView child2 = fakeChild(1); in testLargeSmall_largeWrapsWith3indentbutNotFullHeight_andHitsMax() local
|
/frameworks/base/core/tests/coretests/src/android/view/accessibility/ |
D | FindViewByIdTest.java | 55 View child2 = new View(getContext()); in testFindViewById() local 72 View child2 = new View(getContext()); in testFindViewByIdReturnNullIfRemovedFromHierarchy() local 90 View child2 = new View(getContext()); in testFindViewByIdReturnNullIfNotImportant() local
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | LockScreenMinimalismCoordinatorTest.kt | 91 val child2 = NotificationEntryBuilder().setTag("child2").build() in <lambda>() constant 131 val child2 = NotificationEntryBuilder().setTag("child2").build() in <lambda>() constant 170 val child2 = NotificationEntryBuilder().setTag("child2").build() in <lambda>() constant 245 val child2 = defaultEntryBuilder().setTag("child2").setRank(5).build() in <lambda>() constant 310 val child2 = defaultEntryBuilder().setTag("child2").setRank(6).build() in <lambda>() constant
|
D | RowAlertTimeCoordinatorTest.kt | 68 val child2 = NotificationEntryBuilder().setLastAudiblyAlertedMs(8).build() in testSetLastAudiblyAlerted() constant
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/a11ychecker/ |
D | AccessibilityNodePathBuilderTest.java | 97 AccessibilityNodeInfo child2 = in createNodePath_parentWithMultipleChildren() local 121 AccessibilityNodeInfo child2 = in createNodePath_handlesDifferentIdFormats() local
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowContainerTests.java | 184 final TestWindowContainer child2 = root.addChildWindow(); in testAdd_AlreadyHasParent() local 209 final TestWindowContainer child2 = root.addChildWindow(); in testHasChild() local 239 final TestWindowContainer child2 = root.addChildWindow(); in testRemoveImmediately() local 323 final TestWindowContainer child2 = builder.setLayer(1).build(); in testAddChildByIndex() local 349 final TestWindowContainer child2 = root.addChildWindow(); in testPositionChildAt() local 373 final TestWindowContainer child2 = root.addChildWindow(); in testPositionChildAtIncludeParents() local 414 final TestWindowContainer child2 = root.addChildWindow(builder.setIsAnimating(true)); in testIsAnimating_ParentsFlag() local 431 final TestWindowContainer child2 = root.addChildWindow(builder.setIsAnimating(true)); in testIsAnimating_ChildrenFlag() local 450 final TestWindowContainer child2 = root.addChildWindow(); in testIsAnimating_combineFlags() local 505 final TestWindowContainer child2 = root.addChildWindow(); in testIsVisible() local [all …]
|
D | ConfigurationContainerTests.java | 75 final TestConfigurationContainer child2 = root.addChild(); in testConfigurationInit() local 156 final TestConfigurationContainer child2 = child1.addChild(); in testConfigurationChangePropagation() local 217 final TestConfigurationContainer child2 = root.addChild(); in testSetAlwaysOnTop() local
|
D | WindowStateTests.java | 156 final WindowState child2 = newWindowBuilder("child2", FIRST_SUB_WINDOW).setParent( in testIsParentWindowHidden() local 176 final WindowState child2 = newWindowBuilder("child2", FIRST_SUB_WINDOW).setParent( in testIsChildWindow() local 215 final WindowState child2 = newWindowBuilder("child2", FIRST_SUB_WINDOW).setParent( in testGetParentWindow() local 238 final WindowState child2 = newWindowBuilder("child2", FIRST_SUB_WINDOW).setParent( in testGetTopParentWindow() local 554 final WindowState child2 = newWindowBuilder("child2", FIRST_SUB_WINDOW).setParent( in testIsSelfOrAncestorWindowAnimating() local 735 final WindowState child2 = newWindowBuilder("child2", TYPE_APPLICATION_SUB_PANEL).setParent( in testCompatOverrideScale() local
|
D | DisplayAreaTest.java | 636 DisplayArea<WindowContainer> child2 = new TestDisplayArea(mWm, bounds, "Child2"); in testSetAlwaysOnTop_movesDisplayAreaToTop() local
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | RankingHelperTest.java | 390 NotificationRecord child2 = new NotificationRecord(mContext, in testSort_oldWhenChildren_unspecifiedSummary() local 441 NotificationRecord child2 = new NotificationRecord(mContext, in testSort_oldChildren_unspecifiedSummary() local 491 NotificationRecord child2 = new NotificationRecord(mContext, in testSort_oldChildren_oldSummary() local
|
D | NotificationManagerServiceTest.java | 3535 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationWithTag_fromApp_cannotCancelFgsChild() local 3563 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationWithTag_fromApp_cannotCancelFgsParent() local 3586 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationWithTag_fromApp_canCancelOngoingNoClearChild() local 3611 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationWithTag_fromApp_canCancelOngoingNoClearParent() local 3637 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllNotificationsFromApp_cannotCancelFgsChild() local 3667 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllNotifications_fromApp_cannotCancelFgsParent() local 3692 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllNotifications_fromApp_canCancelOngoingNoClearChild() local 3719 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllNotifications_fromApp_canCancelOngoingNoClearParent() local 3743 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationsFromListener_clearAll_GroupWithOngoingParent() local 3765 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationsFromListener_clearAll_GroupWithOngoingChild() local [all …]
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | ViewCaptureTest.java | 48 EXPECTED_CHILDREN_VISIBILITY.append(R.id.child2, View.INVISIBLE); in EXPECTED_CHILDREN_VISIBILITY.append()
|
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
D | InlinePresentationStyleUtilsTest.java | 171 Bundle child2 = bundle.getBundle("child"); in testFilterContentTypes_binderInChild_removedBinder() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | PreparationCoordinatorTest.java | 247 NotificationEntry child2 = getNotificationEntryBuilder().setGroup(mContext, groupKey1) in testPurgesAppIconProviderCache() local 294 NotificationEntry child2 = getNotificationEntryBuilder().setGroup(mContext, groupKey1) in testPurgesNotificationIconStyleProviderCache() local
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/media/controls/ui/view/ |
D | MediaCarouselScrollHandlerTest.kt | 254 val child2: View = mock() in setupMediaContainer() constant
|
/frameworks/native/services/surfaceflinger/tests/ |
D | ScreenCapture_test.cpp | 350 sp<SurfaceControl> child2 = createSurface(mClient, "Child surface", 10, 10, in TEST_F() local 386 sp<SurfaceControl> child2 = createSurface(mClient, "Child surface", 10, 10, in TEST_F() local
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 9357 final View child2 = holder2.mView.findViewByPredicateTraversal((view) -> { in compareBoundsOfTree() local
|