Home
last modified time | relevance | path

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

123456

/aosp14/frameworks/base/core/tests/coretests/src/android/text/method/
H A DWordIteratorTest.java69 assertEquals(BreakIterator.DONE, mWordIterator.following(0)); in testEmptyString()
188 assertEquals(expectedWindowEnd, wordIterator.following(expectedWindowEnd - 1)); in testWindowWidth()
189 assertEquals(BreakIterator.DONE, wordIterator.following(expectedWindowEnd)); in testWindowWidth()
239 wordIterator.following(-1); in testFollowing()
244 wordIterator.following(text.length() + 1); in testFollowing()
249 assertEquals(text.indexOf('c') + 1, wordIterator.following(text.indexOf('a'))); in testFollowing()
250 assertEquals(text.indexOf('c') + 1, wordIterator.following(text.indexOf('c'))); in testFollowing()
255 assertEquals(text.length(), wordIterator.following(text.indexOf('j'))); in testFollowing()
256 assertEquals(BreakIterator.DONE, wordIterator.following(text.length())); in testFollowing()
268 assertEquals(text.length(), wordIterator.following(text.indexOf('j'))); in testFollowing()
[all …]
/aosp14/frameworks/base/core/java/android/view/
H A DAccessibilityIterators.java41 public int[] following(int current); in following() method
101 public int[] following(int offset) { in following() method in AccessibilityIterators.CharacterTextSegmentIterator
114 start = mImpl.following(start); in following()
119 final int end = mImpl.following(start); in following()
189 public int[] following(int offset) { in following() method in AccessibilityIterators.WordTextSegmentIterator
202 start = mImpl.following(start); in following()
207 final int end = mImpl.following(start); in following()
270 public int[] following(int offset) { in following() method in AccessibilityIterators.ParagraphTextSegmentIterator
H A DEventLogTags.logtags23 # The data type is a number from the following values:
29 # The data unit is a number taken from the following list:
/aosp14/frameworks/base/core/java/android/text/method/
H A DWordIterator.java98 public int following(int offset) { in following() method in WordIterator
101 offset = mIterator.following(offset); in following()
125 return mIterator.following(offset); in nextBoundary()
277 return mIterator.following(offset); in getEnd()
281 return mIterator.following(offset); in getEnd()
/aosp14/system/core/fastboot/
H A DLICENSE2 modification, are permitted provided that the following conditions
5 notice, this list of conditions and the following disclaimer.
7 notice, this list of conditions and the following disclaimer in
/aosp14/system/core/libkeyutils/
H A DNOTICE5 modification, are permitted provided that the following conditions
8 notice, this list of conditions and the following disclaimer.
10 notice, this list of conditions and the following disclaimer in
/aosp14/frameworks/base/native/webview/plat_support/
H A DLICENSE4 // modification, are permitted provided that the following conditions are
8 // notice, this list of conditions and the following disclaimer.
10 // copyright notice, this list of conditions and the following disclaimer
/aosp14/frameworks/base/obex/
H A DNOTICE6 modification, are permitted provided that the following conditions are met:
9 this list of conditions and the following disclaimer.
12 this list of conditions and the following disclaimer in the documentation
/aosp14/frameworks/base/core/proto/android/server/
H A Dusagestatsservice_v2.proto50 // The following fields contain supplemental data used to build IntervalStats.
55 // The following fields contain aggregated usage stats data
61 // The following fields contain listed usage stats data
65 // The following field is only used to persist the reported events before a user unlock
67 // The following field is only used to persist the user-agnostic package usage before shut down
H A Dusagestatsservice.proto102 // The following fields contain supplemental data used to build IntervalStats, such as a string
111 // The following fields contain aggregated usage stats data
117 // The following fields contain listed usage stats data
/aosp14/system/core/init/fuzzer/
H A DREADME.md10 InitParser supports the following parameters:
32 InitProperty supports the following parameters:
56 InitUeventHandler supports the following parameters:
/aosp14/frameworks/base/mime/java-res/
H A Dvendor.mime.types20 # affects the current mappings along the lines of the following pseudo code:
28 # will be ignored. I.e., the following example lines all have the same semantics:
/aosp14/system/core/fastboot/fuzzer/
H A DREADME.md5 source code and tries to achieve the following:
11 libfastboot supports the following parameters:
/aosp14/system/core/storaged/
H A DEventLogTags.logtags19 # The data type is a number from the following values:
26 # The data unit is a number taken from the following list:
/aosp14/frameworks/base/core/tests/coretests/src/android/text/format/
H A DOWNERS1 # Inherits OWNERS from parent directory, plus the following
/aosp14/frameworks/base/core/java/android/text/format/
H A DOWNERS1 # Inherits OWNERS from parent directory, plus the following
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Ddialogs.md13 The internal elements of the dialog are laid out using the following resources:
26 the following styles for buttons.
45 This animator provides the following methods:
H A Dphysics-animation-layout.md10 … layout to configure the translation animations to be chained (for the ‘following’ drag effect), a…
17 The controller must override the following methods:
38 Like `ViewPropertyAnimator`, `PhysicsPropertyAnimator` provides the following methods for animating…
45 …y might follow a touch event location. This results in the view roughly following the path, but wi…
47 It also provides the following configuration methods:
104 …left side of the screen). When the translation animations have finished following the target, call…
H A Dbroadcasts.md18 The dispatcher supports `BroadcastReceiver` dynamic subscriptions in the following cases:
26 Additionally, the dispatcher supports the following:
39 …casts, but they are also cached (they may be replaced later) to provide the following two features:
52 …her by using `@Inject` to obtain a `BroadcastDispatcher`. Then, use the following methods in that …
/aosp14/frameworks/base/core/java/android/widget/
H A DAccessibilityIterators.java51 public int[] following(int offset) { in following() method in AccessibilityIterators.LineTextSegmentIterator
136 public int[] following(int offset) { in following() method in AccessibilityIterators.PageTextSegmentIterator
/aosp14/frameworks/base/tools/aapt2/
H A Dformats.md20 This is followed by `entry_count` of the following data structure. It must be aligned on a 32-bit
32 If the `entry_type` is equal to `RES_FILE (0x00000001)`, the `data` field contains the following:
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/
H A DREADME.md3 Please reference the following links
/aosp14/frameworks/base/tests/FlickerTests/
H A DREADME.md17 Moreover, these tests inherit the following checks:
30 Moreover, these tests inherit the following checks:
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DREADME.md7 It has the following roles:
41 testability by following dependency injection principles.
71 distinguish the following cases:
86 classified according to the following rule:
103 The following mutexes need to be considered:
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
H A DREADME.md3 The following docs present more detail about the implementation of the WMShell library (in no

123456