Home
last modified time | relevance | path

Searched refs:isRoot (Results 1 – 17 of 17) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
DInputTree.cpp54 return !pos.hasData() && !pos.isRoot(); in isGroup()
58 return !pos.hasData() && !pos.isRoot(); in isGroup()
62 return !pos.hasData() && !pos.isRoot(); in isGroup()
66 return !pos.hasData() && !pos.isRoot(); in isGroup()
70 return !pos.hasData() && !pos.isRoot(); in isGroup()
74 return !pos.hasData() && !pos.isRoot(); in isGroup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DComplicationLayoutEngine.java181 final boolean isRoot = head == mView; in applyLayoutParams()
197 if (isRoot || direction != ComplicationLayoutParams.DIRECTION_END) { in applyLayoutParams()
209 if (isRoot || direction != ComplicationLayoutParams.DIRECTION_DOWN) { in applyLayoutParams()
221 if (isRoot || direction != ComplicationLayoutParams.DIRECTION_UP) { in applyLayoutParams()
233 if (isRoot || direction != ComplicationLayoutParams.DIRECTION_START) { in applyLayoutParams()
246 final Margins margins = mParent.getMargins(this, isRoot); in applyLayoutParams()
368 Margins getMargins(ViewEntry entry, boolean isRoot); in getMargins() argument
418 public Margins getMargins(ViewEntry entry, boolean isRoot) { in getMargins() argument
419 if (isRoot) { in getMargins()
488 Margins getMargins(ViewEntry entry, boolean isRoot); in getMargins() argument
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/view/
DWindowRootView.kt48 if (isRoot()) { in onAttachedToWindow()
56 if (isRoot()) { in onDetachedFromWindow()
127 private fun isRoot(): Boolean { in isRoot() method
/frameworks/base/media/java/android/mtp/
DMtpStorageManager.java203 return isRoot() ? this : mParent.getRoot(); in getRoot()
242 return isRoot() ? Paths.get(mName) : mParent.getPath().resolve(mName); in getPath()
245 public boolean isRoot() { in isRoot() method in MtpStorageManager.MtpObject
484 return obj.getParent().isRoot() && mSubdirectories != null in isSpecialSubDir()
652 if (!parent.isRoot() && getObject(parent.getId()) != parent) in addObjectToCache()
659 if (mSubdirectories != null && parent.isRoot() && !mSubdirectories.contains(newName)) { in addObjectToCache()
679 boolean ret = removed.isRoot() in removeObjectFromCache()
683 if (removed.isRoot()) { in removeObjectFromCache()
866 if (!obj.isRoot() && mObjects.get(obj.getId()) != obj) { in checkConsistency()
871 if (obj.getParent().isRoot() && obj.getParent() in checkConsistency()
[all …]
DMtpPropertyGroup.java228 object.getParent().isRoot() ? 0 : object.getParent().getId()); in getPropertyList()
DMtpDatabase.java763 outStorageFormatParent[2] = obj.getParent().isRoot() ? 0 : obj.getParent().getId(); in getObjectInfo()
/frameworks/compile/mclinker/unittests/
DInputTreeTest.cpp84 ASSERT_FALSE(node.isRoot()); in TEST_F()
111 ASSERT_FALSE(node.isRoot()); in TEST_F()
131 ASSERT_FALSE(node.isRoot()); in TEST_F()
/frameworks/compile/mclinker/include/mcld/
DInputTree.h45 bool isGroup() const { return !Base::hasData() && !Base::isRoot(); } in isGroup()
180 if (pPosition.isRoot()) in join()
304 if (pRoot.isRoot()) in enterGroup()
318 if (pRoot.isRoot()) in insert()
/frameworks/compile/mclinker/include/mcld/ADT/
DBinTree.h129 return (!IteratorType::isRoot() && in hasData()
212 bool isRoot() const { return (m_pNode->right == m_pNode); } in isRoot() function
215 return (!isRoot() && (0 != static_cast<node_type*>(m_pNode)->data)); in hasData()
435 if (pPosition.isRoot()) in join()
DTreeBase.h57 bool isRoot() const { return (m_pNode->right == m_pNode); } in isRoot() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
DUserFileManagerImpl.kt162 val isRoot = dir.name == ROOT_DIR in <lambda>() constant
165 if (!isRoot) { in <lambda>()
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerLifecycleManager.cpp34 return rootLayer.isRoot() && rootLayer.layerStack == mirroringLayer.layerStackToMirror && in canMirrorRootLayer()
82 if (layer.isRoot()) { in addLayers()
267 if (layer->what & layer_state_t::eLayerStackChanged && layer->isRoot()) { in applyTransactions()
DRequestedLayerState.h78 bool isRoot() const;
DRequestedLayerState.cpp437 bool RequestedLayerState::isRoot() const { in isRoot() function in android::surfaceflinger::frontend::RequestedLayerState
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java2411 boolean isRoot = Binder.getCallingUid() == Process.ROOT_UID;
2413 if (isRoot) {
/frameworks/base/core/java/android/view/
DView.java27695 public void setIsRootNamespace(boolean isRoot) { in setIsRootNamespace() argument
27696 if (isRoot) { in setIsRootNamespace()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt32365 Landroid/mtp/MtpStorageManager$MtpObject;->isRoot()Z