Home
last modified time | relevance | path

Searched refs:root1 (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/compile/
H A DInlineXmlFormatParser_test.cpp160 <root1>
176 </root1>
/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A DFileDeleteUiTest.java182 List<DocumentInfo> root1 = mDocsHelper.listChildren(rootDir0.documentId, 1000); in testDeleteAllDocument() local
183 assertTrue("Delete operation was not completed", root1.size() == 0); in testDeleteAllDocument()
/aosp12/art/runtime/
H A Dreference_table.cc128 bool operator()(GcRoot<mirror::Object> root1, GcRoot<mirror::Object> root2) const in Dump()
136 ObjPtr<mirror::Object> obj1 = root1.Read<kWithoutReadBarrier>(); in Dump()
/aosp12/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java371 @NonNull WindowContainerToken root1, @NonNull WindowContainerToken root2, in setAdjacentRoots()
374 root1.asBinder(), in setAdjacentRoots()
1042 public static HierarchyOp createForAdjacentRoots(IBinder root1, IBinder root2, in createForAdjacentRoots() argument
1045 .setContainer(root1) in createForAdjacentRoots()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowOrganizerController.java975 final TaskFragment root1 = WindowContainer.fromBinder(hop.getContainer()).asTaskFragment(); in setAdjacentRootsHierarchyOp() local
978 if (!root1.mCreatedByOrganizer || !root2.mCreatedByOrganizer) { in setAdjacentRootsHierarchyOp()
980 + " organizer root1=" + root1 + " root2=" + root2); in setAdjacentRootsHierarchyOp()
982 root1.setAdjacentTaskFragment(root2, hop.getMoveAdjacentTogether()); in setAdjacentRootsHierarchyOp()