Home
last modified time | relevance | path

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

1234

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DGroupEntryBuilder.java37 ge.setParent(mParent); in build()
40 mSummary.setParent(ge); in build()
44 child.setParent(ge); in build()
59 public GroupEntryBuilder setParent(@Nullable GroupEntry entry) { in setParent() method in GroupEntryBuilder
DNotificationEntryBuilder.java104 entry.setParent(mParent); in buildOrApply()
111 public NotificationEntryBuilder setParent(@Nullable GroupEntry parent) { in setParent() method in NotificationEntryBuilder
/frameworks/native/services/surfaceflinger/tests/unittests/
DRefreshRateSelectionTest.cpp67 void setParent(Layer* child, Layer* parent);
114 void RefreshRateSelectionTest::setParent(Layer* child, Layer* parent) { in setParent() function in android::RefreshRateSelectionTest
115 child->setParent(parent); in setParent()
155 setParent(mChild.get(), mParent.get()); in TEST_F()
157 setParent(mGrandChild.get(), mChild.get()); in TEST_F()
195 setParent(mChild.get(), mParent.get()); in TEST_F()
197 setParent(mGrandChild.get(), mChild.get()); in TEST_F()
234 setParent(mChild.get(), mParent.get()); in TEST_F()
236 setParent(mGrandChild.get(), mChild.get()); in TEST_F()
/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.java73 void setParent(@Nullable GroupEntry parent) { in setParent() method in ListEntry
74 mAttachState.setParent(parent); in setParent()
DShadeListBuilder.java472 group.setParent(ROOT_ENTRY); in groupNotifs()
476 entry.setParent(group); in groupNotifs()
509 entry.setParent(ROOT_ENTRY); in groupNotifs()
559 entry.getAttachState().getSuppressedChanges().setParent(assignedParent); in maybeSuppressGroupChange()
560 entry.setParent(prevParent); in maybeSuppressGroupChange()
587 child.setParent(ROOT_ENTRY); in promoteNotifs()
610 summary.setParent(ROOT_ENTRY); in pruneIncompleteGroups()
643 child.setParent(ROOT_ENTRY); in pruneIncompleteGroups()
709 entry.setParent(null); in annulAddition()
/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/ARM/
DARMGOT.cpp68 entry->setParent(m_SectionData); in finalizeSectionSize()
82 entry->setParent(m_SectionData); in finalizeSectionSize()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64GOT.cpp71 entry->setParent(m_SectionData); in finalizeSectionSize()
85 entry->setParent(m_SectionData); in finalizeSectionSize()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DMockSurfaceControlBuilder.java29 public SurfaceControl.Builder setParent(SurfaceControl sc) { in setParent() method in MockSurfaceControlBuilder
DAnimatingActivityRegistryTest.java104 window2.setParent(null); in testContainerRemoved()
DDisplayAreaTest.java450 doNothing().when(token).setParent(any()); in testGetOrientation()
453 doNothing().when(win).setParent(any()); in testGetOrientation()
477 doNothing().when(token).setParent(any()); in testSetIgnoreOrientationRequest()
480 doNothing().when(win).setParent(any()); in testSetIgnoreOrientationRequest()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/apppairs/
DAppPair.java112 b -> b.setParent(mRootTaskLeash), mDisplayImeController, in pair()
260 b.setParent(mRootTaskLeash); in attachChildSurfaceToTask()
262 b.setParent(mTaskLeash1); in attachChildSurfaceToTask()
264 b.setParent(mTaskLeash2); in attachChildSurfaceToTask()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DSurfaceUtils.java30 .setParent(host) in makeDimLayer()
DSystemWindows.java301 .setParent(mRootSurface) in attachToParentSurface()
306 b.setParent(leash); in attachToParentSurface()
/frameworks/compile/mclinker/include/mcld/Fragment/
DFragment.h43 void setParent(SectionData* pValue) { m_pParent = pValue; } in setParent() function
/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
DNetworkSecurityConfigTests.java231 .setParent(NetworkSecurityConfig in testConfigBuilderUsesParents()
240 config1.setParent(config2); in testConfigBuilderParentLoop()
242 config2.setParent(config1); in testConfigBuilderParentLoop()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageTaskListener.java182 b.setParent(mRootLeash); in attachChildSurfaceToTask()
184 b.setParent(mChildrenLeashes.get(taskId)); in attachChildSurfaceToTask()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/split/
DSplitWindowManagerTests.java53 b -> b.setParent(mSurfaceControl)); in setup()
DSplitLayoutTests.java66 b -> b.setParent(mRootLeash), in setup()
/frameworks/base/media/java/android/mtp/
DMtpStorageManager.java231 private void setParent(MtpObject parent) { in setParent() method in MtpStorageManager.MtpObject
304 childCopy.setParent(copy); in copy()
1032 newObj.setParent(newParent); in beginMoveObject()
1039 obj.setParent(newParent); in beginMoveObject()
1070 temp.setParent(newObj.getParent()); in endMoveObject()
1073 oldObj.setParent(oldParent); in endMoveObject()
1101 newObj.setParent(newParent); in beginCopyObject()
/frameworks/base/core/java/android/security/net/config/
DXmlConfigSource.java224 builder.setParent(parentBuilder); in parseConfigEntry()
355 baseConfigBuilder.setParent(platformDefaultBuilder); in parseNetworkSecurityConfig()
373 builder.setParent(baseConfigBuilder); in parseNetworkSecurityConfig()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sizecompatui/
DSizeCompatUIWindowManager.java68 b.setParent(mLeash); in attachToParentSurface()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
DFullscreenTaskListener.java101 b.setParent(mDataByTaskId.get(taskId).surface); in attachChildSurfaceToTask()

1234