Searched refs:getDevice (Results 1 - 25 of 31) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
H A DOverlay.java70 public Device getDevice() { method in class:Overlay
H A DIncludeOverlay.java70 Color bg = gc.getDevice().getSystemColor(SWT.COLOR_WIDGET_BACKGROUND);
H A DGCWrapper.java145 c = new ColorWrapper(new Color(getGc().getDevice(),
507 color = new Color(getGc().getDevice(), defaultColorDesc);
H A DImageOverlay.java425 awtImage = SwtReadyBufferedImage.createImage(w, h, getDevice());
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
H A DDeviceBridge.java436 connection = new DeviceConnection(window.getDevice());
463 ViewServerInfo serverInfo = getViewServerInfo(window.getDevice());
470 + window.getDevice());
483 connection = new DeviceConnection(window.getDevice());
488 protocol = sViewServerInfo.get(window.getDevice()).protocolVersion;
501 + " on device " + window.getDevice());
539 connection = new DeviceConnection(window.getDevice());
545 + window.getTitle() + " on device " + window.getDevice());
559 connection = new DeviceConnection(window.getDevice());
578 + window.getDevice());
[all...]
H A DWindow.java56 public IDevice getDevice() { method in class:Window
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
H A DDeviceSelector.java84 return ((Window) element).getDevice();
142 int focusedWindow = mModel.getFocusedWindow(((Window) element).getDevice());
284 && ((Window) selection.getFirstElement()).getDevice() == device) {
309 && ((Window) selection.getFirstElement()).getDevice() == device) {
337 mModel.setSelection(((Window) selection).getDevice(), (Window) selection);
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
H A DMethodProfilingHandler.java87 final IDevice device = client.getDevice();
90 final SyncService sync = client.getDevice().getSyncService();
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
H A DConfigurationTest.java79 ConfigurationChooser.getDeviceLabel(configuration.getDevice(), true));
81 ConfigurationChooser.getDeviceLabel(configuration.getDevice(), false));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
H A DDelayedLaunchInfo.java109 public IDevice getDevice() { method in class:DelayedLaunchInfo
H A DAndroidLaunchController.java116 * <p>Once an emulator has connected, {@link DelayedLaunchInfo#getDevice()} is set and the
745 simpleLaunch(launchInfo, launchInfo.getDevice());
1535 if (launchInfo.getDevice() == device) {
1544 if (launchInfo.getDevice() == device) {
1594 IDevice device = client.getDevice();
1600 if (launchInfo.getDevice() == device) {
1682 if (client.getDevice() == launchInfo.getDevice() &&
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
H A DConfiguration.java152 public Device getDevice() { method in class:Configuration
408 Device device = getDevice();
456 Device device = getDevice();
781 Device device = getDevice();
803 Device device = getDevice();
873 Device device = getDevice();
H A DOrientationMenuAction.java64 Device device = configuration.getDevice();
H A DConfigurationChooser.java397 Device device = mConfiguration.getDevice();
476 if (mConfiguration.getDevice() == null) {
592 selectDevice(configuration.getDevice());
604 selectDevice(configuration.getDevice());
731 selectDevice(mConfiguration.getDevice());
1289 Device prevDevice = mConfiguration.getDevice();
1763 Device device = mConfiguration.getDevice();
H A DDeviceMenuListener.java73 Device current = configuration.getDevice();
H A DConfigurationMatcher.java175 Device device = configuration.getDevice();
336 mConfigChooser.selectDevice(configuration.getDevice());
368 mConfigChooser.selectDevice(configuration.getDevice());
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/
H A DHierarchyViewerDirector.java191 if (PixelPerfectModel.getModel().getDevice() == device) {
195 if (treeViewWindow != null && treeViewWindow.getDevice() == device) {
239 final IDevice device = PixelPerfectModel.getModel().getDevice();
271 final IDevice device = PixelPerfectModel.getModel().getDevice();
/sdk/uiautomatorviewer/src/com/android/uiautomator/
H A DUiAutomatorView.java125 Transform t = new Transform(e.gc.getDevice());
136 e.gc.setForeground(e.gc.getDevice().getSystemColor(SWT.COLOR_YELLOW));
137 e.gc.setBackground(e.gc.getDevice().getSystemColor(SWT.COLOR_YELLOW));
152 e.gc.setForeground(e.gc.getDevice().getSystemColor(SWT.COLOR_RED));
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
H A DDevicePanel.java123 return ((Client)element).getDevice();
647 IDevice device = client.getDevice();
759 device = client.getDevice();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
H A DXmlPropertyEditor.java168 Color color = new Color(gc.getDevice(), rgb);
206 swtImage = SwtUtils.convertToSwt(gc.getDevice(), drawable,
244 swtImage = SwtUtils.convertToSwt(gc.getDevice(),
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
H A DCollectTraceAction.java104 IDevice device = getDevice(traceOptions.device);
378 private IDevice getDevice(String deviceName) { method in class:CollectTraceAction
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/
H A DDeviceManager.java136 Device d = getDevice(sdkLocation, name, manufacturer);
144 public Device getDevice(@Nullable String sdkLocation, String name, String manufacturer) { method in class:DeviceManager
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/models/
H A DPixelPerfectModel.java223 public IDevice getDevice() { method in class:PixelPerfectModel
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
H A DUiFlagAttributeNode.java267 Font font = fontDesc.createFont(JFaceResources.getDialogFont().getDevice());
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
H A DClient.java155 public IDevice getDevice() { method in class:Client

Completed in 236 milliseconds

12