Home
last modified time | relevance | path

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

12345678910>>...29

/frameworks/base/core/java/android/view/
DAccessibilityIterators.java40 public int[] following(int current); in following() method
95 public int[] following(int offset) { in following() method in AccessibilityIterators.CharacterTextSegmentIterator
108 start = mImpl.following(start); in following()
113 final int end = mImpl.following(start); in following()
185 public int[] following(int offset) { in following() method in AccessibilityIterators.WordTextSegmentIterator
198 start = mImpl.following(start); in following()
203 final int end = mImpl.following(start); in following()
266 public int[] following(int offset) { in following() method in AccessibilityIterators.ParagraphTextSegmentIterator
/frameworks/base/core/java/android/text/method/
DWordIterator.java85 public int following(int offset) { in following() method in WordIterator
88 shiftedOffset = mIterator.following(shiftedOffset); in following()
114 shiftedOffset = mIterator.following(shiftedOffset); in nextBoundary()
271 return mIterator.following(shiftedOffset) + mOffsetShift; in getEnd()
275 return mIterator.following(shiftedOffset) + mOffsetShift; in getEnd()
/frameworks/webview/chromium/
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
/frameworks/base/obex/
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
/frameworks/compile/mclinker/
DLICENSE.TXT21 so, subject to the following conditions:
24 this list of conditions and the following disclaimers.
27 this list of conditions and the following disclaimers in the
57 The following pieces of software have additional or alternate copyrights,
/frameworks/native/opengl/tests/angeles/
Dlicense-BSD.txt10 modification, are permitted provided that the following conditions
14 notice, this list of conditions and the following disclaimer.
16 notice, this list of conditions and the following disclaimer in
/frameworks/base/docs/html/ndk/guides/
Dstable_apis.jd38 For example, to link against {@code /system/lib/libfoo.so}, add the following line to your
142 <p>The NDK provides the following APIs for developing native code that runs on Android 1.5 system
164 linking by including the following line in your <a href="{@docRoot}ndk/guides/android_mk.html">
174 module against {@code /system/lib/libz.so} by including the following line in your
184 {@code /system/lib/libdl.so} by including the following line in your
192 <p>The NDK provides the following APIs for developing native code that runs on Android 1.6 system
200 including the following line in your <a href="{@docRoot}ndk/guides/android_mk.html">
233 <p>The NDK provides the following APIs for developing native code that runs on Android 2.0 system
243 including the following line in your <a href="{@docRoot}ndk/guides/android_mk.html">
277 <p>The NDK provides the following APIs for developing native code that runs on Android 2.2 system
[all …]
Dcpp-support.jd119 <p>This runtime only provides the following headers, with no support beyond them:</p>
160 build the library from sources by adding the following line to your {@code Application.mk}
182 but you can force the NDK to rebuild {@code libc++} from sources by adding the following line to
192 If you are using {@code ndk-build}, add the following line:</p>
213 doesn't support. Switching locale from the default produces the following warning in
237 <p>To enable exception-handling support for your entire app, add the following line to
239 To enable exception-handling support for individual modules', add the following line to
251 <p>To enable RTTI support for your entire app for your entire application, add the following line to
258 To enable RTTI support for individual modules, add the following line to
298 <p>For example, an app may have the following modules:</p>
/frameworks/data-binding/compilerCommon/
DXMLParser.g47 modification, are permitted provided that the following conditions
10 notice, this list of conditions and the following disclaimer.
12 notice, this list of conditions and the following disclaimer in the
DXMLLexer.g47 modification, are permitted provided that the following conditions
10 notice, this list of conditions and the following disclaimer.
12 notice, this list of conditions and the following disclaimer in the
/frameworks/base/docs/html/training/beam-files/
Dsend-files.jd36 The Android Beam file transfer feature has the following requirements:
66 NFC, you must request the following permissions in your app manifest:
73 Allows your app to send data over NFC. To specify this permission, add the following element
84 Allows your app to read from external storage. To specify this permission, add the following
110 The following snippet shows you how to specify the
132 version in code, as described in the following section.
136 To specify in your app manifest that NFC is optional, you use the following element:
206 following snippet shows you how to do this:
236 following snippet shows you how to do this:
274 for the file. For example, the following snippet shows you how to get a file URI from a file
/frameworks/base/docs/html/guide/topics/text/
Dspell-checker-framework.jd44 The following diagram shows the lifecycle of the spelling checker service:
67 Define the service and session object with the following classes:
76 subclass, you must implement the following method:
97 following methods:
149 settings, as shown in the following snippet:
186 The metadata file <code>spellchecker.xml</code> contains the following XML:
214 following screenshots show this:
226 The following diagram shows the flow of control for interacting with a spelling checker service:
/frameworks/rs/api/
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/native/services/surfaceflinger/EventLog/
DEventLogTags.logtags19 # The data type is a number from the following values:
25 # The data unit is a number taken from the following list:
/frameworks/base/docs/html/training/tv/playback/
Dbrowse.jd39 minimum of code. The following example shows how to create a layout that contains a {@link
63 The following code sample demonstrates how to set the layout parameters for a {@link
106 The following example code shows an implementation of a {@link
136 screen for browsing by the user. The following example code demonstrates how to construct an
186 class for changing the background of your TV app activity. The following example shows how to
199 update the background based on the user's current selection. The following example shows you how
/frameworks/base/docs/html/preview/backup/
Dindex.jd101 following example:
122 up. The following example code shows a configuration file that excludes a specific file from
153 The following elements and attributes allow you to specify the files to include and exclude from
219 your manifest. This setting is illustrated in the following example code:
258 <p>To manually run a backup, first you must initialize the Backup Manager by calling the following
267 Next, you manually backup your application using the following command, specifying the package
278 To manually initiate a restore after your app data is backed up, call the following command,
309 To get the list of transports, call the following command:
316 <p>The following are known issues with the automatic backup service:</p>
/frameworks/base/docs/html/training/notify-user/
Dmanaging.jd46 The following section describes how to update notifications and also how to remove them.
58 The following snippet demonstrates a notification that is updated to reflect the
86 Notifications remain visible until one of the following happens:
/frameworks/base/core/jni/android/graphics/
DShader.cpp40 #error Need to convert float array to SkScalar array before calling the following function. in Color_HSVToColor()
117 #error Need to convert float array to SkScalar array before calling the following function. in LinearGradient_create1()
161 #error Need to convert float array to SkScalar array before calling the following function. in RadialGradient_create1()
200 #error Need to convert float array to SkScalar array before calling the following function. in SweepGradient_create1()
/frameworks/base/docs/html/training/material/
Ddrawables.jd21 <p>The following capabilities for drawables help you implement material design in your apps:</p>
50 This class extracts the following prominent colors:</p>
70 <p>To use the {@link android.support.v7.graphics.Palette} class in your project, add the following
102 <p>The following example defines a vector image with the shape of a heart:</p>
/frameworks/base/docs/html/training/wearables/data-layer/
Dmessages.jd24 and attach the following items to the message:</p>
56 <p>The following sections show you how to advertise device nodes that can process activity
85 <p>The following example shows how to add a capability named <code>voice_transcription</code> to
101 The following example shows how to manually retrieve the results of reachable nodes with the
125 The following example shows how to register the listener and retrieve the results of reachable nodes
167 <p>The following example shows how you might determine the best node to use:</p>
197 <p>The following example shows how to send a message to the transcription-capable node from a
240 connected nodes that you can send messages to, implement the following code:</p>
/frameworks/base/docs/html/preview/features/
Dapp-linking.jd95 patterns to be handled by your app. The following sample code shows an intent filter that can
150 following manifest code snippet:
181 patterns defined in its intent filters. For example, an app with the following intent filters
218 app with the following intent filter declaration would pass verification only if the website
244 file, with the name {@code assetlinks.json}, at the following well-known location on the domain:
260 The JSON file identifies associated apps with the following fields:
267 You can use the Java keytool to generate the fingerprint using the following command:
275 The following example {@code assetlinks.json} file grants link opening rights to a
296 file. The following file listing shows an example of a statement file that declares association
340 assetlinks.json} files. The following file listings show an example of how to declare the
[all …]
/frameworks/compile/libbcc/
DNOTICE110 meet the following conditions:
129 of the following places: within a NOTICE text file distributed
223 so, subject to the following conditions:
226 this list of conditions and the following disclaimers.
229 this list of conditions and the following disclaimers in the
259 The following pieces of software have additional or alternate copyrights,
284 * modification, are permitted provided that the following conditions
287 * notice, this list of conditions and the following disclaimer.
289 * notice, this list of conditions and the following disclaimer in the
292 * must display the following acknowledgement:
/frameworks/compile/slang/
DNOTICE108 meet the following conditions:
127 of the following places: within a NOTICE text file distributed
223 so, subject to the following conditions:
226 this list of conditions and the following disclaimers.
229 this list of conditions and the following disclaimers in the
257 The following pieces of software have additional or alternate copyrights,
293 so, subject to the following conditions:
296 this list of conditions and the following disclaimers.
299 this list of conditions and the following disclaimers in the
329 The following pieces of software have additional or alternate copyrights,
/frameworks/base/core/java/android/widget/
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
/frameworks/base/docs/html/tools/help/
Dmonitor.jd19 encapsulates the following tools:</p>
40 <li>From the command line, in the SDK <code>tools/</code> directory, enter the following command:

12345678910>>...29