Searched refs:parentPanel (Results 1 – 1 of 1) sorted by relevance
469 final View parentPanel = mWindow.findViewById(R.id.parentPanel); in setupView() local470 final View defaultTopPanel = parentPanel.findViewById(R.id.topPanel); in setupView()471 final View defaultContentPanel = parentPanel.findViewById(R.id.contentPanel); in setupView()472 final View defaultButtonPanel = parentPanel.findViewById(R.id.buttonPanel); in setupView()476 final ViewGroup customPanel = (ViewGroup) parentPanel.findViewById(R.id.customPanel); in setupView()