/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SetFrameRateTest.cpp | 113 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local 138 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local 177 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local 202 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local 241 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local 271 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local 302 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local 361 const auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
|
D | FrameRateSelectionStrategyTest.cpp | 112 auto child2 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
|
/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 | 182 final TestWindowContainer child2 = root.addChildWindow(); in testAdd_AlreadyHasParent() local 207 final TestWindowContainer child2 = root.addChildWindow(); in testHasChild() local 237 final TestWindowContainer child2 = root.addChildWindow(); in testRemoveImmediately() local 321 final TestWindowContainer child2 = builder.setLayer(1).build(); in testAddChildByIndex() local 347 final TestWindowContainer child2 = root.addChildWindow(); in testPositionChildAt() local 371 final TestWindowContainer child2 = root.addChildWindow(); in testPositionChildAtIncludeParents() local 423 final TestWindowContainer child2 = root.addChildWindow(builder.setIsAnimating(true)); in testIsAnimating_ParentsFlag() local 440 final TestWindowContainer child2 = root.addChildWindow(builder.setIsAnimating(true)); in testIsAnimating_ChildrenFlag() local 459 final TestWindowContainer child2 = root.addChildWindow(); in testIsAnimating_combineFlags() local 514 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 | 149 final WindowState child2 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child2"); in testIsParentWindowHidden() local 167 final WindowState child2 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child2"); in testIsChildWindow() local 201 final WindowState child2 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child2"); in testGetParentWindow() local 222 final WindowState child2 = createWindow(child1, FIRST_SUB_WINDOW, "child2"); in testGetTopParentWindow() local 486 final WindowState child2 = createWindow(child1, FIRST_SUB_WINDOW, "child2"); in testIsSelfOrAncestorWindowAnimating() local 734 final WindowState child2 = createWindow(w, TYPE_APPLICATION_SUB_PANEL, "child2"); in testCompatOverrideScale() local
|
D | DisplayAreaTest.java | 635 DisplayArea<WindowContainer> child2 = new TestDisplayArea(mWm, bounds, "Child2"); in testSetAlwaysOnTop_movesDisplayAreaToTop() local
|
D | RecentTasksTest.java | 471 final Task child2 = createTaskBuilder(".Task2").setParentTask(root).build(); in testAppendOrganizedChildTaskInfo() local
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | RankingHelperTest.java | 391 NotificationRecord child2 = new NotificationRecord(mContext, in testSort_oldWhenChildren_unspecifiedSummary() local 442 NotificationRecord child2 = new NotificationRecord(mContext, in testSort_oldChildren_unspecifiedSummary() local 492 NotificationRecord child2 = new NotificationRecord(mContext, in testSort_oldChildren_oldSummary() local
|
D | NotificationManagerServiceTest.java | 2788 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationWithTag_fromApp_cannotCancelFgsChild() local 2816 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationWithTag_fromApp_cannotCancelFgsParent() local 2839 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationWithTag_fromApp_canCancelOngoingNoClearChild() local 2864 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationWithTag_fromApp_canCancelOngoingNoClearParent() local 2890 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllNotificationsFromApp_cannotCancelFgsChild() local 2920 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllNotifications_fromApp_cannotCancelFgsParent() local 2945 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllNotifications_fromApp_canCancelOngoingNoClearChild() local 2972 final NotificationRecord child2 = generateNotificationRecord( in testCancelAllNotifications_fromApp_canCancelOngoingNoClearParent() local 2996 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationsFromListener_clearAll_GroupWithOngoingParent() local 3018 final NotificationRecord child2 = generateNotificationRecord( in testCancelNotificationsFromListener_clearAll_GroupWithOngoingChild() local [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | RowAlertTimeCoordinatorTest.kt | 68 val child2 = NotificationEntryBuilder().setLastAudiblyAlertedMs(8).build() in testSetLastAudiblyAlerted() constant
|
/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 | 171 Bundle child2 = bundle.getBundle("child"); in testFilterContentTypes_binderInChild_removedBinder() local
|
/frameworks/native/services/surfaceflinger/tests/ |
D | ScreenCapture_test.cpp | 349 sp<SurfaceControl> child2 = createSurface(mClient, "Child surface", 10, 10, in TEST_F() local 385 sp<SurfaceControl> child2 = createSurface(mClient, "Child surface", 10, 10, in TEST_F() local
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 9286 final View child2 = holder2.mView.findViewByPredicateTraversal((view) -> { in compareBoundsOfTree() local
|