Home
last modified time | relevance | path

Searched refs:add (Results 1 – 25 of 32) sorted by relevance

12

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DWorkspace.java191 add(buildMainPanel()); in Workspace()
220 mainPanel.add(commandButtonsPanel, BorderLayout.PAGE_START); in buildMainPanel()
221 mainPanel.add(deviceSelector = buildDeviceSelector(), BorderLayout.CENTER); in buildMainPanel()
222 mainPanel.add(buildStatusPanel(), BorderLayout.SOUTH); in buildMainPanel()
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()
334 leftSide.add(Box.createHorizontalStrut(6)); in buildStatusPanel()
349 group.add(graphViewButton); in buildStatusPanel()
350 leftSide.add(graphViewButton); in buildStatusPanel()
363 group.add(pixelPerfectViewButton); in buildStatusPanel()
[all …]
DScreenViewer.java88 add(panel, new GridBagConstraints(0, 0, 1, 1, 0.3f, 1.0f, in ScreenViewer()
93 add(loupePanel, new GridBagConstraints(1, 0, 1, 1, 0.7f, 1.0f, in ScreenViewer()
110 loupePanel.add(crosshairPanel); in buildLoupePanel()
112 loupePanel.add(status, BorderLayout.SOUTH); in buildLoupePanel()
135 panel.add(scroller, in buildViewerAndControls()
167 panel.add(Box.createVerticalGlue(), in buildViewerAndControls()
186 extras.add(loadOverlay); in buildOverlayExtraControls()
196 extras.add(showInLoupe); in buildOverlayExtraControls()
198 panel.add(extras, new GridBagConstraints(1, y++, 1, 1, 1.0f, 0.0f, in buildOverlayExtraControls()
216 panel.add(new JLabel(title), new GridBagConstraints(0, y, 1, 1, 1.0f, 0.0f, in buildSlider()
[all …]
/sdk/files/
DREADME_add-ons.txt2 Drop vendor supplied SDK add-on in this folder.
DNOTICE130 do not modify the License. You may add Your own attribution
136 You may add Your own copyright statement to Your modifications and
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
DPropertiesTableModel.java47 privateProperties.add(property); in loadPrivateProperties()
52 privateProperties.add(property); in loadPrivateProperties()
/sdk/find_java/src/source/
Dutils.h152 CString& add(const char *str) { in add() function
162 CString& add(const char *str, int length) { in add() function
260 if (n > 0 && s[0] != '\\' && mStr[n-1] != '\\') add("\\"); in addPath()
261 add(s); in addPath()
Dutils.cpp50 formatted.add("\r\n"); in displayLastError()
51 formatted.add(error.cstr()); in displayLastError()
/sdk/find_lock/
Dfind_lock.cpp444 outStr->add(" ("); in getProcessName()
445 outStr->add(name2.cstr()); in getProcessName()
446 outStr->add(")"); in getProcessName()
720 outModule->add(";"); in findLock()
722 outModule->add(procName.cstr()); in findLock()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewHierarchyLoader.java109 parent.children.add(lastNode); in loadScene()
173 node.properties.add(property); in loadProperties()
DWindowsLoader.java71 windows.add(w); in loadWindows()
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
DConnection.java181 mChannels.add(channel); in registerChannel()
386 mPendingSockets.add(sk); in onAccept()
/sdk/testapps/testSensors/src/com/android/tests/testsensors/
DTestSensorsActivity.java225 mSensors.add(to_add); in onCreate()
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
DControllerService.java124 mListeners.add(listener); in addControllerListener()
/sdk/templates/docs/
Djquery-1.8.0.min.js2add(b,c,h[c][d])}g.data&&(g.data=p.extend({},g.data))}function bE(a,b){var c;if(b.nodeType!==1)ret… method
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
DSensorChannel.java99 mSensors.add(to_add); in SensorChannel()
/sdk/eventanalyzer/src/com/android/eventanalyzer/
DEventAnalyzer.java447 list.add(value); in addLaunchTime()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
DPsdFile.java248 mLayers.add(new Layer(name, image, offset, visible)); in addLayer()
/sdk/apps/SdkController/
DNOTICE130 do not modify the License. You may add Your own attribution
136 You may add Your own copyright statement to Your modifications and
/sdk/avdlauncher/
DNOTICE130 do not modify the License. You may add Your own attribution
136 You may add Your own copyright statement to Your modifications and
/sdk/emulator/
DNOTICE130 do not modify the License. You may add Your own attribution
136 You may add Your own copyright statement to Your modifications and
/sdk/files/ant/
DNOTICE130 do not modify the License. You may add Your own attribution
136 You may add Your own copyright statement to Your modifications and
/sdk/annotations/
DNOTICE130 do not modify the License. You may add Your own attribution
136 You may add Your own copyright statement to Your modifications and
/sdk/apkbuilder/
DNOTICE130 do not modify the License. You may add Your own attribution
136 You may add Your own copyright statement to Your modifications and
/sdk/eventanalyzer/
DNOTICE130 do not modify the License. You may add Your own attribution
136 You may add Your own copyright statement to Your modifications and
/sdk/dumpeventlog/
DNOTICE130 do not modify the License. You may add Your own attribution
136 You may add Your own copyright statement to Your modifications and

12