Home
last modified time | relevance | path

Searched defs:child2 (Results 1 – 10 of 10) 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/base/services/tests/wmtests/src/com/android/server/wm/
DWindowContainerTests.java132 final TestWindowContainer child2 = root.addChildWindow(); in testAdd_AlreadyHasParent() local
157 final TestWindowContainer child2 = root.addChildWindow(); in testHasChild() local
187 final TestWindowContainer child2 = root.addChildWindow(); in testRemoveImmediately() local
261 final TestWindowContainer child2 = builder.setLayer(1).build(); in testAddChildByIndex() local
287 final TestWindowContainer child2 = root.addChildWindow(); in testPositionChildAt() local
311 final TestWindowContainer child2 = root.addChildWindow(); in testPositionChildAtIncludeParents() local
379 final TestWindowContainer child2 = root.addChildWindow(); in testIsAnimating() local
405 final TestWindowContainer child2 = root.addChildWindow(); in testIsVisible() local
435 final TestWindowContainer child2 = root.addChildWindow(); in testRemoveChild() local
581 final TestWindowContainer child2 = root.addChildWindow(); in testCompareTo() local
[all …]
DWindowStateTests.java123 final WindowState child2 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child2"); in testIsParentWindowHidden() local
141 final WindowState child2 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child2"); in testIsChildWindow() local
175 final WindowState child2 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child2"); in testGetParentWindow() local
196 final WindowState child2 = createWindow(child1, FIRST_SUB_WINDOW, "child2"); in testGetTopParentWindow() local
384 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/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java1217 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_NoClearFlag() local
1239 final NotificationRecord child2 = generateNotificationRecord( in testUserInitiatedCancelAllWithGroup_NoClearFlag() local
1293 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlag() local
1316 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_ForegroundServiceFlagWithParameter() local
1340 final NotificationRecord child2 = generateNotificationRecord( in testUserInitiatedCancelAllWithGroup_ForegroundServiceFlag() local
1417 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_NoClearFlagWithParameter() local
1483 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_OnGoingFlag() local
1506 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllCancelNotificationsFromListener_OnGoingFlagWithParameter() local
1530 final NotificationRecord child2 = generateNotificationRecord( in testUserInitiatedCancelAllWithGroup_OnGoingFlag() local
2070 final NotificationRecord child2 = generateNotificationRecord( in testSnoozeRunnable_snoozeSummary_withChildren() local
[all …]
/frameworks/base/cmds/statsd/tests/
DFieldValue_test.cpp208 FieldMatcher* child2 = conditionMatcher.add_child(); in TEST() local
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp5476 sp<SurfaceControl> child2 = createSurface(mClient, "Child surface", 10, 10, in TEST_F() local
5500 sp<SurfaceControl> child2 = createSurface(mClient, "Child surface", 10, 10, in TEST_F() local
/frameworks/base/core/java/android/view/
DViewGroup.java8904 final View child2 = holder2.mView.findViewByPredicateTraversal((view) -> { in compareBoundsOfTree() local