Searched refs:following (Results 1 - 25 of 25) sorted by relevance

/frameworks/base/core/java/android/text/method/
H A DWordIterator.java85 public int following(int offset) { method in class:WordIterator
88 shiftedOffset = mIterator.following(shiftedOffset);
148 return mIterator.following(shiftedOffset) + mOffsetShift;
152 return mIterator.following(shiftedOffset) + mOffsetShift;
/frameworks/base/core/java/android/view/
H A DAccessibilityIterators.java40 public int[] following(int current); method in interface:AccessibilityIterators.TextSegmentIterator
95 public int[] following(int offset) { method in class:AccessibilityIterators.CharacterTextSegmentIterator
108 start = mImpl.following(start);
113 final int end = mImpl.following(start);
185 public int[] following(int offset) { method in class:AccessibilityIterators.WordTextSegmentIterator
198 start = mImpl.following(start);
203 final int end = mImpl.following(start);
266 public int[] following(int offset) { method in class:AccessibilityIterators.ParagraphTextSegmentIterator
H A DView.java333 * is similar to the following computation: <code>getLeft() + getWidth()</code>
3664 * precedence over the following ones. In other words, if in the
6375 * be seen by all following views (including potentially ones above in
7851 * view satisfies any of the following:
8202 final int[] range = forward ? iterator.following(current) : iterator.preceding(current);
9199 * The following code example shows how this is done.
10178 * results across various densities, use the following formula:</p>
13825 * instance that controls how the layer is composed on screen. The following
13893 * instance that controls how the layer is composed on screen. The following
18392 * Handles drag events sent by the system following
[all...]
/frameworks/base/media/tests/MediaDump/
H A DAndroid.mk15 # Use the following include to make our test apk.
/frameworks/base/tests/AppLaunch/
H A DAndroid.mk16 # Use the following include to make our test apk.
/frameworks/base/tests/DozeTest/
H A DAndroid.mk13 # Use the following include to make our test apk.
/frameworks/base/tests/ImfTest/
H A DAndroid.mk14 # Use the following include to make our test apk.
/frameworks/base/tests/MemoryUsage/
H A DAndroid.mk16 # Use the following include to make our test apk.
/frameworks/base/tests/RenderThreadTest/
H A DAndroid.mk17 # Use the following include to make our test apk.
/frameworks/base/tests/TransitionTests/
H A DAndroid.mk17 # Use the following include to make our test apk.
/frameworks/native/opengl/tests/gl2_cameraeye/
H A DAndroid.mk15 # Use the following include to make our test apk.
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DAndroid.mk23 # We need this because the current asm generates the following link error:
/frameworks/base/core/java/android/widget/
H A DAccessibilityIterators.java51 public int[] following(int offset) { method in class:AccessibilityIterators.LineTextSegmentIterator
136 public int[] following(int offset) { method in class:AccessibilityIterators.PageTextSegmentIterator
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s45 ; * of the following values:
H A DomxVCM4P2_PredictReconCoefIntra_s.s54 ; * of the following values:
71 ; * - At least one the following cases: curQP <= 0, predQP <= 0, curQP >31,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s45 ; * of the following values:
H A DomxVCM4P2_PredictReconCoefIntra_s.s54 ; * of the following values:
71 ; * - At least one the following cases: curQP <= 0, predQP <= 0, curQP >31,
/frameworks/base/core/jni/android/graphics/
H A DInterpolator.cpp35 #error Need to convert float array to SkScalar array before calling the following function.
H A DShader.cpp45 #error Need to convert float array to SkScalar array before calling the following function.
104 #error Need to convert float array to SkScalar array before calling the following function.
148 #error Need to convert float array to SkScalar array before calling the following function.
187 #error Need to convert float array to SkScalar array before calling the following function.
H A DPathEffect.cpp42 #error Need to convert float array to SkScalar array before calling the following function.
H A DPath.cpp213 #error Need to convert float array to SkScalar array before calling the following function.
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java377 int wordEnd = wordIterator.following(start);
394 wordEnd = wordIterator.following(wordEnd);
/frameworks/base/core/java/android/text/
H A DSelection.java376 public int following(int position); method in interface:Selection.PositionIterator
396 final int offset = iter.following(getSelectionEnd(text));
/frameworks/native/opengl/tools/glgen/
H A Dgen139 echo Please evaluate the following commands:
/frameworks/base/data/fonts/
H A DAndroid.mk36 # The following fonts are distributed as symlink only.

Completed in 541 milliseconds