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 397 FrameLayout customPanel = null;
399 customPanel = (FrameLayout) mWindow.findViewById(R.id.customPanel);
407 ((LinearLayout.LayoutParams) customPanel.getLayoutParams()).weight = 0;
410 mWindow.findViewById(R.id.customPanel).setVisibility(View.GONE);
429 setBackground(topPanel, contentPanel, customPanel, hasButtons, a, hasTitle, buttonPanel);
588 View customPanel, boolean hasButtons, TypedArray a, boolean hasTitle,
641 if (customPanel != null) {
642 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 146 milliseconds