/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | FrameRateSelectionPriorityTest.cpp | 58 void setParent(Layer* child, Layer* parent); 97 void RefreshRateSelectionTest::setParent(Layer* child, Layer* parent) { in setParent() function in android::RefreshRateSelectionTest 98 child->setParent(sp<Layer>::fromExisting(parent)); in setParent() 110 setParent(mChild.get(), mParent.get()); in TEST_F() 112 setParent(mGrandChild.get(), mChild.get()); in TEST_F() 149 setParent(mChild.get(), mParent.get()); in TEST_F() 151 setParent(mGrandChild.get(), mChild.get()); in TEST_F()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/ |
D | GroupEntryBuilder.java | 40 ge.setParent(mParent); in build() 45 mSummary.setParent(ge); in build() 50 child.setParent(ge); in build() 68 public GroupEntryBuilder setParent(@Nullable GroupEntry entry) { in setParent() method in GroupEntryBuilder
|
D | NotificationEntryBuilder.java | 95 entry.setParent(parent); in setNewParent() 129 entry.setParent(mParent); in buildOrApply() 138 public NotificationEntryBuilder setParent(@Nullable GroupEntry parent) { in setParent() method in NotificationEntryBuilder
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/render/ |
D | GroupMembershipManagerTest.kt | 36 val topLevelEntry = NotificationEntryBuilder().setParent(GroupEntry.ROOT_ENTRY).build() in isChildInGroup_topLevel() 42 val noParentEntry = NotificationEntryBuilder().setParent(null).build() in isChildInGroup_noParent() 61 val entry = NotificationEntryBuilder().setParent(GroupEntry.ROOT_ENTRY).build() in isGroupSummary_topLevelEntry() 94 val entry = NotificationEntryBuilder().setParent(GroupEntry.ROOT_ENTRY).build() in getGroupSummary_topLevelEntry()
|
/frameworks/compile/mclinker/lib/LD/ |
D | BranchIsland.cpp | 112 align_frag->setParent(sd); in addStub() 118 pStub.setParent(sd); in addStub() 138 align_frag->setParent(sd); in addStub() 144 pStub.setParent(sd); in addStub()
|
D | EhFrame.cpp | 135 pFrag.setParent(m_pSectionData); in addFragment() 322 frag->setParent(&out_sd); in moveInputFragments() 336 frag->setParent(&out_sd); in moveInputFragments() 340 frag->setParent(&out_sd); in moveInputFragments() 350 frag->setParent(&out_sd); in moveInputFragments()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | ListEntry.java | 71 void setParent(@Nullable GroupEntry parent) { in setParent() method in ListEntry 72 mAttachState.setParent(parent); in setParent()
|
D | ShadeListBuilder.java | 592 group.setParent(ROOT_ENTRY); in groupNotifs() 596 entry.setParent(group); in groupNotifs() 625 entry.setParent(ROOT_ENTRY); in groupNotifs() 689 entry.getAttachState().getSuppressedChanges().setParent(assignedParent); in maybeSuppressGroupChange() 690 entry.setParent(prevParent); in maybeSuppressGroupChange() 716 child.setParent(ROOT_ENTRY); in promoteNotifs() 801 summary.setParent(ROOT_ENTRY); in pruneGroupAtIndexAndPromoteSummary() 845 child.setParent(ROOT_ENTRY); in pruneGroupAtIndexAndPromoteAnyChildren()
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectBuilder.cpp | 143 align->setParent(&pTo); in MoveSectionData() 153 frag->setParent(&pTo); in MoveSectionData() 195 align->setParent(&pSD); in AppendFragment() 201 pFrag.setParent(&pSD); in AppendFragment()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64GOT.cpp | 71 entry->setParent(m_SectionData); in finalizeSectionSize() 85 entry->setParent(m_SectionData); in finalizeSectionSize()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMGOT.cpp | 68 entry->setParent(m_SectionData); in finalizeSectionSize() 82 entry->setParent(m_SectionData); in finalizeSectionSize()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | MockSurfaceControlBuilder.java | 31 public SurfaceControl.Builder setParent(SurfaceControl sc) { in setParent() method in MockSurfaceControlBuilder
|
D | AnimatingActivityRegistryTest.java | 104 window2.setParent(null); in testContainerRemoved()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TrustedOverlayHost.java | 66 void setParent(SurfaceControl.Transaction t, SurfaceControl newParent) { in setParent() method in TrustedOverlayHost 107 setParent(t,currentParent); in addOverlay()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | SurfaceUtils.java | 38 .setParent(host) in makeColorLayer()
|
/frameworks/base/core/tests/coretests/src/android/view/accessibility/ |
D | AccessibilityCacheTest.java | 550 childNodeInfo.setParent(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID + 1, WINDOW_ID_1)); in reparentNode_clearsOldParent() 660 nodeInfo.setParent(getMockViewWithA11yAndWindowIds(ROOT_ITEM_ID, WINDOW_ID_1)); in getFocus_fromAnyWindow_returnsNodeWithA11yFocus() 680 nodeInfo.setParent(getMockViewWithA11yAndWindowIds(ROOT_ITEM_ID, WINDOW_ID_1)); in getFocus_fromAnyWindow_returnsNodeWithInputFocus() 810 childNodeInfo.setParent(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1)); in addNode_whenNodeBeingReplacedIsOwnGrandparentWithTwoChildren_doesntCrash() 833 childNodeInfo.setParent(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1)); in addNode_whenNodeBeingReplacedIsOwnGrandparentWithOneChild_doesntCrash() 953 childNodeInfo.setParent(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1)); in findFocusReturnNull_initialNodeIsNotFocusOrFocusAncestor() 954 otherChildNodeInfo.setParent(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1)); in findFocusReturnNull_initialNodeIsNotFocusOrFocusAncestor() 977 childNodeInfo.setParent(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1)); in findFocusReturnsFocus_initialNodeIsParent() 1045 childInfo.setParent(parentView); in clearSubtreeWithNode_subtreeInCacheInvalidated() 1124 childNodeInfo.setParent(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1)); in getChildNode()
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | Fragment.h | 43 void setParent(SectionData* pValue) { m_pParent = pValue; } in setParent() function
|
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/ |
D | CounterRotator.java | 48 .setParent(parent) in setup()
|
/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/ |
D | NetworkSecurityConfigTests.java | 225 .setParent(NetworkSecurityConfig in testConfigBuilderUsesParents() 234 config1.setParent(config2); in testConfigBuilderParentLoop() 236 config2.setParent(config1); in testConfigBuilderParentLoop()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | WindowThumbnail.java | 40 .setParent(parent) in createAndAttach()
|
D | ScreenRotationAnimation.java | 130 .setParent(rootLeash) in ScreenRotationAnimation() 157 .setParent(mAnimLeash) in ScreenRotationAnimation() 182 .setParent(rootLeash) in ScreenRotationAnimation()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | ResizeVeil.kt | 124 .setParent(parentSurface) in setupResizeVeil() 131 .setParent(veilSurface) in setupResizeVeil() 138 .setParent(veilSurface) in setupResizeVeil()
|
/frameworks/base/apct-tests/perftests/surfaceflinger/src/android/surfaceflinger/ |
D | SurfaceFlingerTestActivity.java | 100 .setParent(mSurfaceControl) in getChildSurfaceControlHelper()
|
/frameworks/base/media/java/android/mtp/ |
D | MtpStorageManager.java | 267 private void setParent(MtpObject parent) { in setParent() method in MtpStorageManager.MtpObject 340 childCopy.setParent(copy); in copy() 1070 newObj.setParent(newParent); in beginMoveObject() 1077 obj.setParent(newParent); in beginMoveObject() 1108 temp.setParent(newObj.getParent()); in endMoveObject() 1111 oldObj.setParent(oldParent); in endMoveObject() 1139 newObj.setParent(newParent); in beginCopyObject()
|
/frameworks/base/core/java/android/security/net/config/ |
D | XmlConfigSource.java | 229 builder.setParent(parentBuilder); in parseConfigEntry() 368 baseConfigBuilder.setParent(platformDefaultBuilder); in parseNetworkSecurityConfig() 386 builder.setParent(baseConfigBuilder); in parseNetworkSecurityConfig()
|