HomeSort by relevance Sort by last modified time
    Searched defs:Direction (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/chromium_org/chrome/installer/test/
alternate_version_generator.h 19 enum Direction {
32 Direction direction,
37 // |target_file|, modifying the version of the copy according to |direction|.
42 Direction direction);
  /external/chromium_org/ash/
focus_cycler.h 24 enum Direction {
41 void RotateFocus(Direction direction);
  /external/aac/libAACdec/src/
aacdec_tns.h 110 SCHAR Direction;
  /external/chromium_org/ash/wm/
window_cycle_controller.h 30 enum Direction {
42 // Cycles between windows in the given |direction|.
43 void HandleCycleWindow(Direction direction);
61 // Cycles to the next or previous window based on |direction|.
62 void Step(Direction direction);
  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_builders_android.h 29 enum Direction {
36 static blink::WebMouseWheelEvent Build(Direction direction,
  /external/chromium_org/media/midi/
usb_midi_jack.h 17 // The direction of the endpoint associated with an EMBEDDED MIDI jack.
19 // ***DIRECTION_OUT*** direction.
20 enum Direction {
41 Direction direction() const { function in struct:media::UsbMidiJack
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AbstractInlineTextBox.h 67 enum Direction {
80 Direction direction() const;
  /external/chromium_org/third_party/skia/src/gpu/effects/
Gr1DKernelEffect.h 26 enum Direction {
32 Direction direction,
35 , fDirection(direction)
44 Direction direction() const { return fDirection; } function in class:Gr1DKernelEffect
48 Direction fDirection;
  /external/chromium_org/ui/views/focus/
focus_search.h 18 // The direction in which the focus traversal is going.
23 enum Direction {
56 // - |direction| specifies whether we are traversing down (meaning we should
66 Direction direction,
focus_manager.h 140 // TODO: use Direction in place of bool reverse throughout.
141 enum Direction {
306 bool RotatePaneFocus(Direction direction, FocusCycleWrappingBehavior wrap);
  /external/skia/src/gpu/effects/
Gr1DKernelEffect.h 26 enum Direction {
32 Direction direction,
35 , fDirection(direction)
44 Direction direction() const { return fDirection; } function in class:Gr1DKernelEffect
48 Direction fDirection;
  /external/chromium_org/ash/wm/workspace/
multi_window_resize_controller.h 31 enum Direction {
61 // Used to track the two resizable windows and direction.
79 // Direction
80 Direction direction; member in struct:ash::MultiWindowResizeController::ResizeWindows
108 Direction direction) const;
112 Direction direction,
153 // Windows and direction to resize
    [all...]
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber.h 30 enum Direction {LEFT, RIGHT};
36 // base on the |direction|.
39 TabScrubber::Direction direction);
81 // The direction the current swipe is headed.
82 Direction swipe_direction_;
  /external/chromium_org/third_party/WebKit/public/platform/
WebCompositorAnimation.h 22 enum Direction {
55 virtual Direction direction() const = 0;
56 virtual void setDirection(Direction) = 0;
  /external/chromium_org/third_party/leveldatabase/src/table/
merger.cc 63 // If we are moving in the forward direction, it is already
89 // If we are moving in the reverse direction, it is already
147 // Which direction is the iterator moving?
148 enum Direction {
152 Direction direction_;
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfViewerPreferencesDictionary_autogen.cpp 95 SkString SkPdfViewerPreferencesDictionary::Direction(SkPdfNativeDoc* doc) {
96 SkPdfNativeObject* ret = get("Direction", "");
104 return get("Direction", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfViewerPreferencesDictionary_autogen.cpp 95 SkString SkPdfViewerPreferencesDictionary::Direction(SkPdfNativeDoc* doc) {
96 SkPdfNativeObject* ret = get("Direction", "");
104 return get("Direction", "") != NULL;
  /external/smack/src/org/jivesoftware/smackx/carbons/
Carbon.java 44 private Direction dir;
47 public Carbon(Direction dir, Forwarded fwd) {
53 * get the direction (sent or received) of the carbon.
55 * @return the {@link Direction} of the carbon.
57 public Direction getDirection() {
93 * An enum to display the direction of a {@link Carbon} message.
95 public static enum Direction {
103 Direction dir = Direction.valueOf(parser.getName());
112 else if (eventType == XmlPullParser.END_TAG && dir == Direction.valueOf(parser.getName())
    [all...]
  /external/chromium_org/ash/wm/overview/
window_selector.h 59 enum Direction {
117 // Helper function that moves the selection widget to |direction| on the
119 void Move(Direction direction, bool animate);
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_transaction.h 109 enum Direction { FORWARD, REVERSE };
125 Direction direction_;
  /external/chromium_org/third_party/leveldatabase/src/db/
db_iter.cc 41 // Which direction is the iterator currently moving?
46 enum Direction {
119 Direction direction_;
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
Direction.java 18 import static com.google.android.droiddriver.scroll.Direction.PhysicalDirection.DOWN;
19 import static com.google.android.droiddriver.scroll.Direction.PhysicalDirection.LEFT;
20 import static com.google.android.droiddriver.scroll.Direction.PhysicalDirection.RIGHT;
21 import static com.google.android.droiddriver.scroll.Direction.PhysicalDirection.UP;
26 public class Direction {
192 private Direction() {}
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ClipRegionActivity.java 83 getWidth() / 4.0f, Path.Direction.CW);
  /libcore/luni/src/main/java/java/nio/
IoVec.java 29 enum Direction { READV, WRITEV };
39 private final Direction direction; field in class:IoVec
41 IoVec(ByteBuffer[] byteBuffers, int offset, int bufferCount, Direction direction) {
45 this.direction = direction;
55 if (direction == Direction.READV) {
74 if (direction == Direction.READV)
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
ProportionalLayout.java 29 * {@link #setDirection(Direction)}. The factor is specified in {@link #setRatio(float)}.
30 * <p>For {@link Direction#heightToWidth}: width := height * factor</p>
31 * <p>For {@link Direction#widthToHeight}: height := width * factor</p>
37 public enum Direction {
43 private Direction(String xmlName) {
48 * Parses the given direction string and returns the Direction instance. This
51 public static Direction parse(String value) {
53 return Direction.widthToHeight;
55 return Direction.heightToWidth
    [all...]

Completed in 907 milliseconds

1 2 3 4