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

1 2 3 4 5 6 7 8 91011>>

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RelativeDateTimeFormatterTest.java 24 import android.icu.text.RelativeDateTimeFormatter.Direction;
37 {0.0, Direction.NEXT, RelativeUnit.SECONDS, "in 0 seconds"},
38 {0.5, Direction.NEXT, RelativeUnit.SECONDS, "in 0.5 seconds"},
39 {1.0, Direction.NEXT, RelativeUnit.SECONDS, "in 1 second"},
40 {2.0, Direction.NEXT, RelativeUnit.SECONDS, "in 2 seconds"},
41 {0.0, Direction.NEXT, RelativeUnit.MINUTES, "in 0 minutes"},
42 {0.5, Direction.NEXT, RelativeUnit.MINUTES, "in 0.5 minutes"},
43 {1.0, Direction.NEXT, RelativeUnit.MINUTES, "in 1 minute"},
44 {2.0, Direction.NEXT, RelativeUnit.MINUTES, "in 2 minutes"},
45 {0.0, Direction.NEXT, RelativeUnit.HOURS, "in 0 hours"}
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RelativeDateTimeFormatterTest.java 23 import com.ibm.icu.text.RelativeDateTimeFormatter.Direction;
34 {0.0, Direction.NEXT, RelativeUnit.SECONDS, "in 0 seconds"},
35 {0.5, Direction.NEXT, RelativeUnit.SECONDS, "in 0.5 seconds"},
36 {1.0, Direction.NEXT, RelativeUnit.SECONDS, "in 1 second"},
37 {2.0, Direction.NEXT, RelativeUnit.SECONDS, "in 2 seconds"},
38 {0.0, Direction.NEXT, RelativeUnit.MINUTES, "in 0 minutes"},
39 {0.5, Direction.NEXT, RelativeUnit.MINUTES, "in 0.5 minutes"},
40 {1.0, Direction.NEXT, RelativeUnit.MINUTES, "in 1 minute"},
41 {2.0, Direction.NEXT, RelativeUnit.MINUTES, "in 2 minutes"},
42 {0.0, Direction.NEXT, RelativeUnit.HOURS, "in 0 hours"}
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/focus/
NavigateTaskViewEvent.java 26 public enum Direction {
30 public Direction direction; field in class:NavigateTaskViewEvent
31 public NavigateTaskViewEvent(Direction direction) {
32 this.direction = direction;
35 public static Direction getDirectionFromKeyCode(int keyCode) {
38 return Direction.UP;
40 return Direction.DOWN
    [all...]
  /platform_testing/libraries/app-helpers/interfaces/clockwork/src/android/platform/helpers/
IAgendaHelper.java 19 import android.support.test.uiautomator.Direction;
25 * Scroll in direction
27 * @param d direction to scroll
30 public boolean scroll(Direction d);
IWeatherHelper.java 19 import android.support.test.uiautomator.Direction;
25 * Scroll in direction
27 * @param d direction to scroll
30 public boolean scroll(Direction d);
IYourFeedHelper.java 19 import android.support.test.uiautomator.Direction;
25 * Scroll in direction
27 * @param d direction to scroll
30 public boolean scroll(Direction d);
IMapsClockworkHelper.java 20 import android.support.test.uiautomator.Direction;
56 * @param d direction to swipe
58 public abstract void swipeMap(Direction d);
65 * @param d direction to fling
67 public abstract void flingMap(Direction d);
  /cts/tests/tests/graphics/src/android/graphics/cts/
Path_DirectionTest.java 21 import android.graphics.Path.Direction;
33 assertEquals(Direction.CW, Direction.valueOf("CW"));
34 assertEquals(Direction.CCW, Direction.valueOf("CCW"));
35 // Every Direction element will be tested somewhere else.
41 Direction[] expected = {
42 Direction.CW,
43 Direction.CCW };
44 Direction[] actual = Direction.values()
    [all...]
  /platform_testing/libraries/app-helpers/interfaces/common/src/android/platform/helpers/
IRecentsHelper.java 19 import android.support.test.uiautomator.Direction;
25 * Flings the recent apps in the specified direction.
27 * @param dir the direction for the apps to move
29 public void flingRecents(Direction dir);
  /platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
IGoogleMessengerHelper.java 19 import android.support.test.uiautomator.Direction;
48 * @param direction Direction to scroll, must be UP or DOWN.
50 public void scrollMessages(Direction direction);
IPhotosHelper.java 19 import android.support.test.uiautomator.Direction;
117 * This method will scroll the picture album in the specified direction.
119 * @param direction The direction to scroll, must be LEFT or RIGHT.
120 * @return Returns whether album can be still scrolled in the given direction
122 public boolean scrollAlbum(Direction direction);
127 * This method will scroll the Photos grid view in the specified direction.
129 * @param direction The direction of the scroll, must be UP or DOWN
    [all...]
ICalendarHelper.java 19 import android.support.test.uiautomator.Direction;
72 * Flings the navigation drawer in the supplied {@link Direction}.
74 * @param dir the {@link Direction} to fling the drawer.
76 public void flingNavigationDrawer(Direction dir);
90 * Flings the supplied {@link Page} in the supplied {@link Direction}.
93 * @param dir the {@link Direction} to fling in.
95 public void flingPage(Page page, Direction dir);
IGmailHelper.java 19 import android.support.test.uiautomator.Direction;
140 public void scrollNavigationDrawer(Direction dir);
147 * @param direction The direction to scroll, only accepts UP and DOWN.
151 public void scrollMailbox(Direction direction, float amount, boolean scrollToEnd);
158 * @param direction The direction to scroll, only accepts UP and DOWN.
162 public void scrollEmail(Direction direction, float amount, boolean scrollToEnd)
    [all...]
  /platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
ILauncherHelper.java 20 import android.support.test.uiautomator.Direction;
28 * Swipes the home page in the specified direction.
30 * @param dir the {@link Direction} to swipe the home page
32 * @throws IllegalArgumentException if the direction is UP or DOWN
34 public boolean swipeHome(Direction dir);
42 * Scrolls the all apps container in the specified direction.
44 * @param dir the {@link Direction} to swipe the container
46 * @throws IllegalArgumentException if all apps cannot be scrolled that direction
49 public boolean scrollAllApps(Direction dir);
65 * Scrolls the quickstep view in the specified direction
    [all...]
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
CrossProfileIntentFilter.java 36 Direction.TO_PARENT,
37 Direction.TO_PROFILE
40 @interface Direction {
56 * The direction of forwarding, can be either {@link Direction#TO_PARENT} or
57 * {@link Direction#TO_PROFILE}.
59 public final @Direction int direction; field in class:CrossProfileIntentFilter
69 private CrossProfileIntentFilter(IntentFilter filter, int flags, @Direction int direction,
    [all...]
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
ILauncherStrategy.java 19 import android.support.test.uiautomator.Direction;
69 * Retrieves the all apps drawer forward scroll direction as implemented by the launcher
72 public Direction getAllAppsScrollDirection();
88 * Retrieves the all widgets drawer forward scroll direction as implemented by the launcher
91 public Direction getAllWidgetsScrollDirection();
106 * Retrieves the home screen workspace forward scroll direction as implemented by the launcher
109 public Direction getWorkspaceScrollDirection();
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
SemiVariance.java 37 * and the "variance direction" (upside or downside) defaults to downside. The variance direction
39 * parameters to {@link #evaluate(double[], double, Direction, boolean, int, int)}.</p>
57 * The UPSIDE Direction is used to specify that the observations above the
60 public static final Direction UPSIDE_VARIANCE = Direction.UPSIDE;
63 * The DOWNSIDE Direction is used to specify that the observations below
66 public static final Direction DOWNSIDE_VARIANCE = Direction.DOWNSIDE;
80 private Direction varianceDirection = Direction.DOWNSIDE
359 private boolean direction; field in class:SemiVariance.Direction
    [all...]
  /external/eigen/Eigen/src/Core/
Reverse.h 19 template<typename MatrixType, int Direction>
20 struct traits<Reverse<MatrixType, Direction> >
55 * \tparam Direction defines the direction of the reverse operation, can be Vertical, Horizontal, or BothDirections
63 template<typename MatrixType, int Direction> class Reverse
64 : public internal::dense_xpr_base< Reverse<MatrixType, Direction> >::type
77 ReverseRow = (Direction == Vertical) || (Direction == BothDirections),
78 ReverseCol = (Direction == Horizontal) || (Direction == BothDirections)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/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...]
  /external/pdfium/core/fxcrt/
fx_bidi.h 20 // Processes characters and group them into segments based on text direction.
23 enum Direction { NEUTRAL, LEFT, RIGHT };
27 Direction direction; // Segment direction. member in struct:CFX_BidiChar::Segment
33 // Returns true if the character has a different direction than the
34 // existing direction to indicate there is a segment to process.
42 // Call after a change in direction is indicated by the above to get
47 void StartNewSegment(CFX_BidiChar::Direction direction);
    [all...]
  /external/skia/src/gpu/effects/
GrGaussianConvolutionFragmentProcessor.h 22 enum class Direction { kX, kY };
26 Direction dir,
41 Direction direction() const { return fDirection; } function in class:GrGaussianConvolutionFragmentProcessor
63 GrGaussianConvolutionFragmentProcessor(sk_sp<GrTextureProxy>, Direction,
84 Direction fDirection;
  /external/skqp/src/gpu/effects/
GrGaussianConvolutionFragmentProcessor.h 22 enum class Direction { kX, kY };
26 Direction dir,
41 Direction direction() const { return fDirection; } function in class:GrGaussianConvolutionFragmentProcessor
63 GrGaussianConvolutionFragmentProcessor(sk_sp<GrTextureProxy>, Direction,
84 Direction fDirection;
  /external/droiddriver/src/io/appium/droiddriver/actions/
UiElementActor.java 20 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
45 * Scrolls in the given direction.
47 * @param direction specifies where the view port will move, instead of the
50 void scroll(UiElement uiElement, PhysicalDirection direction);
  /hardware/interfaces/broadcastradio/1.0/
ITuner.hal 51 * @param direction UP or DOWN.
58 scan(Direction direction, bool skipSubChannel) generates(Result result);
67 * @param direction UP or DOWN.
74 step(Direction direction, bool skipSubChannel) generates(Result result);
  /system/bt/packet/avrcp/
change_path.h 62 Direction GetDirection() const;
77 uint16_t uid_counter, Direction direction, uint64_t folder_uid);
84 ChangePathRequestBuilder(uint16_t uid_counter, Direction direction,
88 direction_(direction),
92 Direction direction_;

Completed in 624 milliseconds

1 2 3 4 5 6 7 8 91011>>