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

  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 458 final ViewGroup topPanel = (ViewGroup) mWindow.findViewById(R.id.topPanel);
461 final boolean hasTitle = setupTitle(topPanel);
521 setBackground(a, topPanel, contentPanel, customPanel, buttonPanel, hasTitle, hasCustomView,
526 private boolean setupTitle(ViewGroup topPanel) {
530 // Add the custom title view directly to the topPanel layout
534 topPanel.addView(mCustomTitleView, 0, lp);
569 topPanel.setVisibility(View.GONE);
738 private void setBackground(TypedArray a, View topPanel, View contentPanel, View customPanel,
786 views[pos] = topPanel;
    [all...]
  /prebuilts/devtools/tools/lib/
ddms.jar 
ddmuilib.jar 

Completed in 1238 milliseconds