HomeSort by relevance Sort by last modified time
    Searched refs:contentPanel (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 454 final ViewGroup contentPanel = (ViewGroup) mWindow.findViewById(R.id.contentPanel);
455 setupContent(contentPanel);
521 setBackground(a, topPanel, contentPanel, customPanel, buttonPanel, hasTitle, hasCustomView,
576 private void setupContent(ViewGroup contentPanel) {
599 contentPanel.setVisibility(View.GONE);
648 contentPanel.removeView(indicatorUp);
651 contentPanel.removeView(indicatorDown);
738 private void setBackground(TypedArray a, View topPanel, View contentPanel, View customPanel,
791 /* The contentPanel displays either a custom text message o
    [all...]
ResolverActivity.java 292 final ResolverDrawerLayout rdl = (ResolverDrawerLayout) findViewById(R.id.contentPanel);
    [all...]

Completed in 146 milliseconds