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.cpp220 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
245 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
284 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
309 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
348 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
378 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
409 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
439 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowContainerTests.java155 final TestWindowContainer child2 = root.addChildWindow(); in testAdd_AlreadyHasParent() local
180 final TestWindowContainer child2 = root.addChildWindow(); in testHasChild() local
210 final TestWindowContainer child2 = root.addChildWindow(); in testRemoveImmediately() local
272 final TestWindowContainer child2 = builder.setLayer(1).build(); in testAddChildByIndex() local
298 final TestWindowContainer child2 = root.addChildWindow(); in testPositionChildAt() local
322 final TestWindowContainer child2 = root.addChildWindow(); in testPositionChildAtIncludeParents() local
374 final TestWindowContainer child2 = root.addChildWindow(builder.setIsAnimating(true)); in testIsAnimating_ParentsFlag() local
391 final TestWindowContainer child2 = root.addChildWindow(builder.setIsAnimating(true)); in testIsAnimating_ChildrenFlag() local
410 final TestWindowContainer child2 = root.addChildWindow(); in testIsAnimating_combineFlags() local
465 final TestWindowContainer child2 = root.addChildWindow(); in testIsVisible() local
[all …]
DWindowStateTests.java115 final WindowState child2 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child2"); in testIsParentWindowHidden() local
133 final WindowState child2 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child2"); in testIsChildWindow() local
167 final WindowState child2 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child2"); in testGetParentWindow() local
188 final WindowState child2 = createWindow(child1, FIRST_SUB_WINDOW, "child2"); in testGetTopParentWindow() local
442 final WindowState child2 = createWindow(child1, FIRST_SUB_WINDOW, "child2"); in testIsSelfOrAncestorWindowAnimating() local
DConfigurationContainerTests.java73 final TestConfigurationContainer child2 = root.addChild(); in testConfigurationInit() local
154 final TestConfigurationContainer child2 = child1.addChild(); in testConfigurationChangePropagation() 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.java1657 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_NoClearFlag() local
1679 final NotificationRecord child2 = generateNotificationRecord( in testUserInitiatedCancelAllWithGroup_NoClearFlag() local
1739 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlag() local
1762 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlagWithParameter() local
1786 final NotificationRecord child2 = generateNotificationRecord( in testUserInitiatedCancelAllWithGroup_ForegroundServiceFlag() local
1888 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_NoClearFlagWithParameter() local
1955 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_OnGoingFlag() local
1978 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_OnGoingFlagWithParameter() local
2002 final NotificationRecord child2 = generateNotificationRecord( in testUserInitiatedCancelAllWithGroup_OnGoingFlag() local
2637 final NotificationRecord child2 = generateNotificationRecord( in testSnoozeRunnable_snoozeSummary_withChildren() local
[all …]
/frameworks/native/services/surfaceflinger/tests/
DLayerUpdate_test.cpp1339 sp<SurfaceControl> child2 = createSurface(mClient, "Child surface", 10, 10, in TEST_F() local
1363 sp<SurfaceControl> child2 = createSurface(mClient, "Child surface", 10, 10, in TEST_F() local
/frameworks/base/cmds/statsd/tests/
DFieldValue_test.cpp215 FieldMatcher* child2 = conditionMatcher.add_child(); in TEST() local
/frameworks/base/core/java/android/view/
DViewGroup.java9159 final View child2 = holder2.mView.findViewByPredicateTraversal((view) -> { in compareBoundsOfTree() local