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

  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
StraightenAction.java 51 RectF displayBounds = photoView.getPhotoDisplayBounds();
52 photoView.clipPhoto(displayBounds);
78 rotateView.setGridBounds(displayBounds);
  /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)) {
  /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 1018 milliseconds