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

12

/frameworks/base/core/java/android/view/
H A DAccessibilityIterators.java39 public int[] following(int current); method in interface:AccessibilityIterators.TextSegmentIterator
94 public int[] following(int offset) { method in class:AccessibilityIterators.CharacterTextSegmentIterator
107 start = mImpl.following(start);
112 final int end = mImpl.following(start);
179 public int[] following(int offset) { method in class:AccessibilityIterators.WordTextSegmentIterator
192 start = mImpl.following(start);
197 final int end = mImpl.following(start);
260 public int[] following(int offset) { method in class:AccessibilityIterators.ParagraphTextSegmentIterator
/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.mk18 # 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/LockTaskTests/
H A DAndroid.mk14 # Use the following include to make our test apk.
/frameworks/base/tests/MemoryUsage/
H A DAndroid.mk17 # 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/ServiceCrashTest/
H A DAndroid.mk18 # 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/base/core/tests/coretests/src/android/text/method/
H A DWordIteratorTest.java66 assertEquals(BreakIterator.DONE, mWordIterator.following(0));
185 assertEquals(expectedWindowEnd, wordIterator.following(expectedWindowEnd - 1));
186 assertEquals(BreakIterator.DONE, wordIterator.following(expectedWindowEnd));
236 wordIterator.following(-1);
237 fail("following with invalid offset should throw IllegalArgumentException.");
241 wordIterator.following(text.length() + 1);
242 fail("following with invalid offset should throw IllegalArgumentException.");
246 assertEquals(text.indexOf('c') + 1, wordIterator.following(text.indexOf('a')));
247 assertEquals(text.indexOf('c') + 1, wordIterator.following(text.indexOf('c')));
248 assertEquals(text.indexOf('f') + 1, wordIterator.following(tex
[all...]
/frameworks/base/core/java/android/text/method/
H A DWordIterator.java82 public int following(int offset) { method in class:WordIterator
85 offset = mIterator.following(offset);
107 return mIterator.following(offset);
254 return mIterator.following(offset);
258 return mIterator.following(offset);
/frameworks/av/services/mediaextractor/
H A DAndroid.mk13 # seccomp filters are defined for the following architectures:
/frameworks/rs/script_api/
H A Drs_value_types.spec22 RenderScript supports the following scalar numerical types:
41 Single entries can be accessed by following the variable name with a dot and:<ul>
46 For example, with <code>int4 myVar;</code> the following are equivalent:<code><br/>
/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/base/packages/ExtServices/
H A DAndroid.mk37 # Use the following include to make our test apk.
/frameworks/base/test-runner/tests/
H A DAndroid.mk20 # Run the tests using the following commands:
/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:
/frameworks/base/core/jni/android/graphics/
H A DInterpolator.cpp34 #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.
108 #error Need to convert float array to SkScalar array before calling the following function.
168 #error Need to convert float array to SkScalar array before calling the following function.
224 #error Need to convert float array to SkScalar array before calling the following function.
H A DPathEffect.cpp44 #error Need to convert float array to SkScalar array before calling the following function.
/frameworks/minikin/libs/minikin/
H A DWordBreaker.cpp112 result = mBreakIterator->following(mCurrent);
169 i = mBreakIterator->following(i);

Completed in 1234 milliseconds

12