/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
PropertyTableTooltipHelper.java | 160 tooltipLocation = m_table.toDisplay(new Point(startX, m_y)); 162 tooltipLocation = m_table.toDisplay(new Point(startX, m_y + m_rowHeight));
|
PropertyTooltipProvider.java | 100 p = tooltipControl.toDisplay(p);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ControlPoint.java | 193 return mCanvas.toDisplay(x, y);
|
LintTooltipManager.java | 129 Point pos = mCanvas.toDisplay(rect.x, rect.y + rect.height);
|
LayoutActionBar.java | 468 location = combo.getParent().toDisplay(location);
|
OutlinePage.java | [all...] |
PaletteControl.java | 175 Point point = toolbar.toDisplay(bounds.x, bounds.y + bounds.height); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
LocaleMenuListener.java | 120 location = combo.getParent().toDisplay(location);
|
TargetMenuListener.java | 122 location = combo.getParent().toDisplay(location);
|
ActivityMenuListener.java | 136 location = combo.getParent().toDisplay(location);
|
DeviceMenuListener.java | 194 location = combo.getParent().toDisplay(location);
|
OrientationMenuAction.java | 90 location = combo.getParent().toDisplay(location);
|
ConfigurationMenuListener.java | 259 location = combo.getParent().toDisplay(location);
|
ThemeMenuAction.java | 168 location = combo.getParent().toDisplay(location);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
MailActionBarView.java | 707 final int toDisplay = (folderUnreadCount > UNREAD_LIMIT) 709 if ((mUnreadCount != toDisplay || folderChanged) && toDisplay != 0) { 710 setSubtitle(Utils.getUnreadMessageString(mActivity.getApplicationContext(), toDisplay)); 714 removeUnreadCount(toDisplay == 0); 716 mUnreadCount = toDisplay; [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
CCombo3.java | 220 Point displayLocation = m_text.toDisplay(new Point(event.x, event.y)); 331 //popupLocation = getParent().toDisplay(getLocation()); 332 popupLocation = toDisplay(new Point(0, 0));
|
CComboBox.java | 582 Point comboLocation = toDisplay(new Point(0, 0));
|
CTableCombo.java | 512 Point point = getParent().toDisplay(getLocation());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
SectionHelper.java | 317 ic.setLocation(control.toDisplay(10, 25)); // same offset as in PDETextHover
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ConfigTab.java | 189 Point location = ConfigTab.this.table.toDisplay(new Point(e.x, e.y));
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/ |
FlyoutControlComposite.java | 553 Point p = ((Control) event.widget).toDisplay(event.x, event.y); [all...] |
/prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/ |
swt-3.5.0.jar | |
/prebuilts/tools/darwin-x86/swt/ |
swt.jar | |
/prebuilts/tools/darwin-x86_64/swt/ |
swt.jar | |
/prebuilts/tools/linux-x86/swt/ |
swt.jar | |