Home
last modified time | relevance | path

Searched refs:setParent (Results 1 – 25 of 114) sorted by relevance

12345

/frameworks/native/services/surfaceflinger/tests/unittests/
DFrameRateSelectionPriorityTest.cpp58 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/
DGroupEntryBuilder.java40 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
DNotificationEntryBuilder.java95 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/
DGroupMembershipManagerTest.kt36 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/
DBranchIsland.cpp112 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()
DEhFrame.cpp135 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/
DListEntry.java71 void setParent(@Nullable GroupEntry parent) { in setParent() method in ListEntry
72 mAttachState.setParent(parent); in setParent()
DShadeListBuilder.java592 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/
DObjectBuilder.cpp143 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/
DAArch64GOT.cpp71 entry->setParent(m_SectionData); in finalizeSectionSize()
85 entry->setParent(m_SectionData); in finalizeSectionSize()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMGOT.cpp68 entry->setParent(m_SectionData); in finalizeSectionSize()
82 entry->setParent(m_SectionData); in finalizeSectionSize()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DMockSurfaceControlBuilder.java31 public SurfaceControl.Builder setParent(SurfaceControl sc) { in setParent() method in MockSurfaceControlBuilder
DAnimatingActivityRegistryTest.java104 window2.setParent(null); in testContainerRemoved()
/frameworks/base/services/core/java/com/android/server/wm/
DTrustedOverlayHost.java66 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/
DSurfaceUtils.java38 .setParent(host) in makeColorLayer()
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityCacheTest.java550 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/
DFragment.h43 void setParent(SectionData* pValue) { m_pParent = pValue; } in setParent() function
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/
DCounterRotator.java48 .setParent(parent) in setup()
/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
DNetworkSecurityConfigTests.java225 .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/
DWindowThumbnail.java40 .setParent(parent) in createAndAttach()
DScreenRotationAnimation.java130 .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/
DResizeVeil.kt124 .setParent(parentSurface) in setupResizeVeil()
131 .setParent(veilSurface) in setupResizeVeil()
138 .setParent(veilSurface) in setupResizeVeil()
/frameworks/base/apct-tests/perftests/surfaceflinger/src/android/surfaceflinger/
DSurfaceFlingerTestActivity.java100 .setParent(mSurfaceControl) in getChildSurfaceControlHelper()
/frameworks/base/media/java/android/mtp/
DMtpStorageManager.java267 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/
DXmlConfigSource.java229 builder.setParent(parentBuilder); in parseConfigEntry()
368 baseConfigBuilder.setParent(platformDefaultBuilder); in parseNetworkSecurityConfig()
386 builder.setParent(baseConfigBuilder); in parseNetworkSecurityConfig()

12345