Home
last modified time | relevance | path

Searched defs:currentParent (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/view/menu/
H A DBaseMenuPresenter.java127 final ViewGroup currentParent = (ViewGroup) itemView.getParent(); in addItemView() local
/aosp12/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java314 public WindowContainerTransaction reparentTasks(@Nullable WindowContainerToken currentParent, in reparentTasks()
341 public WindowContainerTransaction reparentTasks(@Nullable WindowContainerToken currentParent, in reparentTasks()
1019 public static HierarchyOp createForChildrenTasksReparent(IBinder currentParent, in createForChildrenTasksReparent()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
H A DKeyboardDragAndDropView.java275 CellLayout currentParent = (CellLayout) icon.getParent().getParent(); in showForIcon() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMoreKeysKeyboardView.java310 final ViewGroup currentParent = (ViewGroup)containerView.getParent(); in removeFromParent() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanel.java448 ViewGroup currentParent = (ViewGroup) hostView.getParent(); in reAttachMediaHost() local
835 ViewGroup currentParent = (ViewGroup) child.getParent(); in switchToParent() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowOrganizerController.java882 WindowContainer currentParent = hop.getContainer() != null in reparentChildrenTasksHierarchyOp() local
/aosp12/frameworks/base/core/java/android/view/
H A DView.java10446 final ViewParent currentParent = viewAtDrawingLevel.getParent(); in populateAccessibilityNodeInfoDrawingOrderInParent() local