Searched refs:customPanel (Results 1 – 6 of 6) sorted by relevance
505 private ViewGroup resolvePanel(@Nullable View customPanel, @Nullable View defaultPanel) { in resolvePanel() argument506 if (customPanel == null) { in resolvePanel()524 if (customPanel instanceof ViewStub) { in resolvePanel()525 customPanel = ((ViewStub) customPanel).inflate(); in resolvePanel()528 return (ViewGroup) customPanel; in resolvePanel()539 final ViewGroup customPanel = (ViewGroup) parentPanel.findViewById(R.id.customPanel); in setupView() local540 setupCustomContent(customPanel); in setupView()542 final View customTopPanel = customPanel.findViewById(R.id.topPanel); in setupView()543 final View customContentPanel = customPanel.findViewById(R.id.contentPanel); in setupView()544 final View customButtonPanel = customPanel.findViewById(R.id.buttonPanel); in setupView()[all …]
159 View customPanelView = getWindow().findViewById(R.id.customPanel); in onCreate()
118 findViewById(com.android.internal.R.id.customPanel).setVisibility(View.VISIBLE); in onCreate()
136 findViewById(com.android.internal.R.id.customPanel).setVisibility(View.VISIBLE); in onCreate()
98 case R.id.customPanel: in tryOnMeasure()
808 Lcom/android/internal/R$id;->customPanel:I