HomeSort by relevance Sort by last modified time
    Searched full:imagebounds (Results 1 - 8 of 8) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CImageLabel.java 108 Rectangle imageBounds = m_image == null ? new Rectangle(0, 0, 0, 0) : m_image.getBounds();
112 int y = clientArea.y + (clientArea.height - imageBounds.height) / 2;
116 int x = clientArea.x + imageBounds.width + SPACE;
134 Rectangle imageBounds = m_image == null ? new Rectangle(0, 0, 0, 0) : m_image.getBounds();
136 int width = imageBounds.width + SPACE + textExtent.x;
137 int height = Math.max(imageBounds.height, textExtent.y);
CFlatButton.java 99 Rectangle imageBounds = image.getBounds();
101 int x = ca.x + (ca.width - imageBounds.width) / 2;
102 int y = ca.y + (ca.height - imageBounds.height) / 2;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/
ImageCanvas.java 161 Rectangle imageBounds = mImage.getBounds();
162 scroll(destX, 0, 0, 0, imageBounds.width, imageBounds.height, false);
173 Rectangle imageBounds = mImage.getBounds();
174 scroll(0, destY, 0, 0, imageBounds.width, imageBounds.height, false);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 78 Rectangle imageBounds = image.getBounds();
79 gc.drawImage(image, x, y + (height - imageBounds.height) / 2);
88 Rectangle imageBounds = image.getBounds();
89 int centerX = (width - imageBounds.width) / 2;
90 int centerY = y + (height - imageBounds.height) / 2;
230 Rectangle imageBounds = image.getBounds();
231 int imageWidth = imageBounds.width;
232 int imageHeight = imageBounds.height;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 68 final int imageBounds = res.getDimensionPixelSize(R.dimen.status_bar_icon_drawing_size);
69 final float scale = (float)imageBounds / (float)outerBounds;
83 final int imageBounds = res.getDimensionPixelSize(R.dimen.status_bar_icon_drawing_size);
84 final float scale = (float)imageBounds / (float)outerBounds;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Ticker.java 152 final int imageBounds = res.getDimensionPixelSize(R.dimen.status_bar_icon_drawing_size);
153 mIconScale = (float)imageBounds / (float)outerBounds;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 676 milliseconds