Searched refs:customPanel (Results 1 – 8 of 8) sorted by relevance
344 if (customPanel == null) { in resolvePanel()362 if (customPanel instanceof ViewStub) { in resolvePanel()363 customPanel = ((ViewStub) customPanel).inflate(); in resolvePanel()366 return (ViewGroup) customPanel; in resolvePanel()377 final ViewGroup customPanel = parentPanel.findViewById(R.id.customPanel); in setupView() local378 setupCustomContent(customPanel); in setupView()393 final boolean hasCustomPanel = customPanel != null in setupView()394 && customPanel.getVisibility() != View.GONE; in setupView()463 private void setupCustomContent(ViewGroup customPanel) { in setupCustomContent() argument489 customPanel.setVisibility(View.GONE); in setupCustomContent()[all …]
97 case R.id.customPanel: in tryOnMeasure()
505 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()554 final boolean hasCustomPanel = customPanel != null in setupView()555 && customPanel.getVisibility() != View.GONE; in setupView()656 private void setupCustomContent(ViewGroup customPanel) { in setupCustomContent() argument686 customPanel.setVisibility(View.GONE); in setupCustomContent()[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