Home
last modified time | relevance | path

Searched defs:child2 (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DMessagingLinearLayoutTest.java69 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
/aosp14/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DFindViewByIdTest.java55 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
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowContainerTests.java182 final TestWindowContainer child2 = root.addChildWindow(); in testAdd_AlreadyHasParent() local
207 final TestWindowContainer child2 = root.addChildWindow(); in testHasChild() local
237 final TestWindowContainer child2 = root.addChildWindow(); in testRemoveImmediately() local
341 final TestWindowContainer child2 = root.addChildWindow(); in testPositionChildAt() local
365 final TestWindowContainer child2 = root.addChildWindow(); in testPositionChildAtIncludeParents() local
453 final TestWindowContainer child2 = root.addChildWindow(); in testIsAnimating_combineFlags() local
508 final TestWindowContainer child2 = root.addChildWindow(); in testIsVisible() local
538 final TestWindowContainer child2 = root.addChildWindow(); in testRemoveChild() local
805 final TestWindowContainer child2 = root.addChildWindow(); in testCompareTo() local
847 final TestWindowContainer child2 = root.addChildWindow(); in testPrefixOrderIndex() local
[all …]
H A DConfigurationContainerTests.java75 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
H A DWindowStateTests.java139 final WindowState child2 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child2"); in testIsParentWindowHidden() local
157 final WindowState child2 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child2"); in testIsChildWindow() local
191 final WindowState child2 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child2"); in testGetParentWindow() local
212 final WindowState child2 = createWindow(child1, FIRST_SUB_WINDOW, "child2"); in testGetTopParentWindow() local
458 final WindowState child2 = createWindow(child1, FIRST_SUB_WINDOW, "child2"); in testIsSelfOrAncestorWindowAnimating() local
706 final WindowState child2 = createWindow(w, TYPE_APPLICATION_SUB_PANEL, "child2"); in testCompatOverrideScale() local
H A DDisplayAreaTest.java639 DisplayArea<WindowContainer> child2 = new TestDisplayArea(mWm, bounds, "Child2"); in testSetAlwaysOnTop_movesDisplayAreaToTop() local
H A DRecentTasksTest.java469 final Task child2 = createTaskBuilder(".Task2").setParentTask(root).build(); in testAppendOrganizedChildTaskInfo() local
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java2391 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationWithTag_fromApp_cannotCancelFgsChild() local
2419 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationWithTag_fromApp_cannotCancelFgsParent() local
2442 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationWithTag_fromApp_canCancelOngoingNoClearChild() local
2467 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationWithTag_fromApp_canCancelOngoingNoClearParent() local
2493 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllNotificationsFromApp_cannotCancelFgsChild() local
2523 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllNotifications_fromApp_cannotCancelFgsParent() local
2548 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllNotifications_fromApp_canCancelOngoingNoClearChild() local
2575 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllNotifications_fromApp_canCancelOngoingNoClearParent() local
2599 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationsFromListener_clearAll_GroupWithOngoingParent() local
2621 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationsFromListener_clearAll_GroupWithOngoingChild() local
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewCaptureTest.java48 EXPECTED_CHILDREN_VISIBILITY.append(R.id.child2, View.INVISIBLE); in EXPECTED_CHILDREN_VISIBILITY.append()
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DInlinePresentationStyleUtilsTest.java163 Bundle child2 = bundle.getBundle("child"); in testFilterContentTypes_binderInChild_removedBinder() local
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java9309 final View child2 = holder2.mView.findViewByPredicateTraversal((view) -> { in compareBoundsOfTree() local