HomeSort by relevance Sort by last modified time
    Searched refs:BOTTOM_LEFT (Results 1 - 25 of 29) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionHandle.java 49 BOTTOM_LEFT(SWT.CURSOR_SIZESW),
66 return this == TOP_LEFT || this == LEFT_MIDDLE || this == BOTTOM_LEFT;
81 return this == BOTTOM_LEFT || this == BOTTOM_MIDDLE || this == BOTTOM_RIGHT;
SelectionHandles.java 112 mHandles.add(new SelectionHandle(x1, y2, Position.BOTTOM_LEFT));
ResizeGesture.java 225 case BOTTOM_LEFT:
245 case BOTTOM_LEFT:
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
NinePatch.java 43 public static final int BOTTOM_LEFT = 6;
96 if (left > 0) patches[BOTTOM_LEFT] = new TextureRegion(region, 0, top + middleHeight, left, bottom);
112 patches[MIDDLE_LEFT] = patches[BOTTOM_LEFT];
115 patches[BOTTOM_LEFT] = null;
161 || (patches[BOTTOM_LEFT] != null && patches[BOTTOM_LEFT].getRegionWidth() != leftWidth)) {
173 if ((patches[BOTTOM_LEFT] != null && patches[BOTTOM_LEFT].getRegionHeight() != bottomHeight)
225 if (patches[BOTTOM_LEFT] != null) {
226 bottomLeft = add(patches[BOTTOM_LEFT], color, false, false);
    [all...]
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardFlip.java 141 rotateCardsFullRotation(stack, CardView.Corner.BOTTOM_LEFT);
194 rotateCards(RIGHT_STACK, CardView.Corner.BOTTOM_LEFT, rotateCardsOut);
210 rotateCards(LEFT_STACK, CardView.Corner.BOTTOM_LEFT, rotateCardsOut);
CardView.java 53 BOTTOM_LEFT,
314 case BOTTOM_LEFT:
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropObject.java 45 public static final int BOTTOM_LEFT = MOVE_BOTTOM | MOVE_LEFT;
133 || selected == BOTTOM_LEFT;
301 } else if (moving_corner == BOTTOM_LEFT) {
CropDrawingUtils.java 93 if ((selection == CropObject.BOTTOM_LEFT) || notMoving) {
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifInterface.java 372 * <li>BOTTOM_LEFT is a 180 degree rotation.</li>
383 public static final short BOTTOM_LEFT = 3;
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 372 * <li>BOTTOM_LEFT is a 180 degree rotation.</li>
383 public static final short BOTTOM_LEFT = 3;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 375 * <li>BOTTOM_LEFT is a 180 degree rotation.</li>
386 public static final short BOTTOM_LEFT = 3;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 372 * <li>BOTTOM_LEFT is a 180 degree rotation.</li>
383 public static final short BOTTOM_LEFT = 3;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 60 public static final int ORI_ROTATE_180 = ExifInterface.Orientation.BOTTOM_LEFT;
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 908 milliseconds

1 2