Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A DComplicationLayoutEngine.java181 final boolean isRoot = head == mView; in applyLayoutParams()
197 if (isRoot || direction != ComplicationLayoutParams.DIRECTION_END) { in applyLayoutParams()
221 if (isRoot || direction != ComplicationLayoutParams.DIRECTION_UP) { 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
534 public Margins getMargins(ViewEntry entry, boolean isRoot) { in getMargins() argument
540 if (!isRoot) { in getMargins()
[all …]
/aosp14/frameworks/base/media/java/android/mtp/
H A DMtpStorageManager.java203 return isRoot() ? this : mParent.getRoot(); in getRoot()
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()
679 boolean ret = removed.isRoot() in removeObjectFromCache()
683 if (removed.isRoot()) { in removeObjectFromCache()
871 if (obj.getParent().isRoot() && obj.getParent() in checkConsistency()
876 if (!obj.getParent().isRoot() && obj.getParent() in checkConsistency()
971 if (obj.isRoot()) in beginRenameObject()
1024 return !obj.isRoot() && !isSpecialSubDir(obj) in beginRemoveObject()
[all …]
H A DMtpPropertyGroup.java228 object.getParent().isRoot() ? 0 : object.getParent().getId()); in getPropertyList()
H A DMtpDatabase.java763 outStorageFormatParent[2] = obj.getParent().isRoot() ? 0 : obj.getParent().getId(); in getObjectInfo()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/view/
H A DWindowRootView.kt41 if (ComposeFacade.isComposeAvailable() && isRoot()) {
49 if (ComposeFacade.isComposeAvailable() && isRoot()) {
120 private fun isRoot(): Boolean { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DUserFileManagerImpl.kt162 val isRoot = dir.name == ROOT_DIR regex
165 if (!isRoot) {
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java2415 boolean isRoot = Binder.getCallingUid() == Process.ROOT_UID;
2417 if (isRoot || hasWritePermission) {
/aosp14/frameworks/base/core/java/android/view/
H A DView.java26729 public void setIsRootNamespace(boolean isRoot) { in setIsRootNamespace() argument
26730 if (isRoot) { in setIsRootNamespace()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt32365 Landroid/mtp/MtpStorageManager$MtpObject;->isRoot()Z