Home
last modified time | relevance | path

Searched defs:child1 (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DMessagingLinearLayoutTest.java68 FakeImageFloatingTextView child1 = fakeChild(3); in testLargeSmall() local
84 FakeImageFloatingTextView child1 = fakeChild(1); in testSmallSmall() local
100 FakeImageFloatingTextView child1 = fakeChild(7); in testLargeLarge() local
116 FakeImageFloatingTextView child1 = fakeChild(7); in testLargeSmall_largeWrapsWith3indentbutNotFullHeight_andHitsMax() local
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DFindViewByIdTest.java54 View child1 = new View(getContext()); in testFindViewById() local
71 View child1 = new View(getContext()); in testFindViewByIdReturnNullIfRemovedFromHierarchy() local
89 View child1 = new View(getContext()); in testFindViewByIdReturnNullIfNotImportant() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowContainerTests.java154 final TestWindowContainer child1 = root.addChildWindow(); in testAdd_AlreadyHasParent() local
179 final TestWindowContainer child1 = root.addChildWindow(); in testHasChild() local
209 final TestWindowContainer child1 = root.addChildWindow(); in testRemoveImmediately() local
243 final WindowContainer<WindowContainer> child1 = new WindowContainer(mWm); in testRemoveImmediatelyClearsLastSurfacePosition() local
297 final TestWindowContainer child1 = root.addChildWindow(); in testPositionChildAt() local
321 final TestWindowContainer child1 = root.addChildWindow(); in testPositionChildAtIncludeParents() local
362 final TestWindowContainer child1 = root.addChildWindow( in testIsAnimating_TransitionFlag() local
373 final TestWindowContainer child1 = root.addChildWindow(builder); in testIsAnimating_ParentsFlag() local
390 final TestWindowContainer child1 = root.addChildWindow(builder); in testIsAnimating_ChildrenFlag() local
409 final TestWindowContainer child1 = root.addChildWindow(builder.setIsAnimating(true)); in testIsAnimating_combineFlags() local
[all …]
DWindowStateTests.java114 final WindowState child1 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child1"); in testIsParentWindowHidden() local
132 final WindowState child1 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child1"); in testIsChildWindow() local
166 final WindowState child1 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child1"); in testGetParentWindow() local
187 final WindowState child1 = createWindow(root, FIRST_SUB_WINDOW, "child1"); in testGetTopParentWindow() local
441 final WindowState child1 = createWindow(root, FIRST_SUB_WINDOW, "child1"); in testIsSelfOrAncestorWindowAnimating() local
DConfigurationContainerTests.java64 final TestConfigurationContainer child1 = root.addChild(); in testConfigurationInit() local
148 final TestConfigurationContainer child1 = root.addChild(); in testConfigurationChangePropagation() local
297 final TestConfigurationContainer child1 = root.addConstraintChild(); in testConfigurationConstraints() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DSetFrameRateTest.cpp219 auto child1 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
244 auto child1 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
283 auto child1 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
308 auto child1 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
347 auto child1 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
377 auto child1 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
408 auto child1 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
438 auto child1 = mLayers.emplace_back(layerFactory->createLayer(mFlinger)); in TEST_P() local
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DItemInflaterTest.java53 Item child1 = (Item) itemGroup.getItemAt(1); in testInflate() local
/frameworks/base/core/tests/coretests/src/android/view/
DViewCaptureTest.java47 EXPECTED_CHILDREN_VISIBILITY.append(R.id.child1, View.VISIBLE); in EXPECTED_CHILDREN_VISIBILITY.append()
/frameworks/base/core/java/android/view/
DViewGroup.java9155 final View child1 = holder1.mView.findViewByPredicateTraversal((view) -> { in compareBoundsOfTree() local