Searched refs:to (Results 51 - 75 of 514) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/text/
H A DSelection.java10 * Unless required by applicable law or agreed to in writing, software
64 * Set the selection anchor to <code>start</code> and the selection edge
65 * to <code>stop</code>.
84 * Move the cursor to offset <code>index</code>.
98 * Move the selection edge to offset <code>index</code>.
118 * Move the cursor to the buffer offset physically above the current
119 * offset, to the beginning if it is on the top line but not at the
163 * Move the cursor to the buffer offset physically below the current
164 * offset, to the end of the buffer if it is on the bottom line but
209 * Move the cursor to th
[all...]
/frameworks/base/core/java/android/annotation/
H A DFloatRange.java10 * Unless required by applicable law or agreed to in writing, software
32 * &#64;FloatRange(from=0.0,to=1.0)
48 double to() default Double.POSITIVE_INFINITY;
53 /** Whether the to value is included in the range */
H A DIntRange.java10 * Unless required by applicable law or agreed to in writing, software
33 * &#64;IntRange(from=0,to=255)
47 long to() default Long.MAX_VALUE;
/frameworks/base/libs/hwui/utils/
H A DVectorDrawableUtils.h10 * Unless required by applicable law or agreed to in writing, software
35 static void interpolatePaths(PathData* outPathData, const PathData& from, const PathData& to,
/frameworks/base/services/core/java/com/android/server/wm/
H A DBoundsAnimationController.java10 * Unless required by applicable law or agreed to in writing, software
38 * In multi-window world bounds of both stack and tasks can change. When we need these bounds to
39 * change smoothly and not require the app to relaunch (e.g. because it handles resizes and
40 * relaunching it would cause poorer experience), these class provides a way to directly animate
43 * The object that is resized needs to implement {@link AnimateBoundsUser} interface.
45 * NOTE: All calls to methods in this class should be done on the UI thread
70 // window manager lock held at this point. Post a message to take care of the processing
107 // True to true if this animation replaced a previous animation of the same
112 // a smaller to a larger size
116 BoundsAnimator(AnimateBoundsUser target, Rect from, Rect to, argument
279 animateBounds(final AnimateBoundsUser target, Rect from, Rect to, int animationDuration) argument
[all...]
/frameworks/support/annotations/src/android/support/annotation/
H A DIntRange.java10 * Unless required by applicable law or agreed to in writing, software
33 * &#64;IntRange(from=0,to=255)
45 long to() default Long.MAX_VALUE;
/frameworks/rs/api/
H A Drs_for_each.spec10 # Unless required by applicable law or agreed to in writing, software
20 The @rsForEach() function can be used to invoke the root kernel of a script.
22 The other functions are used to get the characteristics of the invocation of
38 This type is used to suggest how the invoked kernel should iterate over the cells of the
48 summary: Handle to a kernel invocation context
55 rs_kernel_context to your kernel function. See @rsGetDimX() and @rsGetArray0() for examples.
77 This structure is used to provide iteration information to a rsForEach call.
78 It is currently used to restrict processing to
[all...]
/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java10 * Unless required by applicable law or agreed to in writing, software
213 private Diff diff(ZenModeConfig to) { argument
215 if (to == null) {
218 if (user != to.user) {
219 d.addLine("user", user, to.user);
221 if (allowCalls != to.allowCalls) {
222 d.addLine("allowCalls", allowCalls, to.allowCalls);
224 if (allowRepeatCallers != to.allowRepeatCallers) {
225 d.addLine("allowRepeatCallers", allowRepeatCallers, to.allowRepeatCallers);
227 if (allowMessages != to
262 diff(ZenModeConfig from, ZenModeConfig to) argument
1151 appendDiff(Diff d, String item, ZenRule from, ZenRule to) argument
1162 appendDiff(Diff d, String item, ZenRule to) argument
1381 addLine(String item, String subitem, Object from, Object to) argument
1385 addLine(String item, Object from, Object to) argument
[all...]
/frameworks/base/libs/common_time/
H A DAndroid.mk20 # Uncomment to enable vesbose logging and debug service.
/frameworks/base/media/tests/MediaDump/
H A DAndroid.mk15 # Use the following include to make our test apk.
/frameworks/base/packages/SettingsProvider/test/
H A DAndroid.mk5 # Note we statically link SettingsState to do some unit tests. It's not accessible otherwise
/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.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/cmds/dumpstate/
H A DAndroid.mk18 # ZipArchive support, the order matters here to get all symbols.
/frameworks/native/opengl/tests/gl2_cameraeye/
H A DAndroid.mk15 # Use the following include to make our test apk.
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DReadRecInd.java11 * Unless required by applicable law or agreed to in writing, software
30 * @param to the to value
32 * NullPointerException if messageId or to is null.
38 EncodedStringValue[] to) throws InvalidHeaderValueException {
44 setTo(to);
34 ReadRecInd(EncodedStringValue from, byte[] messageId, int mmsVersion, int readStatus, EncodedStringValue[] to) argument
/frameworks/support/frameworks/support/samples/Support13Demos/
H A DAndroid.mk21 # Use the folloing include to make our test apk.
/frameworks/support/frameworks/support/samples/Support4Demos/
H A DAndroid.mk20 # Use the following include to make our test apk.
/frameworks/support/frameworks/support/samples/SupportAppNavigation/
H A DAndroid.mk22 # Use the following include to make our test apk.
/frameworks/support/frameworks/support/samples/SupportVectorDrawable/static/
H A DAndroid.mk24 # Use the following include to make our test apk.

Completed in 1022 milliseconds

1234567891011>>