Searched refs:parentPanel (Results 1 – 2 of 2) sorted by relevance
530 final View parentPanel = mWindow.findViewById(R.id.parentPanel); in setupView() local531 final View defaultTopPanel = parentPanel.findViewById(R.id.topPanel); in setupView()532 final View defaultContentPanel = parentPanel.findViewById(R.id.contentPanel); in setupView()533 final View defaultButtonPanel = parentPanel.findViewById(R.id.buttonPanel); in setupView()537 final ViewGroup customPanel = (ViewGroup) parentPanel.findViewById(R.id.customPanel); in setupView()560 if (!parentPanel.isInTouchMode()) { in setupView()
358 Lcom/android/internal/R$id;->parentPanel:I