HomeSort by relevance Sort by last modified time
    Searched defs:direction (Results 276 - 300 of 682) sorted by null

<<11121314151617181920>>

  /prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.1/
accessibility-test-framework-2.1.jar 
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 2305 int direction = TextUtils.getLayoutDirectionFromLocale(l); local
2307 LAYOUT_DIRECTION_RTL, direction); local
2322 int direction = TextUtils.getLayoutDirectionFromLocale(l); local
2324 LAYOUT_DIRECTION_RTL, direction); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Bidi.java 77 * <h3>Basic concept: text direction</h3>
78 * The direction of a piece of text may be:
90 * Their low-order bit (even/odd value) indicates the visual direction.<p>
254 * byte direction, StyleRun styleRuns[],
259 * if (direction == Bidi.LTR) {
268 * direction, styleRuns[i].style);
288 * renderRun(text, styleStart, limit, direction,
302 * byte direction = line.getDirection();
303 * if (direction != Bidi.MIXED) {
306 * renderRun(text, start, limit, direction, styleRuns[0].style)
1054 byte direction; field in class:Bidi
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TransliteratorTest.java 1761 int direction = (DATA[i+1] != null && DATA[i+1].charAt(0) == 'R') ? local
3245 String direction = t == t0 ? "FORWARD\\t" : "REVERSE\\t"; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java 76 * <h3>Basic concept: text direction</h3>
77 * The direction of a piece of text may be:
89 * Their low-order bit (even/odd value) indicates the visual direction.<p>
253 * byte direction, StyleRun styleRuns[],
258 * if (direction == Bidi.LTR) {
267 * direction, styleRuns[i].style);
287 * renderRun(text, styleStart, limit, direction,
301 * byte direction = line.getDirection();
302 * if (direction != Bidi.MIXED) {
305 * renderRun(text, start, limit, direction, styleRuns[0].style)
1078 byte direction; field in class:Bidi
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TransliteratorTest.java 1758 int direction = (DATA[i+1] != null && DATA[i+1].charAt(0) == 'R') ? local
3242 String direction = t == t0 ? "FORWARD\\t" : "REVERSE\\t"; local
    [all...]
  /external/skia/src/core/
SkPath.cpp 276 SkPathPriv::FirstDirection direction; local
277 if (!SkPathPriv::CheapComputeFirstDirection(*this, &direction)) {
328 if (!check_edge_against_rect(quadPts[0], quadPts[2], rect, direction)) {
331 if (!check_edge_against_rect(quadPts[2], quadPts[4], rect, direction)) {
335 if (!check_edge_against_rect(prevPt, pts[nextPt], rect, direction)) {
344 return check_edge_against_rect(prevPt, firstPt, rect, direction);
399 Determines if path is a rect by keeping track of changes in direction
402 The direction is computed such that:
414 There's more than four changes of direction.
416 The line reverses direction
    [all...]
  /external/skqp/src/core/
SkPath.cpp 275 SkPathPriv::FirstDirection direction; local
276 if (!SkPathPriv::CheapComputeFirstDirection(*this, &direction)) {
327 if (!check_edge_against_rect(quadPts[0], quadPts[2], rect, direction)) {
330 if (!check_edge_against_rect(quadPts[2], quadPts[4], rect, direction)) {
334 if (!check_edge_against_rect(prevPt, pts[nextPt], rect, direction)) {
343 return check_edge_against_rect(prevPt, firstPt, rect, direction);
398 Determines if path is a rect by keeping track of changes in direction
401 The direction is computed such that:
413 There's more than four changes of direction.
415 The line reverses direction
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_mdp.h 206 int direction; member in struct:mdp_ccs
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_mdp.h 208 int direction; /* MDP_CCS_RGB2YUV or YUV2RGB */ member in struct:mdp_ccs
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 1445 int direction = CategoryView.HORIZONTAL; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
kvm.h 209 __u8 direction; member in struct:kvm_run::__anon62609::__anon62613
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /external/ImageMagick/MagickCore/
display.c 253 " Direction",
259 "If the you choose the horizontal direction (this the",
270 "determined by which direction you choose from the Command",
881 " H Press to flop image in the horizontal direction.",
883 " V Press to flip image in the vertical direction.",
2872 direction = HorizontalChopCommand; local
12036 direction = HorizontalRotateCommand; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_cmd.h 402 float direction[4]; member in struct:__anon29827
512 * direction.
    [all...]
  /external/python/cpython2/Mac/Modules/ctl/
_Ctlmodule.c 1886 UInt32 direction; local
5368 UInt16 direction; local
    [all...]
  /external/skia/tests/
PathTest.cpp 2056 SkPath::Direction direction; local
2068 SkPath::Direction direction = (SkPath::Direction) - 1; local
    [all...]
  /external/skqp/tests/
PathTest.cpp 2056 SkPath::Direction direction; local
2068 SkPath::Direction direction = (SkPath::Direction) - 1; local
    [all...]
  /frameworks/base/media/java/android/media/
AudioManager.java 793 * Adjusts the volume of a particular stream by one step in a direction.
801 * @param direction The direction to adjust the volume. One of
808 public void adjustStreamVolume(int streamType, int direction, int flags) {
811 service.adjustStreamVolume(streamType, direction, flags,
831 * @param direction The direction to adjust the volume. One of
841 public void adjustVolume(int direction, int flags) {
843 helper.sendAdjustVolumeBy(USE_DEFAULT_STREAM_TYPE, direction, flags);
857 * @param direction The direction to adjust the volume. One o
1187 int direction = state ? ADJUST_MUTE : ADJUST_UNMUTE; local
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
GridLayoutManager.java 286 // Number of pending movements on primary direction, negative if PREV_ITEM.
373 int direction = ((mFlag & PF_REVERSE_FLOW_PRIMARY) != 0 local
377 return new PointF(direction, 0);
379 return new PointF(0, direction);
397 // maximum pending movement in one direction.
400 // minimal milliseconds to scroll window size in major direction, we put a cap to prevent the
415 * quantity that changes direction in RTL cases, or a quantity that
594 * Extra pixels applied on primary direction.
605 * Pixels that scrolled in secondary forward direction. Negative value means backward.
619 * The fixed size of each grid item in the secondary direction. This corresponds t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 370 int xoffset; /* number of pixels offset in X direction */
1046 unsigned direction; \/* hint about direction the font is painted *\/ member in struct:__anon61392
1335 XIMCaretDirection direction; member in struct:_XIMStringConversionCallbackStruct
1356 XIMCaretDirection direction; \/* Caret moves direction *\/ member in struct:_XIMPreeditCaretCallbackStruct
    [all...]
Xproto.h 1380 CARD8 direction; member in struct:__anon61531
    [all...]
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 

Completed in 2120 milliseconds

<<11121314151617181920>>