/frameworks/base/core/tests/coretests/src/com/android/internal/widget/ |
D | MessagingLinearLayoutTest.java | 69 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/ |
D | FindViewByIdTest.java | 55 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/ |
D | WindowContainerTests.java | 132 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 …]
|
D | WindowStateTests.java | 123 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
|
D | ConfigurationContainerTests.java | 73 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/ |
D | ViewCaptureTest.java | 48 EXPECTED_CHILDREN_VISIBILITY.append(R.id.child2, View.INVISIBLE); in EXPECTED_CHILDREN_VISIBILITY.append()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 1217 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/ |
D | FieldValue_test.cpp | 208 FieldMatcher* child2 = conditionMatcher.add_child(); in TEST() local
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Transaction_test.cpp | 5476 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/ |
D | ViewGroup.java | 8904 final View child2 = holder2.mView.findViewByPredicateTraversal((view) -> { in compareBoundsOfTree() local
|