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

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
ResizableDialog.java 75 Rectangle displayBounds = getShell().getDisplay().getBounds();
76 int width = Math.min(displayBounds.width, Math.max(oldBounds.width, defaultSize.x));
77 int height = Math.min(displayBounds.height, Math.max(oldBounds.height, defaultSize.y));
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DurationMinimap.java 523 Rectangle displayBounds = getBoundsFramingCalls(0, mCallCount);
524 return (y - displayBounds.y) * mNumCallsPerPixel;
529 Rectangle displayBounds = getBoundsFramingCalls(0, mCallCount);
530 if (y < displayBounds.y) {
534 if (y > (displayBounds.y + displayBounds.height)) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropDrawingUtils.java 143 public static Matrix getBitmapToDisplayMatrix(RectF imageBounds, RectF displayBounds) {
145 CropDrawingUtils.setBitmapToDisplayMatrix(m, imageBounds, displayBounds);
150 RectF displayBounds) {
152 return m.setRectToRect(imageBounds, displayBounds, Matrix.ScaleToFit.CENTER);
CropMath.java 210 * Stretches/Scales/Translates photoBounds to match displayBounds, and
215 * @param displayBounds final bounds for crop
216 * @return the stretched/scaled/translated crop bounds that fit within displayBounds
219 RectF displayBounds) {
221 m.setRectToRect(photoBounds, displayBounds, Matrix.ScaleToFit.FILL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.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 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 100 milliseconds