Searched defs:contentParent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java2588 ViewGroup contentParent = (ViewGroup)findViewById(ID_ANDROID_CONTENT);
2589 if (contentParent == null) {
2601 registerSwipeCallbacks(contentParent);
2638 return contentParent;
3015 private void registerSwipeCallbacks(ViewGroup contentParent) { argument
3016 if (!(contentParent instanceof SwipeDismissLayout)) {
3017 Log.w(TAG, "contentParent is not a SwipeDismissLayout: " + contentParent);
3020 SwipeDismissLayout swipeDismiss = (SwipeDismissLayout) contentParent;

Completed in 80 milliseconds