Home | History | Annotate | Download | only in app

Lines Matching defs:parentPanel

432         final View parent = mWindow.findViewById(R.id.parentPanel);
488 final View parentPanel = mWindow.findViewById(R.id.parentPanel);
489 final View defaultTopPanel = parentPanel.findViewById(R.id.topPanel);
490 final View defaultContentPanel = parentPanel.findViewById(R.id.contentPanel);
491 final View defaultButtonPanel = parentPanel.findViewById(R.id.buttonPanel);
495 final ViewGroup customPanel = (ViewGroup) parentPanel.findViewById(R.id.customPanel);