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

1 2

  /packages/apps/Mms/src/com/android/mms/ui/
Divot.java 40 public static final int TOP_LEFT = 7;
58 "top_left",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionHandle.java 51 TOP_LEFT(SWT.CURSOR_SIZENW);
66 return this == TOP_LEFT || this == LEFT_MIDDLE || this == BOTTOM_LEFT;
76 return this == TOP_LEFT || this == TOP_MIDDLE || this == TOP_RIGHT;
SelectionHandles.java 109 mHandles.add(new SelectionHandle(x1, y1, Position.TOP_LEFT));
ResizeGesture.java 232 case TOP_LEFT:
243 case TOP_LEFT:
  /external/chromium/chrome/browser/ui/views/bubble/
border_contents_unittest.cc 43 BubbleBorder::TOP_LEFT,
47 // The arrow shouldn't have changed from TOP_LEFT.
65 // The arrow should have changed to TOP_LEFT.
81 // The arrow should have changed to TOP_LEFT.
97 // The arrow should have changed to TOP_LEFT.
124 BubbleBorder::TOP_LEFT,
140 BubbleBorder::TOP_LEFT,
156 BubbleBorder::TOP_LEFT,
198 BubbleBorder::TOP_LEFT,
bubble_border.cc 56 case TOP_LEFT:
84 case TOP_LEFT:
122 case TOP_LEFT:
264 if (arrow_location_ == TOP_LEFT || arrow_location_ == TOP_RIGHT) {
bubble_border.h 24 TOP_LEFT = 0,
border_contents.cc 15 BubbleBorder::ArrowLocation arrow_location = BubbleBorder::TOP_LEFT;
  /packages/apps/Camera/src/com/android/camera/
Exif.java 48 case ExifTag.Orientation.TOP_LEFT:
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropObject.java 43 public static final int TOP_LEFT = MOVE_TOP | MOVE_LEFT;
133 return selected == TOP_LEFT || selected == TOP_RIGHT || selected == BOTTOM_RIGHT
227 if (movingEdges == TOP_LEFT || movingEdges == BOTTOM_RIGHT) {
305 } else if (moving_corner == TOP_LEFT) {
CropDrawingUtils.java 69 if ((selection == CropObject.TOP_LEFT) || notMoving) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
FolderDecorator.java 82 decoration.addOverlay(mDescriptor, IDecoration.TOP_LEFT);
  /external/chromium/chrome/browser/ui/views/location_bar/
page_action_image_view.cc 88 BubbleBorder::TOP_LEFT : BubbleBorder::TOP_RIGHT;
location_bar_view.cc     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 53 private static final int TOP_LEFT = MOVE_TOP | MOVE_LEFT;
353 } else if (moving_corner == TOP_LEFT) {
410 if (movingEdges == TOP_LEFT || movingEdges == BOTTOM_RIGHT) {
646 if ((movingEdges == TOP_LEFT) || notMoving) {
  /external/chromium/chrome/browser/speech/
speech_input_bubble_views.cc 343 BubbleBorder::TOP_LEFT, bubble_content_,
  /external/chromium/chrome/browser/ui/views/extensions/
extension_installed_bubble.cc 352 arrow_location = BubbleBorder::TOP_LEFT;
  /external/chromium/chrome/browser/ui/views/
page_info_bubble_view.cc 376 BubbleBorder::TOP_LEFT,
browser_actions_container.cc 510 BubbleBorder::TOP_LEFT : BubbleBorder::TOP_RIGHT;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveCopyTask.java 198 ExifInterface.Orientation.TOP_LEFT));
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 370 * <li>TOP_LEFT is the normal orientation.</li>
381 public static final short TOP_LEFT = 1;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 86 public static final int ORI_NORMAL = ExifInterface.Orientation.TOP_LEFT;
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/exif/
ExifInterfaceTest.java 197 ExifInterface.Orientation.TOP_LEFT));
  /external/robolectric/lib/main/
maps_v16.jar 
  /external/chromium/chrome/browser/
external_tab_container_win.cc 571 Bubble* bubble = Bubble::Show(this, bounds, BubbleBorder::TOP_LEFT,
    [all...]

Completed in 190 milliseconds

1 2