/frameworks/base/core/java/android/text/ |
D | Layout.java | 342 Directions directions = getLineDirections(i); in drawText() local 343 if (directions == DIRS_ALL_LEFT_TO_RIGHT && !mSpannedText && !hasTabOrEmoji) { in drawText() 347 tl.set(paint, buf, start, end, dir, directions, hasTabOrEmoji, tabStops); in drawText() 838 Directions directions = getLineDirections(line); in getHorizontal() local 851 tl.set(mPaint, mText, start, end, dir, directions, hasTabOrEmoji, tabStops); in getHorizontal() 967 Directions directions = getLineDirections(line); in getLineExtent() local 969 if (directions == null) { in getLineExtent() 975 tl.set(mPaint, mText, start, end, dir, directions, hasTabsOrEmoji, tabStops); in getLineExtent() 993 Directions directions = getLineDirections(line); in getLineExtent() local 997 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 | 132 Directions directions, boolean hasTabs, TabStops tabStops) { in set() argument 138 mDirections = directions; in set() 152 mCharsValid = hasReplacement || hasTabs || directions != Layout.DIRS_ALL_LEFT_TO_RIGHT; in set()
|
D | StaticLayout.java | 687 mLineDirections[j] = AndroidBidi.directions(dir, chdirs, start - widthStart, chs, in out()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | ViewDragHelper.java | 1275 public boolean checkTouchSlop(int directions) { in checkTouchSlop() argument 1278 if (checkTouchSlop(directions, i)) { in checkTouchSlop() 1300 public boolean checkTouchSlop(int directions, int pointerId) { in checkTouchSlop() argument 1305 final boolean checkHorizontal = (directions & DIRECTION_HORIZONTAL) == DIRECTION_HORIZONTAL; in checkTouchSlop() 1306 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 | 75 Start guide</a> provides directions on how to get the Wallet sample up and running</p>
|
/frameworks/base/docs/html/training/managing-audio/ |
D | audio-focus.jd | 107 audible driving directions.</p>
|
/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/tools/support-library/ |
D | features.jd | 44 Android SDK installation. Follow the directions for downloading the Support Libraries in
|
/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/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
|