Home
last modified time | relevance | path

Searched defs:child2 (Results 1 – 13 of 13) 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.cpp115 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
140 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
179 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
204 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
243 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
273 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
304 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
408 const auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowContainerTests.java168 final TestWindowContainer child2 = root.addChildWindow(); in testAdd_AlreadyHasParent() local
193 final TestWindowContainer child2 = root.addChildWindow(); in testHasChild() local
223 final TestWindowContainer child2 = root.addChildWindow(); in testRemoveImmediately() local
301 final TestWindowContainer child2 = builder.setLayer(1).build(); in testAddChildByIndex() local
327 final TestWindowContainer child2 = root.addChildWindow(); in testPositionChildAt() local
351 final TestWindowContainer child2 = root.addChildWindow(); in testPositionChildAtIncludeParents() local
403 final TestWindowContainer child2 = root.addChildWindow(builder.setIsAnimating(true)); in testIsAnimating_ParentsFlag() local
420 final TestWindowContainer child2 = root.addChildWindow(builder.setIsAnimating(true)); in testIsAnimating_ChildrenFlag() local
439 final TestWindowContainer child2 = root.addChildWindow(); in testIsAnimating_combineFlags() local
494 final TestWindowContainer child2 = root.addChildWindow(); in testIsVisible() local
[all …]
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
DWindowStateTests.java137 final WindowState child2 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child2"); in testIsParentWindowHidden() local
155 final WindowState child2 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child2"); in testIsChildWindow() local
189 final WindowState child2 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child2"); in testGetParentWindow() local
210 final WindowState child2 = createWindow(child1, FIRST_SUB_WINDOW, "child2"); in testGetTopParentWindow() local
448 final WindowState child2 = createWindow(child1, FIRST_SUB_WINDOW, "child2"); in testIsSelfOrAncestorWindowAnimating() local
DDisplayAreaTest.java652 DisplayArea<WindowContainer> child2 = new TestDisplayArea(mWm, bounds, "Child2"); in testSetAlwaysOnTop_movesDisplayAreaToTop() local
DRecentTasksTest.java476 final Task child2 = createTaskBuilder(".Task2").setParentTaskFragment(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/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java2096 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationWithTag_fromApp_cannotCancelFgsChild() local
2123 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationWithTag_fromApp_cannotCancelFgsParent() local
2145 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationWithTag_fromApp_canCancelOngoingNoClearChild() local
2169 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationWithTag_fromApp_canCancelOngoingNoClearParent() local
2194 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllNotificationsFromApp_cannotCancelFgsChild() local
2223 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllNotifications_fromApp_cannotCancelFgsParent() local
2247 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllNotifications_fromApp_canCancelOngoingNoClearChild() local
2273 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllNotifications_fromApp_canCancelOngoingNoClearParent() local
2297 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationsFromListener_clearAll_GroupWithOngoingParent() local
2319 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationsFromListener_clearAll_GroupWithOngoingChild() local
[all …]
/frameworks/native/services/surfaceflinger/tests/
DScreenCapture_test.cpp202 sp<SurfaceControl> child2 = createSurface(mClient, "Child surface", 10, 10, in TEST_F() local
230 sp<SurfaceControl> child2 = createSurface(mClient, "Child surface", 10, 10, in TEST_F() local
/frameworks/base/core/java/android/view/
DViewGroup.java9159 final View child2 = holder2.mView.findViewByPredicateTraversal((view) -> { in compareBoundsOfTree() local