Home
last modified time | relevance | path

Searched refs:contentParent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DPopupWindow.java2037 final ViewParent contentParent = contentView.getParent(); in dismiss() local
2038 if (contentParent instanceof ViewGroup) { in dismiss()
2039 contentHolder = ((ViewGroup) contentParent); in dismiss()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java2536 ViewGroup contentParent = (ViewGroup) content.getParent();
2537 contentParent.setClipChildren(false);
2538 contentParent.setClipToPadding(false);
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java2824 ViewGroup contentParent = (ViewGroup)findViewById(ID_ANDROID_CONTENT); in generateLayout()
2825 if (contentParent == null) { in generateLayout()
2864 return contentParent; in generateLayout()