Searched refs:contentParent (Results 1 – 3 of 3) sorted by relevance
2629 ViewGroup contentParent = (ViewGroup)findViewById(ID_ANDROID_CONTENT); in generateLayout()2630 if (contentParent == null) { in generateLayout()2642 registerSwipeCallbacks(contentParent); in generateLayout()2673 return contentParent; in generateLayout()3050 private void registerSwipeCallbacks(ViewGroup contentParent) {3051 if (!(contentParent instanceof SwipeDismissLayout)) {3052 Log.w(TAG, "contentParent is not a SwipeDismissLayout: " + contentParent);3055 SwipeDismissLayout swipeDismiss = (SwipeDismissLayout) contentParent;
2032 final ViewParent contentParent = contentView.getParent(); in dismiss() local2033 if (contentParent instanceof ViewGroup) { in dismiss()2034 contentHolder = ((ViewGroup) contentParent); in dismiss()
1629 ViewGroup contentParent = (ViewGroup) content.getParent();1630 contentParent.setClipChildren(false);1631 contentParent.setClipToPadding(false);