Searched refs:parentPanel (Results 1 – 4 of 4) sorted by relevance
370 final View parentPanel = mWindow.findViewById(R.id.parentPanel); in setupView() local371 final View defaultTopPanel = parentPanel.findViewById(R.id.topPanel); in setupView()372 final View defaultContentPanel = parentPanel.findViewById(R.id.contentPanel); in setupView()373 final View defaultButtonPanel = parentPanel.findViewById(R.id.buttonPanel); in setupView()377 final ViewGroup customPanel = parentPanel.findViewById(R.id.customPanel); in setupView()400 if (!parentPanel.isInTouchMode()) { in setupView()
531 final View parentPanel = mWindow.findViewById(R.id.parentPanel); in setupView() local532 final View defaultTopPanel = parentPanel.findViewById(R.id.topPanel); in setupView()533 final View defaultContentPanel = parentPanel.findViewById(R.id.contentPanel); in setupView()534 final View defaultButtonPanel = parentPanel.findViewById(R.id.buttonPanel); in setupView()538 final ViewGroup customPanel = (ViewGroup) parentPanel.findViewById(R.id.customPanel); in setupView()561 if (!parentPanel.isInTouchMode()) { in setupView()
114 dialog.getWindow().findViewById(R.id.parentPanel).setPadding(0, 0, 0, 30); in onCreate()
358 Lcom/android/internal/R$id;->parentPanel:I