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

  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 471 final FrameLayout customPanel = (FrameLayout) mWindow.findViewById(R.id.customPanel);
477 customView = inflater.inflate(mViewLayoutResId, customPanel, false);
498 ((LinearLayout.LayoutParams) customPanel.getLayoutParams()).weight = 0;
501 customPanel.setVisibility(View.GONE);
519 setBackground(a, topPanel, contentPanel, customPanel, buttonPanel, hasTitle, hasCustomView,
673 private void setBackground(TypedArray a, View topPanel, View contentPanel, View customPanel,
736 views[pos] = customPanel;
    [all...]
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutDialogFragment.java 210 View customPanel = dialog.findViewById(com.android.internal.R.id.customPanel);
211 customPanel.setVisibility(mAdapter.getCount() > 1 ? View.VISIBLE : View.GONE);

Completed in 321 milliseconds