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

  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlert.java 63 findViewById(R.id.topPanel).setVisibility(View.GONE);
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 386 LinearLayout topPanel = (LinearLayout) mWindow.findViewById(R.id.topPanel);
389 boolean hasTitle = setupTitle(topPanel);
429 setBackground(topPanel, contentPanel, customPanel, hasButtons, a, hasTitle, buttonPanel);
433 private boolean setupTitle(LinearLayout topPanel) {
437 // Add the custom title view directly to the topPanel layout
441 topPanel.addView(mCustomTitleView, 0, lp);
481 topPanel.setVisibility(View.GONE);
587 private void setBackground(LinearLayout topPanel, LinearLayout contentPanel,
627 views[pos] = topPanel;
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventDisplayOptions.java 189 final Composite topPanel = new Composite(mShell, SWT.NONE);
190 topPanel.setLayoutData(new GridData(GridData.FILL_BOTH));
191 topPanel.setLayout(new GridLayout(2, false));
194 Composite leftPanel = new Composite(topPanel, SWT.NONE);
195 Composite rightPanel = new Composite(topPanel, SWT.NONE);
    [all...]
  /sdk/ddms/app/src/com/android/ddms/
UIThread.java     [all...]

Completed in 416 milliseconds