Searched refs:customPanel (Results 1 – 6 of 6) sorted by relevance
502 private ViewGroup resolvePanel(@Nullable View customPanel, @Nullable View defaultPanel) { in resolvePanel() argument503 if (customPanel == null) { in resolvePanel()521 if (customPanel instanceof ViewStub) { in resolvePanel()522 customPanel = ((ViewStub) customPanel).inflate(); in resolvePanel()525 return (ViewGroup) customPanel; in resolvePanel()536 final ViewGroup customPanel = (ViewGroup) parentPanel.findViewById(R.id.customPanel); in setupView() local537 setupCustomContent(customPanel); in setupView()539 final View customTopPanel = customPanel.findViewById(R.id.topPanel); in setupView()540 final View customContentPanel = customPanel.findViewById(R.id.contentPanel); in setupView()541 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()
333 Lcom/android/internal/R$id;->customPanel:I