/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/native/services/surfaceflinger/tests/unittests/ |
D | SetFrameRateTest.cpp | 115 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/ |
D | WindowContainerTests.java | 168 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 …]
|
D | ConfigurationContainerTests.java | 75 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
|
D | WindowStateTests.java | 137 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
|
D | DisplayAreaTest.java | 652 DisplayArea<WindowContainer> child2 = new TestDisplayArea(mWm, bounds, "Child2"); in testSetAlwaysOnTop_movesDisplayAreaToTop() local
|
D | RecentTasksTest.java | 476 final Task child2 = createTaskBuilder(".Task2").setParentTaskFragment(root).build(); in testAppendOrganizedChildTaskInfo() 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/core/tests/utiltests/src/com/android/internal/util/ |
D | InlinePresentationStyleUtilsTest.java | 163 Bundle child2 = bundle.getBundle("child"); in testFilterContentTypes_binderInChild_removedBinder() local
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 2096 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/ |
D | ScreenCapture_test.cpp | 202 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/ |
D | ViewGroup.java | 9159 final View child2 = holder2.mView.findViewByPredicateTraversal((view) -> { in compareBoundsOfTree() local
|