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 351 LinearLayout topPanel = (LinearLayout) mWindow.findViewById(R.id.topPanel);
354 boolean hasTitle = setupTitle(topPanel);
385 setBackground(topPanel, contentPanel, customPanel, hasButtons, a, hasTitle, buttonPanel);
389 private boolean setupTitle(LinearLayout topPanel) {
393 // Add the custom title view directly to the topPanel layout
397 topPanel.addView(mCustomTitleView, lp);
536 private void setBackground(LinearLayout topPanel, LinearLayout contentPanel,
576 views[pos] = topPanel;
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventDisplayOptions.java 188 final Composite topPanel = new Composite(mShell, SWT.NONE);
189 topPanel.setLayoutData(new GridData(GridData.FILL_BOTH));
190 topPanel.setLayout(new GridLayout(2, false));
193 Composite leftPanel = new Composite(topPanel, SWT.NONE);
194 Composite rightPanel = new Composite(topPanel, SWT.NONE);
    [all...]
  /sdk/ddms/app/src/com/android/ddms/
UIThread.java     [all...]

Completed in 627 milliseconds