Home
last modified time | relevance | path

Searched refs:Panel (Results 1 – 25 of 103) sorted by relevance

12345

/external/python/cpython2/Doc/library/
Dcurses.panel.rst47 Panel Objects
50 Panel objects, as returned by :func:`new_panel` above, are windows with a
55 Panel objects have the following methods:
58 .. method:: Panel.above()
63 .. method:: Panel.below()
68 .. method:: Panel.bottom()
73 .. method:: Panel.hidden()
78 .. method:: Panel.hide()
84 .. method:: Panel.move(y, x)
89 .. method:: Panel.replace(win)
[all …]
/external/python/cpython3/Doc/library/
Dcurses.panel.rst49 Panel Objects
52 Panel objects, as returned by :func:`new_panel` above, are windows with a
57 Panel objects have the following methods:
60 .. method:: Panel.above()
65 .. method:: Panel.below()
70 .. method:: Panel.bottom()
75 .. method:: Panel.hidden()
80 .. method:: Panel.hide()
86 .. method:: Panel.move(y, x)
91 .. method:: Panel.replace(win)
[all …]
/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewDisplay.java39 import com.google.gwt.user.client.ui.Panel;
173 Panel profilerControls = new VerticalPanel(); in initialize()
189 Panel controlEditPanel = new VerticalPanel(); in initialize()
194 Panel controlHeaderPanel = new HorizontalPanel(); in initialize()
208 Panel priorityPanel = new HorizontalPanel(); in initialize()
214 Panel timeoutPanel = new HorizontalPanel(); in initialize()
220 Panel maxRuntimePanel = new HorizontalPanel(); in initialize()
226 Panel testRetryPanel = new HorizontalPanel(); in initialize()
232 Panel emailListPanel = new HorizontalPanel(); in initialize()
238 Panel skipVerifyPanel = new HorizontalPanel(); in initialize()
[all …]
/external/autotest/frontend/client/src/autotest/afe/
DHostSelectorDisplay.java14 import com.google.gwt.user.client.ui.Panel;
30 private Panel availableTablePanel, selectedTablePanel;
44 Panel hostnamePanel = new VerticalPanel(); in HostSelectorDisplay()
50 Panel lowerPanel = new HorizontalPanel(); in HostSelectorDisplay()
57 Panel labelPanel = new VerticalPanel(); in HostSelectorDisplay()
58 Panel labelTop = new HorizontalPanel(); in HostSelectorDisplay()
62 Panel labelBottom = new HorizontalPanel(); in HostSelectorDisplay()
79 Panel outerPanel = new VerticalPanel(); in HostSelectorDisplay()
DTestSelectorDisplay.java20 import com.google.gwt.user.client.ui.Panel;
46 Panel testTypePanel = new HorizontalPanel(); in TestSelectorDisplay()
51 Panel testFilterPanel = new HorizontalPanel(); in TestSelectorDisplay()
55 Panel testInfoPanel = new VerticalPanel(); in TestSelectorDisplay()
65 Panel container = new VerticalPanel(); in TestSelectorDisplay()
DRadioChooserDisplay.java7 import com.google.gwt.user.client.ui.Panel;
10 private Panel container = new HorizontalPanel();
DJobOwnerFilter.java16 import com.google.gwt.user.client.ui.Panel;
28 private Panel parentPanel;
41 Panel selectUserPanel = new HorizontalPanel(); in JobOwnerFilter()
DControlTypeSelectDisplay.java7 import com.google.gwt.user.client.ui.Panel;
14 private Panel panel = new HorizontalPanel();
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
DRbnfDemo.java23 import java.awt.Panel;
81 Panel mainPanel = new Panel(); in createDemoFrame()
250 Panel leftPanel = new Panel(); in createDemoFrame()
252 Panel panel = new Panel(); in createDemoFrame()
254 Panel panel1 = new Panel(); in createDemoFrame()
256 panel1.add(new Panel()); in createDemoFrame()
260 Panel panel2 = new Panel(); in createDemoFrame()
295 panel2.add(new Panel()); in createDemoFrame()
333 Panel rightPanel = new Panel(); in createDemoFrame()
377 Panel menuPanel = new Panel(); in createDemoFrame()
[all …]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DInfoDialog.java16 import java.awt.Panel;
30 protected Panel bottom;
36 public Panel getBottom() { in getBottom()
57 bottom = new Panel(); in InfoDialog()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarCalc.java23 import java.awt.Panel;
177 Panel topPanel = new Panel(); in buildGUI()
217 Panel rollAddPanel=new Panel(); in buildGUI()
221 Panel rollAddBoxes = new Panel(); in buildGUI()
244 Panel upDown = new Panel(); in buildGUI()
265 Panel localePanel = new Panel(); in buildGUI()
319 Panel copyrightPanel = new Panel(); in buildGUI()
/external/perfetto/ui/src/frontend/
Dpanel.ts22 export abstract class Panel<Attrs = {}> implements m.ClassComponent<Attrs> { class
30 export type PanelVNode<Attrs = {}> = m.Vnode<Attrs, Panel<Attrs>>;
36 tag.prototype instanceof Panel);
Dcpu_profile_panel.ts19 import {Panel} from './panel';
23 export class CpuProfileDetailsPanel extends Panel<CpuProfileDetailsPanelAttrs> {
Dcounter_panel.ts20 import {Panel} from './panel';
24 export class CounterDetailsPanel extends Panel<CounterDetailsPanelAttrs> {
Dtime_axis_panel.ts22 import {Panel, PanelSize} from './panel';
24 export class TimeAxisPanel extends Panel {
/external/autotest/frontend/client/src/autotest/tko/
DSpreadsheetHeaderSelectorView.java14 import com.google.gwt.user.client.ui.Panel;
35 Panel singleHeaderOptions = new VerticalPanel(); in SpreadsheetHeaderSelectorView()
41 Panel fixedValuePanel = new VerticalPanel(); in SpreadsheetHeaderSelectorView()
45 Panel panel = new VerticalPanel(); in SpreadsheetHeaderSelectorView()
DWidgetList.java8 import com.google.gwt.user.client.ui.Panel;
25 private Panel widgetPanel = new VerticalPanel();
38 Panel outerPanel = new VerticalPanel(); in WidgetList()
DTestLabelManager.java21 import com.google.gwt.user.client.ui.Panel;
63 Panel selectPanel = new VerticalPanel(); in TestLabelManager()
69 Panel createPanel = new VerticalPanel(); in TestLabelManager()
75 Panel buttonPanel = new HorizontalPanel(); in TestLabelManager()
79 Panel dialogPanel = new VerticalPanel(); in TestLabelManager()
DCommonPanel.java20 import com.google.gwt.user.client.ui.Panel;
54 private Panel allControlsPanel = RootPanel.get("common_all_controls");
82 Panel titlePanel = new HorizontalPanel(); in initialize()
86 Panel attributeFilters = new VerticalPanel(); in initialize()
91 Panel commonFilterPanel = new VerticalPanel(); in initialize()
DParameterizedFieldListDisplay.java14 import com.google.gwt.user.client.ui.Panel;
43 Panel addFieldPanel = new HorizontalPanel(); in ParameterizedFieldListDisplay()
56 Panel container = new VerticalPanel(); in ParameterizedFieldListDisplay()
/external/autotest/frontend/client/src/autotest/common/ui/
DDoubleListSelector.java13 import com.google.gwt.user.client.ui.Panel;
21 private Panel container = new HorizontalPanel();
36 Panel moveButtonPanel = new VerticalPanel(); in DoubleListSelector()
42 Panel reorderButtonPanel = new VerticalPanel(); in DoubleListSelector()
DCustomTabPanel.java20 import com.google.gwt.user.client.ui.Panel;
35 protected Panel otherWidgetsPanel = new HorizontalPanel();
36 private Panel commonAreaPanel = new VerticalPanel();
167 public Panel getOtherWidgetsPanel() { in getOtherWidgetsPanel()
171 public Panel getCommonAreaPanel() { in getCommonAreaPanel()
/external/autotest/frontend/client/src/autotest/common/table/
DRadioButtonSetFilter.java6 import com.google.gwt.user.client.ui.Panel;
13 private Panel panel;
22 public RadioButtonSetFilter(Panel panel, String name) { in RadioButtonSetFilter()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDemoUtility.java19 import java.awt.Panel;
87 public static Panel createSpacer() { in createSpacer()
88 Panel spacer = new Panel(); in createSpacer()
/external/javassist/sample/rmi/
DAlertDialog.java16 Panel p = new Panel(); in AlertDialog()

12345