Searched refs:customPanel (Results 1 – 6 of 6) sorted by relevance
504 private ViewGroup resolvePanel(@Nullable View customPanel, @Nullable View defaultPanel) { in resolvePanel() argument505 if (customPanel == null) { in resolvePanel()523 if (customPanel instanceof ViewStub) { in resolvePanel()524 customPanel = ((ViewStub) customPanel).inflate(); in resolvePanel()527 return (ViewGroup) customPanel; in resolvePanel()538 final ViewGroup customPanel = (ViewGroup) parentPanel.findViewById(R.id.customPanel); in setupView() local539 setupCustomContent(customPanel); in setupView()541 final View customTopPanel = customPanel.findViewById(R.id.topPanel); in setupView()542 final View customContentPanel = customPanel.findViewById(R.id.contentPanel); in setupView()543 final View customButtonPanel = customPanel.findViewById(R.id.buttonPanel); in setupView()[all …]
159 View customPanelView = getWindow().findViewById(R.id.customPanel); in onCreate()
120 findViewById(com.android.internal.R.id.customPanel).setVisibility(View.VISIBLE); in onCreate()
135 findViewById(com.android.internal.R.id.customPanel).setVisibility(View.VISIBLE); in onCreate()
98 case R.id.customPanel: in tryOnMeasure()
333 Lcom/android/internal/R$id;->customPanel:I