/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
UCharacterEnums.java | 215 * Directional type L 227 * Directional type R 239 * Directional type EN 251 * Directional type ES 263 * Directional type ET 275 * Directional type AN 287 * Directional type CS 299 * Directional type B 311 * Directional type S 323 * Directional type W [all...] |
UCharacterDirection.java | 37 * @return directional name 75 return "Pop Directional Format"; 87 return "Pop Directional Isolate";
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
UCharacterEnums.java | 250 * Directional type L 264 * Directional type R 278 * Directional type EN 292 * Directional type ES 306 * Directional type ET 320 * Directional type AN 334 * Directional type CS 348 * Directional type B 362 * Directional type S 376 * Directional type W [all...] |
UCharacterDirection.java | 37 * @return directional name 76 return "Pop Directional Format"; 88 return "Pop Directional Isolate";
|
/external/libvpx/libvpx/vp9/common/ |
vp9_enums.h | 115 #define D45_PRED 3 // Directional 45 deg = round(arctan(1/1) * 180/pi) 116 #define D135_PRED 4 // Directional 135 deg = 180 - 45 117 #define D117_PRED 5 // Directional 117 deg = 180 - 63 118 #define D153_PRED 6 // Directional 153 deg = 180 - 27 119 #define D207_PRED 7 // Directional 207 deg = 180 + 27 120 #define D63_PRED 8 // Directional 63 deg = round(arctan(2/1) * 180/pi)
|
/external/llvm/include/llvm/MC/ |
MCLabel.h | 1 //===- MCLabel.h - Machine Code Directional Local Labels --------*- C++ -*-===// 27 // \brief The instance number of this Directional Local Label. 38 /// \brief Get the current instance of this Directional Local Label. 41 /// \brief Increment the current instance of this Directional Local Label.
|
/external/libbrillo/brillo/ |
unittest_utils.h | 27 // Helper class to create and close a bi-directional pair of sockets. The 34 // The left and right sockets are bi-directional connected and
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_blockd.h | 68 D45_PRED, // Directional 45 deg = round(arctan(1/1) * 180/pi) 69 D135_PRED, // Directional 135 deg = 180 - 45 70 D117_PRED, // Directional 117 deg = 180 - 63 71 D153_PRED, // Directional 153 deg = 180 - 27 72 D207_PRED, // Directional 207 deg = 180 + 27 73 D63_PRED, // Directional 63 deg = round(arctan(2/1) * 180/pi)
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
UCharacterDirectionTest.java | 69 "Pop Directional Format", 75 "Pop Directional Isolate",
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
UCharacterDirectionTest.java | 65 "Pop Directional Format", 71 "Pop Directional Isolate",
|
/frameworks/base/docs/html/training/accessibility/ |
testing.jd | 61 <li>All task workflows in the application can be easily navigated using directional controls and 72 <li><strong>Directional controls:</strong> Verify that the application can be operated 73 without the use of a touch screen. Attempt to use only directional controls to accomplish the 74 primary tasks in the application. Use the keyboard and directional-pad (D-Pad) controls in the 85 directional controls to move focus between application layout elements.</li> 191 does not require screen elements to be focused using an directional controller, but listens for 216 <p>Focus navigation is the use of directional controls to navigate between the individual user 220 directional controls.</p> 223 does not have a directional controller. The <a href="{@docRoot}tools/help/emulator.html">Android 224 Emulator</a> provides a simulated directional controller that you can use to test navigation. Yo [all...] |
/external/libweave/include/weave/ |
stream.h | 47 // Interface for async bi-directional streaming.
|
/frameworks/support/v4/java/android/support/v4/text/ |
TextDirectionHeuristicsCompat.java | 43 * Determines the direction based on the first strong directional character, including bidi 51 * Determines the direction based on the first strong directional character, including bidi 177 * Algorithm that uses the first strong directional character to determine the paragraph 197 * Algorithm that uses the presence of any strong directional non-format
|
/frameworks/base/docs/html/training/tv/start/ |
navigation.jd | 37 directional pad (D-pad) or arrow keys. This type of control limits movement to up, down, left, 43 The Android framework handles directional navigation between layout elements automatically, so 62 <h3 id="modify-d-pad-nav">Modifying directional navigation</h3> 65 The Android framework automatically applies a directional navigation scheme based on the 68 users to move through your layouts in a specific way, you can set up explicit directional
|
/frameworks/base/core/java/android/text/ |
TextDirectionHeuristics.java | 50 * Determines the direction based on the first strong directional character, including bidi 58 * Determines the direction based on the first strong directional character, including bidi 201 * Algorithm that uses the first strong directional character to determine the paragraph 216 } else if (cp == 0x2069) { // POP DIRECTIONAL ISOLATE (PDI) 233 * Algorithm that uses the presence of any strong directional character of the type indicated 249 } else if (cp == 0x2069) { // POP DIRECTIONAL ISOLATE (PDI)
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/ |
core.rst | 5 :synopsis: A directional graph for python
|
/external/icu/icu4c/source/samples/props/ |
props.cpp | 45 printf(" BiDi directional category (numeric enum value): %u\n", u_charDirection(codePoint));
|
/frameworks/base/docs/html/training/keyboard-input/ |
navigation.jd | 14 <ol>
<li><a href="#Test">Test Your App</a></li>
<li><a href="#Tab">Handle Tab Navigation</a></li>
<li><a href="#Direction">Handle Directional Navigation</a></li>
</ol> 38 Supporting of directional navigation in your application is also important in ensuring that 40 to users who do not navigate using visual cues. Fully supporting directional navigation in your 130 <h2 id="Direction">Handle Directional Navigation</h2>
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/ |
MultiDirectional.java | 28 * This class implements the multi-directional direct search method. 42 /** Build a multi-directional optimizer with default coefficients. 50 /** Build a multi-directional optimizer with specified coefficients.
|
/frameworks/support/v4/java/android/support/v4/view/ |
KeyEventCompat.java | 56 final int directional = left | right; local 57 final boolean wantLeftOrRight = (modifiers & directional) != 0; 63 return metaState & ~directional;
|
/frameworks/base/docs/html/guide/topics/manifest/ |
uses-configuration-element.jd | 36 <em>always</em> support input with a directional pad (d-pad) in order to assist sight-impaired 54 D-pad (directional pad), trackball, or other device. 57 If an application requires a directional control, but not a control of a 60 if it requires a particular type of directional control, it can ignore 120 <td>The application requires a D-pad (directional pad) for navigation.</td>
|
/tools/test/connectivity/acts/tests/google/tel/live/ |
TelLiveVideoTest.py | 138 Call from PhoneA to PhoneB as Bi-Directional Video, 170 Call from PhoneA to PhoneB as Bi-Directional Video, 201 Call from PhoneA to PhoneB as Bi-Directional Video, 244 Call from PhoneA to PhoneB as Bi-Directional Video, 287 Call from PhoneA to PhoneB as Bi-Directional Video, 341 Call from PhoneA to PhoneB as Bi-Directional Video, 438 """ Test Upgrading from VoLTE to Bi-Directional VT. 470 """ Test Upgrading from VoLTE to Bi-Directional VT. 533 """ Test Upgrading from VoLTE to Bi-Directional VT and reject. 562 """ Test Upgrading from VoLTE to Bi-Directional VT and reject [all...] |
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
apps.jd | 20 <li><a href="#directional-control">Handling directional controller clicks</a></li> 69 reached with a directional controller, such as a trackball, D-pad (physical or virtual) or 77 and then try using your application using only directional controls. For more information on 140 directional controller. Directional controllers can be physical, such as a trackball, directional 144 Directional controllers are a primary means of navigation for many Android users. 147 <p>To ensure that users can navigate your application using only a directional controller, verify 150 button) of a directional controller has the same effect as touching a control that already ha [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
BidiClassifier.java | 83 * @return An integer representing directional property / Bidi class for the
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
BidiClassifier.java | 86 * @return An integer representing directional property / Bidi class for the
|