Home
last modified time | relevance | path

Searched refs:preceding (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/core/java/android/view/
DAccessibilityIterators.java41 public int[] preceding(int current); in preceding() method
121 public int[] preceding(int offset) { in preceding() method in AccessibilityIterators.CharacterTextSegmentIterator
134 end = mImpl.preceding(end); in preceding()
139 final int start = mImpl.preceding(end); in preceding()
211 public int[] preceding(int offset) { in preceding() method in AccessibilityIterators.WordTextSegmentIterator
224 end = mImpl.preceding(end); in preceding()
229 final int start = mImpl.preceding(end); in preceding()
293 public int[] preceding(int offset) { in preceding() method in AccessibilityIterators.ParagraphTextSegmentIterator
DView.java9025 final int[] range = forward ? iterator.following(current) : iterator.preceding(current);
/frameworks/base/core/java/android/text/method/
DWordIterator.java71 public int preceding(int offset) { in preceding() method in WordIterator
74 shiftedOffset = mIterator.preceding(shiftedOffset); in preceding()
130 shiftedOffset = mIterator.preceding(shiftedOffset); in prevBoundary()
236 return mIterator.preceding(shiftedOffset) + mOffsetShift; in getBeginning()
240 return mIterator.preceding(shiftedOffset) + mOffsetShift; in getBeginning()
DBaseKeyListener.java151 deleteFrom = wordIterator.preceding(currentCursorOffset); in deleteUntilWordBoundary()
/frameworks/base/core/java/android/widget/
DAccessibilityIterators.java79 public int[] preceding(int offset) { in preceding() method in AccessibilityIterators.LineTextSegmentIterator
165 public int[] preceding(int offset) { in preceding() method in AccessibilityIterators.PageTextSegmentIterator
DSpellChecker.java562 int wordStart = mWordIterator.preceding(start); in parse()
598 int spellCheckEnd = mWordIterator.preceding(wordIteratorWindowEnd); in parse()
/frameworks/base/core/java/android/text/
DSelection.java375 public int preceding(int position); in preceding() method
382 final int offset = iter.preceding(getSelectionEnd(text)); in moveToPreceding()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsMessageBase.java370 nextPos = breakIterator.preceding(nextPos); in findNextUnicodePosition()
/frameworks/base/docs/html/guide/topics/manifest/
Dgrant-uri-permission-element.jd56 the immediately preceding character.</li>
Dpath-permission-element.jd53 the immediately preceding character.</li>
Ddata-element.jd128 the immediately preceding character.</li>
/frameworks/base/docs/html/training/notify-user/
Ddisplay-progress.jd152 …To see how continuing activity indicators work, refer to the preceding snippet. Locate the followi…
/frameworks/base/docs/html/guide/topics/graphics/
Dview-animation.jd34 plus the duration of the preceding transformation.</p>
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt136 of the fence command corresponding to the sync object and all preceding
/frameworks/base/docs/html/sdk/
Dolder_releases.jd371 the year preceding the full release of Android 1.0 in September 2008. Because
/frameworks/base/docs/html/training/location/
Dactivity-recognition.jd397 * Since the preceding call is synchronous, turn off the
/frameworks/base/docs/html/tools/debugging/
Ddebugging-ui.jd290 the preceding section.
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd793 To see how activity indicators work, refer to the preceding snippet. Locate the following lines:
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-provider-basics.jd311 In the preceding lines of code, the constant
/frameworks/base/api/
Dcurrent.txt49870 method public int preceding(int);
Dsystem-current.txt52476 method public int preceding(int);