Home
last modified time | relevance | path

Searched refs:preceding (Results 1 – 20 of 20) 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.java8202 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()
118 return mIterator.preceding(shiftedOffset) + mOffsetShift; in getBeginning()
122 return mIterator.preceding(shiftedOffset) + mOffsetShift; in getBeginning()
/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/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.jd127 the immediately preceding character.</li>
/frameworks/base/docs/html/guide/topics/graphics/
Dview-animation.jd34 plus the duration of the preceding transformation.</p>
/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/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/google/gcm/
Dserver.jd235 they are collapsed (where each new message replaces the preceding message) or not
/frameworks/base/docs/html/tools/debugging/
Ddebugging-ui.jd289 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/
Dsystem-current.txt49636 method public int preceding(int);
Dcurrent.txt47107 method public int preceding(int);