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

  /external/autotest/frontend/client/src/autotest/afe/
HostSelectorDisplay.java 79 Panel outerPanel = new VerticalPanel();
80 outerPanel.add(hostSelectorTitle);
81 outerPanel.add(tabPanel);
82 outerPanel.add(selectedTablePanel);
83 outerPanel.addStyleName("panel-boundedwidth");
84 outerPanel.addStyleName("data-table-outlined-gray");
85 initWidget(outerPanel);
  /external/autotest/frontend/client/src/autotest/common/ui/
NotifyManager.java 25 private PopupPanel outerPanel;
30 outerPanel = new PopupPanel(autoHide);
31 outerPanel.setStyleName("notify");
34 outerPanel.add(innerPanel);
42 outerPanel.hide();
46 outerPanel.show();
47 outerPanel.getElement().getStyle().setProperty("position", "fixed");
  /external/autotest/frontend/client/src/autotest/tko/
WidgetList.java 38 Panel outerPanel = new VerticalPanel();
39 outerPanel.add(widgetPanel);
40 outerPanel.add(addLinksPanel);
41 initWidget(outerPanel);

Completed in 181 milliseconds