OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Panel
(Results
26 - 50
of
85
) sorted by null
1
2
3
4
/external/autotest/frontend/client/src/autotest/common/ui/
NotifyManager.java
8
import com.google.gwt.user.client.ui.
Panel
;
26
private
Panel
innerPanel = new HorizontalPanel();
Paginator.java
12
import com.google.gwt.user.client.ui.
Panel
;
23
protected
Panel
panel
= new FlowPanel();
field in class:Paginator.LinkWithDisable
30
panel
.add(link);
31
panel
.add(label);
35
initWidget(
panel
);
/external/autotest/frontend/client/src/autotest/tko/
SavedQueriesControl.java
28
import com.google.gwt.user.client.ui.
Panel
;
57
Panel
dialogPanel = new VerticalPanel();
58
Panel
widgetPanel = new HorizontalPanel();
63
Panel
buttonPanel = new HorizontalPanel();
FilterSelector.java
16
import com.google.gwt.user.client.ui.
Panel
;
74
private
Panel
filtersPanel = new VerticalPanel();
120
Panel
booleanOpPanel = new HorizontalPanel();
TestDetailView.java
25
import com.google.gwt.user.client.ui.
Panel
;
45
private
Panel
logPanel;
46
private
Panel
attributePanel = new SimplePanel();
50
private DisclosurePanel
panel
;
field in class:TestDetailView.LogFileViewer
73
panel
= new DisclosurePanel(logFileName);
74
panel
.addOpenHandler(this);
75
panel
.addStyleName("log-file-
panel
");
76
initWidget(
panel
);
104
panel
.clear()
[
all
...]
ContentSelect.java
20
import com.google.gwt.user.client.ui.
Panel
;
44
Panel
panel
= new VerticalPanel();
local
47
panel
.add(addLink);
48
panel
.add(contentSelect);
50
initWidget(
panel
);
FilterStringViewer.java
18
import com.google.gwt.user.client.ui.
Panel
;
60
Panel
viewerHeaderPanel = new HorizontalPanel();
SeriesSelector.java
17
import com.google.gwt.user.client.ui.
Panel
;
79
Panel
aggregationPanel = new HorizontalPanel();
SpreadsheetView.java
40
import com.google.gwt.user.client.ui.
Panel
;
83
private
Panel
jobCompletionPanel = new SimplePanel();
142
Panel
filterOptions = new VerticalPanel();
TableView.java
34
import com.google.gwt.user.client.ui.
Panel
;
114
private
Panel
tablePanel = new SimplePanel();
152
Panel
columnPanel = new VerticalPanel();
547
SimplePanel
panel
= new SimplePanel();
local
548
panel
.add(new HTML(statusSummary.formatContents()));
549
panel
.getElement().addClassName(statusSummary.getCssClass());
550
return
panel
;
/external/skia/debugger/QT/
SkSettingsWidget.cpp
18
this->setFrameStyle(QFrame::
Panel
);
SkInspectorWidget.cpp
34
fMatrixAndClipWidget.setFrameStyle(QFrame::
Panel
);
/external/skqp/debugger/QT/
SkSettingsWidget.cpp
18
this->setFrameStyle(QFrame::
Panel
);
SkInspectorWidget.cpp
34
fMatrixAndClipWidget.setFrameStyle(QFrame::
Panel
);
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/
IFWIStitch.bat
28
reg copy "HKCU\Control
Panel
\International" "HKCU\Control
Panel
\International_Temp" /f >nul
29
reg add "HKCU\Control
Panel
\International" /v sShortDate /d "yyyy_MM_dd" /f >nul
31
reg copy "HKCU\Control
Panel
\International_Temp" "HKCU\Control
Panel
\International" /f >nul
32
reg delete "HKCU\Control
Panel
\International_Temp" /f >nul
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
Launcher.java
17
import java.awt.
Panel
;
32
* Application to provide a
panel
of demos to launch
82
Panel
topPanel = new
Panel
();
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarFrame.java
27
import java.awt.
Panel
;
121
Panel
topPanel = new
Panel
();
179
Panel
displayPanel = new
Panel
();
232
// The title, buttons, etc. go in a
panel
at the top of the window
240
// Now create the big calendar
panel
and stick it in the middle
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
HolidayCalendarDemo.java
27
import java.awt.
Panel
;
256
Panel
monthPanel = new
Panel
();
279
// Stick the menu and buttons in a little "control
panel
"
280
Panel
menuPanel = new
Panel
();
308
// The title, buttons, etc. go in a
panel
at the top of the window
309
Panel
topPanel = new
Panel
();
324
// Now create the big calendar
panel
and stick it in the middl
[
all
...]
HolidayBorderPanel.java
17
import java.awt.
Panel
;
20
* Various graphical borders. The border itself is a
Panel
so that it can
22
* HolidayBorderPanel like any other
Panel
: you set the layout that you prefer and
24
* of the
panel
so if you use null layouts, adjust your measurements to
30
public class HolidayBorderPanel extends
Panel
{
169
* Returns the insets of this
panel
..
203
// set the style and re-layout the
panel
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
IchPlatformPolicy.c
217
DxePlatformPchPolicy->UsbConfig->PortSettings[0].
Panel
= PCH_USB_FRONT_PANEL;
218
DxePlatformPchPolicy->UsbConfig->PortSettings[1].
Panel
= PCH_USB_FRONT_PANEL;
219
DxePlatformPchPolicy->UsbConfig->PortSettings[2].
Panel
= PCH_USB_BACK_PANEL;
220
DxePlatformPchPolicy->UsbConfig->PortSettings[3].
Panel
= PCH_USB_BACK_PANEL;
/external/libvncserver/webclients/java-applet/ssl/
SignedVncViewer.jar
VncViewer.jar
/external/autotest/frontend/client/src/autotest/common/spreadsheet/
Spreadsheet.java
23
import com.google.gwt.user.client.ui.
Panel
;
57
private
Panel
rowHeadersClipPanel, columnHeadersClipPanel;
212
* Wrap a widget with a
panel
that will clip its contents rather than grow
215
protected
Panel
wrapWithClipper(Widget w) {
448
* Ensure the row header clip
panel
allows the full width of the row headers
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/
PchPlatformPolicy.h
107
UINT8
Panel
: 1; /// 0: Back
Panel
Port; 1: Front
Panel
Port.
/external/libvncserver/webclients/java-applet/
VncViewer.jar
Completed in 255 milliseconds
1
2
3
4