Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
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
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
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
/frameworks/native/services/surfaceflinger/tests/unittests/
DSetFrameRateTest.cpp208 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
233 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
272 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
297 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
336 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
366 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
397 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
495 const auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowContainerTests.java160 final TestWindowContainer child2 = root.addChildWindow(); in testAdd_AlreadyHasParent() local
185 final TestWindowContainer child2 = root.addChildWindow(); in testHasChild() local
215 final TestWindowContainer child2 = root.addChildWindow(); in testRemoveImmediately() local
277 final TestWindowContainer child2 = builder.setLayer(1).build(); in testAddChildByIndex() local
303 final TestWindowContainer child2 = root.addChildWindow(); in testPositionChildAt() local
327 final TestWindowContainer child2 = root.addChildWindow(); in testPositionChildAtIncludeParents() local
379 final TestWindowContainer child2 = root.addChildWindow(builder.setIsAnimating(true)); in testIsAnimating_ParentsFlag() local
396 final TestWindowContainer child2 = root.addChildWindow(builder.setIsAnimating(true)); in testIsAnimating_ChildrenFlag() local
415 final TestWindowContainer child2 = root.addChildWindow(); in testIsAnimating_combineFlags() local
470 final TestWindowContainer child2 = root.addChildWindow(); in testIsVisible() local
[all …]
DWindowStateTests.java125 final WindowState child2 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child2"); in testIsParentWindowHidden() local
143 final WindowState child2 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child2"); in testIsChildWindow() local
177 final WindowState child2 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child2"); in testGetParentWindow() local
198 final WindowState child2 = createWindow(child1, FIRST_SUB_WINDOW, "child2"); in testGetTopParentWindow() local
453 final WindowState child2 = createWindow(child1, FIRST_SUB_WINDOW, "child2"); in testIsSelfOrAncestorWindowAnimating() local
DConfigurationContainerTests.java74 final TestConfigurationContainer child2 = root.addChild(); in testConfigurationInit() local
155 final TestConfigurationContainer child2 = child1.addChild(); in testConfigurationChangePropagation() local
DRecentTasksTest.java475 final Task child2 = createTaskBuilder(".Task2").setParentTask(root).build(); in testAppendOrganizedChildTaskInfo() local
/frameworks/base/core/tests/coretests/src/android/view/
DViewCaptureTest.java48 EXPECTED_CHILDREN_VISIBILITY.append(R.id.child2, View.INVISIBLE); in EXPECTED_CHILDREN_VISIBILITY.append()
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DInlinePresentationStyleUtilsTest.java163 Bundle child2 = bundle.getBundle("child"); in testFilterContentTypes_binderInChild_removedBinder() local
/frameworks/native/services/surfaceflinger/tests/
DScreenCapture_test.cpp199 sp<SurfaceControl> child2 = createSurface(mClient, "Child surface", 10, 10, in TEST_F() local
227 sp<SurfaceControl> child2 = createSurface(mClient, "Child surface", 10, 10, in TEST_F() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java1805 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_NoClearFlag() local
1827 final NotificationRecord child2 = generateNotificationRecord( in testUserInitiatedCancelAllWithGroup_NoClearFlag() local
1887 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlag() local
1910 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlagWithParameter() local
1934 final NotificationRecord child2 = generateNotificationRecord( in testUserInitiatedCancelAllWithGroup_ForegroundServiceFlag() local
2036 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_NoClearFlagWithParameter() local
2103 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_OnGoingFlag() local
2126 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_OnGoingFlagWithParameter() local
2150 final NotificationRecord child2 = generateNotificationRecord( in testUserInitiatedCancelAllWithGroup_OnGoingFlag() local
2804 final NotificationRecord child2 = generateNotificationRecord( in testSnoozeRunnable_snoozeSummary_withChildren() local
[all …]
/frameworks/base/core/java/android/view/
DViewGroup.java9158 final View child2 = holder2.mView.findViewByPredicateTraversal((view) -> { in compareBoundsOfTree() local