/frameworks/base/core/java/android/text/ |
D | Layout.java | 349 Directions directions = getLineDirections(i); in drawText() local 350 if (directions == DIRS_ALL_LEFT_TO_RIGHT && !mSpannedText && !hasTabOrEmoji) { in drawText() 354 tl.set(paint, buf, start, end, dir, directions, hasTabOrEmoji, tabStops); in drawText() 839 Directions directions = getLineDirections(line); in getHorizontal() local 852 tl.set(mPaint, mText, start, end, dir, directions, hasTabOrEmoji, tabStops); in getHorizontal() 968 Directions directions = getLineDirections(line); in getLineExtent() local 970 if (directions == null) { in getLineExtent() 976 tl.set(mPaint, mText, start, end, dir, directions, hasTabsOrEmoji, tabStops); in getLineExtent() 994 Directions directions = getLineDirections(line); in getLineExtent() local 998 tl.set(mPaint, mText, start, end, dir, directions, hasTabsOrEmoji, tabStops); in getLineExtent() [all …]
|
D | AndroidBidi.java | 61 public static Directions directions(int dir, byte[] levels, int lstart, in directions() method in AndroidBidi
|
D | TextLine.java | 135 Directions directions, boolean hasTabs, TabStops tabStops) { in set() argument 141 mDirections = directions; in set() 155 mCharsValid = hasReplacement || hasTabs || directions != Layout.DIRS_ALL_LEFT_TO_RIGHT; in set()
|
D | StaticLayout.java | 616 mLineDirections[j] = AndroidBidi.directions(dir, chdirs, start - widthStart, chs,
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | ViewDragHelper.java | 1306 public boolean checkTouchSlop(int directions) { in checkTouchSlop() argument 1309 if (checkTouchSlop(directions, i)) { in checkTouchSlop() 1331 public boolean checkTouchSlop(int directions, int pointerId) { in checkTouchSlop() argument 1336 final boolean checkHorizontal = (directions & DIRECTION_HORIZONTAL) == DIRECTION_HORIZONTAL; in checkTouchSlop() 1337 final boolean checkVertical = (directions & DIRECTION_VERTICAL) == DIRECTION_VERTICAL; in checkTouchSlop()
|
/frameworks/base/docs/html/training/custom-views/ |
D | optimizing-view.jd | 103 in the Android Developers Guide for directions on how to enable acceleration at the 104 application, activity, or window level. Notice that in addition to the directions in
|
/frameworks/base/docs/html/google/play-services/ |
D | wallet.jd | 76 provides directions on how to get the Wallet sample up and running.</p>
|
D | index.jd | 86 get directions and turn by turn navigation to the selected marker. The
|
/frameworks/base/docs/html/training/managing-audio/ |
D | audio-focus.jd | 107 audible driving directions.</p>
|
/frameworks/base/docs/html/design/wear/ |
D | structure.jd | 131 <p>There are some things you can’t do on a card. Swiping in many directions on a map or controlling…
|
D | patterns.jd | 101 …ress with a car icon and ETA seems like it would very obviously launch directions. Conversely, if …
|
D | watchfaces.jd | 44 Experiment with bold, minimal, and expressive design directions that are highly readable at a
|
/frameworks/base/docs/html/training/wearables/apps/ |
D | creating.jd | 112 follow the directions on
|
/frameworks/base/docs/html/training/gestures/ |
D | scroll.jd | 344 …imply the current size of {@code mContentRect}. If the chart is zoomed in 200% in both directions,
|
/frameworks/base/docs/html/training/design-navigation/ |
D | descendant-lateral.jd | 169 …lections (again, calendar days), especially those with content in both directions, this paging mec…
|
/frameworks/base/docs/html/training/location/ |
D | location-testing.jd | 170 (available for download above) and gives you directions for testing an app using the sample app.
|
/frameworks/base/docs/html/tools/support-library/ |
D | features.jd | 49 Android SDK installation. Follow the directions for downloading the Support Libraries in
|
/frameworks/base/docs/html/google/gcm/ |
D | client.jd | 83 your Eclipse project will not work. You must follow the directions
|
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
D | apps.jd | 227 <p>When modifying focus order, be sure that the navigation works as expected in all directions from
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.3.jd | 837 <dd>Behaves the same as {@code "fullSensor"} and allows rotation in all four directions, except
|