Home
last modified time | relevance | path

Searched refs:panel (Results 1 – 3 of 3) sorted by relevance

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DScreenViewer.java87 JPanel panel = buildViewerAndControls(); in ScreenViewer() local
88 add(panel, new GridBagConstraints(0, 0, 1, 1, 0.3f, 1.0f, in ScreenViewer()
129 JPanel panel = new JPanel(new GridBagLayout()); in buildViewerAndControls() local
135 panel.add(scroller, in buildViewerAndControls()
139 buildSlider(panel, "Overlay:", "0%", "100%", 0, 100, 30, 1).addChangeListener( in buildViewerAndControls()
147 buildOverlayExtraControls(panel); in buildViewerAndControls()
148 buildSlider(panel, "Refresh Rate:", "1s", "40s", 1, 40, 5, 1).addChangeListener( in buildViewerAndControls()
157 zoomSlider = buildSlider(panel, "Zoom:", "2x", "24x", 2, 24, 8, 2); in buildViewerAndControls()
167 panel.add(Box.createVerticalGlue(), in buildViewerAndControls()
171 return panel; in buildViewerAndControls()
[all …]
DWorkspace.java247 JPanel panel = new JPanel(new GridBagLayout()); in buildDeviceSelector() local
249 panel.setBorder(new UnifiedContentBorder()); in buildDeviceSelector()
265 panel.add(devicesScroller, new GridBagConstraints(0, 0, 1, 1, 0.5, 1.0, in buildDeviceSelector()
278 panel.add(windowsScroller, new GridBagConstraints(2, 0, 1, 1, 0.5, 1.0, in buildDeviceSelector()
282 return panel; in buildDeviceSelector()
824 JPanel panel = new JPanel(new BorderLayout()); in showCaptureWindow() local
872 panel.add(toolBar, BorderLayout.NORTH); in showCaptureWindow()
873 panel.add(solidColor); in showCaptureWindow()
874 frame.add(panel); in showCaptureWindow()
/sdk/docs/
Dhowto_use_cupcake_sdk.txt112 - In the properties, open the Android panel and select the platform to use.
113 The SDK comes with a 1.5 platform. Select it and close the properties panel.