HomeSort by relevance Sort by last modified time
    Searched refs:displayBounds (Results 1 - 12 of 12) 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));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsViewLayoutAlgorithm.java 50 Rect db = stack.displayBounds;
  /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)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
RecentsTaskLoadPlan.java 100 Rect displayBounds = mSystemServicesProxy.getWindowRect();
184 stack.setBounds(displayBounds, displayBounds);
186 stack.setBounds(info.bounds, displayBounds);
TaskStack.java 182 public final Rect displayBounds = new Rect();
204 public void setBounds(Rect stackBounds, Rect displayBounds) {
206 this.displayBounds.set(displayBounds);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropDrawingUtils.java 161 public static Matrix getBitmapToDisplayMatrix(RectF imageBounds, RectF displayBounds) {
163 CropDrawingUtils.setBitmapToDisplayMatrix(m, imageBounds, displayBounds);
168 RectF displayBounds) {
170 return m.setRectToRect(imageBounds, displayBounds, Matrix.ScaleToFit.CENTER);
CropMath.java 209 * Stretches/Scales/Translates photoBounds to match displayBounds, and
214 * @param displayBounds final bounds for crop
215 * @return the stretched/scaled/translated crop bounds that fit within displayBounds
218 RectF displayBounds) {
220 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/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 257 milliseconds