Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DMessagingLinearLayoutTest.java68 FakeImageFloatingTextView child1 = fakeChild(3); in testLargeSmall() local
84 FakeImageFloatingTextView child1 = fakeChild(1); in testSmallSmall() local
100 FakeImageFloatingTextView child1 = fakeChild(7); in testLargeLarge() local
116 FakeImageFloatingTextView child1 = fakeChild(7); in testLargeSmall_largeWrapsWith3indentbutNotFullHeight_andHitsMax() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DFindViewByIdTest.java54 View child1 = new View(getContext()); in testFindViewById() local
71 View child1 = new View(getContext()); in testFindViewByIdReturnNullIfRemovedFromHierarchy() local
89 View child1 = new View(getContext()); in testFindViewByIdReturnNullIfNotImportant() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowContainerTests.java181 final TestWindowContainer child1 = root.addChildWindow(); in testAdd_AlreadyHasParent() local
206 final TestWindowContainer child1 = root.addChildWindow(); in testHasChild() local
236 final TestWindowContainer child1 = root.addChildWindow(); in testRemoveImmediately() local
340 final TestWindowContainer child1 = root.addChildWindow(); in testPositionChildAt() local
364 final TestWindowContainer child1 = root.addChildWindow(); in testPositionChildAtIncludeParents() local
405 final TestWindowContainer child1 = root.addChildWindow( in testIsAnimating_TransitionFlag() local
537 final TestWindowContainer child1 = root.addChildWindow(); in testRemoveChild() local
695 final TestWindowContainer child1 = root.addChildWindow(); in testSetVisibleRequested_childRequestsVisible() local
719 final TestWindowContainer child1 = root.addChildWindow(); in testSetVisibleRequested_childRequestsHidden() local
744 final TestWindowContainer child1 = root.addChildWindow(); in testOnChildVisibleRequestedChanged_bothVisible() local
[all …]
H A DConfigurationContainerTests.java66 final TestConfigurationContainer child1 = root.addChild(); in testConfigurationInit() local
150 final TestConfigurationContainer child1 = root.addChild(); in testConfigurationChangePropagation() local
216 final TestConfigurationContainer child1 = root.addChild(); in testSetAlwaysOnTop() local
313 final TestConfigurationContainer child1 = root.addConstraintChild(); in testConfigurationConstraints() local
H A DWindowStateTests.java138 final WindowState child1 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child1"); in testIsParentWindowHidden() local
156 final WindowState child1 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child1"); in testIsChildWindow() local
190 final WindowState child1 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child1"); in testGetParentWindow() local
211 final WindowState child1 = createWindow(root, FIRST_SUB_WINDOW, "child1"); in testGetTopParentWindow() local
457 final WindowState child1 = createWindow(root, FIRST_SUB_WINDOW, "child1"); in testIsSelfOrAncestorWindowAnimating() local
H A DDisplayAreaTest.java637 DisplayArea<WindowContainer> child1 = new TestDisplayArea(mWm, bounds, "Child1"); in testSetAlwaysOnTop_movesDisplayAreaToTop() local
H A DRecentTasksTest.java468 final Task child1 = createTaskBuilder(".Task1").setParentTask(root).build(); in testAppendOrganizedChildTaskInfo() local
H A DDisplayContentTests.java2277 final WindowState child1 = createWindow(mAppWindow, FIRST_SUB_WINDOW, "child1"); in testComputeImeTarget_shouldNotCheckOutdatedImeTargetLayerWhenRemoved() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DPreparationCoordinatorTest.java427 final NotificationEntry child1 = group.getChildren().get(1); in testPartiallyInflatedGroupsAreFilteredOutSummaryVersion() local
451 final NotificationEntry child1 = group.getChildren().get(1); in testNullGroupSummary() local
485 final NotificationEntry child1 = group.getChildren().get(1); in testPartiallyInflatedGroupsAreNotFilteredOutIfSummaryReinflate() local
516 final NotificationEntry child1 = group.getChildren().get(1); in testCompletedInflatedGroupsAreReleased() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewCaptureTest.java47 EXPECTED_CHILDREN_VISIBILITY.append(R.id.child1, View.VISIBLE); in EXPECTED_CHILDREN_VISIBILITY.append()
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java9305 final View child1 = holder1.mView.findViewByPredicateTraversal((view) -> { in compareBoundsOfTree() local