Searched defs:customPanel (Results 1 – 2 of 2) sorted by relevance
461 private ViewGroup resolvePanel(@Nullable View customPanel, @Nullable View defaultPanel) { in resolvePanel()495 final ViewGroup customPanel = (ViewGroup) parentPanel.findViewById(R.id.customPanel); in setupView() local566 private void setupCustomContent(ViewGroup customPanel) { in setupCustomContent()758 private void setBackground(TypedArray a, View topPanel, View contentPanel, View customPanel, in setBackground()
425 final FrameLayout customPanel = (FrameLayout) mWindow.findViewById(R.id.customPanel); in setupView() local