Home
last modified time | relevance | path

Searched refs:hasParent (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/
DAAAPlusPlusVerifySysuiRequiredTestPropertiesTest.java83 boolean hasParent = false; in testAllClassInheritance()
86 hasParent = true; in testAllClassInheritance()
94 if (!hasParent) { in testAllClassInheritance()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerServiceShellCommand.java226 final boolean hasParent = user.profileGroupId != user.id in runList()
235 hasParent ? " (parentId=" + user.profileGroupId + ")" : "", in runList()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DTransitions.java646 boolean hasParent = change.getParent() != null; in setupAnimHierarchy()
649 if (!hasParent) { in setupAnimHierarchy()
/frameworks/native/services/surfaceflinger/
DLayer.h772 bool hasParent() const { return getParent() != nullptr; } in hasParent() function
DSurfaceFlinger.cpp5623 if (layer->hasParent()) { in setClientStateLocked()
5786 bool hadParent = layer->hasParent(); in setClientStateLocked()
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java2049 return user.isProfile() && hasParent(user, context); in isProfileUser()
2055 boolean hasParent(UserInfo profile, Context context) { in hasParent() method in ManagedServices.UserProfiles
DNotificationManagerService.java967 return userInfo.isProfile() && hasParent(userInfo); in isProfileUser()
972 boolean hasParent(UserInfo profile) { in hasParent() method in NotificationManagerService
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java1623 final boolean hasParent = parentWindow != null; in addWindow()
1627 hasParent ? parentWindow.mAttrs.token : attrs.token); in addWindow()
1630 final int rootType = hasParent ? parentWindow.mAttrs.type : type; in addWindow()
1641 if (hasParent) { in addWindow()