Searched refs:to (Results 126 - 150 of 559) sorted by relevance

1234567891011>>

/frameworks/base/packages/SystemUI/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
82 # sign this with platform cert, so this test is allowed to inject key events into
83 # UI it doesn't own. This is necessary to allow screenshots to be taken
86 # Provide jack a list of classes to exclude from code coverage.
90 # We want to exclude the test classes from code coverage measurements, but they share the same
99 # Filter all src files under src/ to just java files
108 # Convert class name list to jacoco exclude list
109 # This appends a * to all classes and replace the space separators with commas.
/frameworks/support/app-toolkit/common/src/test/java/androidx/collection/
H A DSafeIterableMapTest.java10 * Unless required by applicable law or agreed to in writing, software
38 SafeIterableMap<Integer, String> map = from(1, 2, 3, 4).to("a", "b", "c", "d");
57 SafeIterableMap<Integer, Integer> map1 = from(1, 2, 3, 4).to(10, 20, 30, 40);
58 SafeIterableMap<Integer, Integer> map2 = from(1, 2, 3, 4).to(10, 20, 30, 40);
98 SafeIterableMap<Integer, Integer> map1 = from(1, 2, 3, 4).to(1, 2, 3, 4);
99 SafeIterableMap<Integer, Integer> map2 = from(1, 2, 3, 4).to(1, 2, 3, 5);
120 SafeIterableMap<Integer, Integer> map = from(1, 2, 3, 4).to(10, 20, 30, 40);
122 assertThat(map, is(from(1, 2, 3, 4, 5).to(10, 20, 30, 40, 10)));
127 SafeIterableMap<Integer, Integer> map = from(1, 2, 3, 4).to(10, 20, 261, 40);
129 assertThat(map, is(from(1, 2, 3, 4).to(1
496 public final <V> SafeIterableMap<K, V> to(V... values) { method in class:SafeIterableMapTest.MapBuilder
[all...]
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DObservableArrayListTest.java10 * Unless required by applicable law or agreed to in writing, software
59 public void onItemRangeMoved(ObservableList sender, int from, int to, int count) {
60 mNotifications.add(new ListChange(MOVE, from, to, count));
75 this.to = 0;
79 public ListChange(int change, int from, int to, int count) { argument
81 this.to = to;
93 public final int to; field in class:ObservableArrayListTest.ListChange
/frameworks/base/core/java/android/text/
H A DSelection.java10 * Unless required by applicable law or agreed to in writing, software
73 * Set the selection anchor to <code>start</code> and the selection edge
74 * to <code>stop</code>.
81 * Set the selection anchor to <code>start</code>, the selection edge
82 * to <code>stop</code> and the memory horizontal to <code>memory</code>.
101 * Update the memory position for text. This is used to ensure vertical navigation of lines
149 * Move the cursor to offset <code>index</code>.
163 * Move the selection edge to offset <code>index</code>.
170 * Move the selection edge to offse
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DColor.java10 * Unless required by applicable law or agreed to in writing, software
70 * good practice to annotate them with the <code>@ColorInt</code> annotation
83 * <p>To easily encode color ints, it is recommended to use the static methods
86 * As a convenience this class also offers methods to encode color ints from components
90 * <p>Color longs (defined below) can be easily converted to color ints by invoking
94 * <p>It is also possible to create a color int by invoking the method {@link #toArgb()}
107 * <p>This class offers convenience methods to easily extract these components:</p>
109 * <li>{@link #alpha(int)} to extract the alpha component</li>
110 * <li>{@link #red(int)} to extract the red component</li>
111 * <li>{@link #green(int)} to extrac
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DARTPAssembler.h10 * Unless required by applicable law or agreed to in writing, software
47 static void CopyTimes(const sp<ABuffer> &to, const sp<ABuffer> &from);
/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java10 * Unless required by applicable law or agreed to in writing, software
248 private Diff diff(ZenModeConfig to) { argument
250 if (to == null) {
253 if (user != to.user) {
254 d.addLine("user", user, to.user);
256 if (allowAlarms != to.allowAlarms) {
257 d.addLine("allowAlarms", allowAlarms, to.allowAlarms);
259 if (allowMedia != to.allowMedia) {
260 d.addLine("allowMedia", allowMedia, to.allowMedia);
262 if (allowSystem != to
309 diff(ZenModeConfig from, ZenModeConfig to) argument
1362 appendDiff(Diff d, String item, ZenRule from, ZenRule to) argument
1373 appendDiff(Diff d, String item, ZenRule to) argument
1476 addLine(String item, String subitem, Object from, Object to) argument
1480 addLine(String item, Object from, Object to) argument
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DSynthesisCallback.java10 * Unless required by applicable law or agreed to in writing, software
26 * A callback to return speech data synthesized by a text to speech engine.
32 * {@link #error} can be called at any stage in the synthesis process to
34 * to {@link #done}, it might be discarded.
53 * #audioAvailable}. Calls to {@link #audioAvailable} with data lengths larger than this
59 * The service should call this when it starts to synthesize audio for this request.
75 @IntRange(from = 1, to = 2) int channelCount);
83 * @param buffer The generated audio data. This method will not hold on to {@code buffer}, so the
84 * caller is free to modif
[all...]
/frameworks/base/core/tests/overlaytests/device/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
30 # Include to build test-apps.
/frameworks/base/core/tests/overlaytests/host/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
34 # Include to build test-apps.
/frameworks/base/data/keyboards/
H A Dcommon.mk9 # Unless required by applicable law or agreed to in writing, software
15 # This is the list of framework provided keylayouts and key character maps to include.
H A Dkeyboards.mk9 # Unless required by applicable law or agreed to in writing, software
15 # Warning: this is actually a product definition, to be inherited from
/frameworks/base/nfc-extras/
H A DAndroid.mk13 # This is to reference SdkConstant annotation; not part of this lib.
26 # This is to reference SdkConstant annotation; not part of this lib.
/frameworks/base/packages/ExtServices/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
38 # Use the following include to make our test apk.
/frameworks/base/packages/SystemUI/plugin/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
33 # Dummy to generate .toc files.
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java9 * Unless required by applicable law or agreed to in writing, software distributed under the
252 // Wait for this to get laid out then set its focus.
371 private boolean move(int from, int to, View v) { argument
372 if (to == from) {
376 move(from, to, mTiles);
378 if (to >= mEditIndex) {
380 strip(mTiles.get(to)));
385 strip(mTiles.get(to)));
387 to);
389 fromLabel, (to
430 move(int from, int to, List<T> list) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DMessagingLayoutTransformState.java10 * Unless required by applicable law or agreed to in writing, software
72 true /* to */);
84 false /* to */);
91 float transformationAmount, boolean to) {
106 transformGroups(ownGroup, matchingGroup, transformationAmount, to);
109 if (to){
124 to);
135 if (to) {
139 if (to) {
167 float overallTranslation, boolean to) {
90 transformViewInternal(MessagingLayoutTransformState mlt, float transformationAmount, boolean to) argument
166 adaptGroupAppear(MessagingGroup ownGroup, float transformationAmount, float overallTranslation, boolean to) argument
229 transformGroups(MessagingGroup ownGroup, MessagingGroup otherGroup, float transformationAmount, boolean to) argument
281 transformView(float transformationAmount, boolean to, View ownView, View otherView, boolean sameAsAny, boolean useLinearTransformation) argument
[all...]
/frameworks/layoutlib/create/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
31 # Copy the jar to DIST_DIR for sdk builds
/frameworks/rs/script_api/
H A Drs_atomic.spec10 # Unless required by applicable law or agreed to in writing, software
27 Note that in RenderScript, your code is likely to be running in separate
31 modify your algorithm to avoid them altogether.
36 ret: int32_t, "Value of *addr prior to the operation."
37 arg: volatile int32_t* addr, "Address of the value to modify."
38 arg: int32_t value, "Amount to add."
41 Atomicly adds a value to the value at addr, i.e. <code>*addr += value</code>.
55 ret: int32_t, "Value of *addr prior to the operation."
56 arg: volatile int32_t* addr, "Address of the value to modify."
57 arg: int32_t value, "Value to an
[all...]
/frameworks/support/annotations/src/main/java/androidx/annotation/
H A DFloatRange.java10 * Unless required by applicable law or agreed to in writing, software
33 * &#64;FloatRange(from=0.0,to=1.0)
47 double to() default Double.POSITIVE_INFINITY;
52 /** Whether the to value is included in the range */
/frameworks/support/app-toolkit/buildSrc/src/main/kotlin/androidx/build/
H A DSupportJavaLibraryPlugin.kt10 * Unless required by applicable law or agreed to in writing, software
40 project.apply(mapOf("plugin" to "java"))
58 project.apply(mapOf("plugin" to ErrorProneBasePlugin::class.java))
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/
H A DSupportJavaLibraryPlugin.kt10 * Unless required by applicable law or agreed to in writing, software
40 project.apply(mapOf("plugin" to "java"))
58 project.apply(mapOf("plugin" to ErrorProneBasePlugin::class.java))
/frameworks/base/core/java/android/view/
H A DWindowManager.java10 * Unless required by applicable law or agreed to in writing, software
74 * The interface that apps use to talk to the window manager.
76 * Each window manager instance is bound to a particular {@link Display}.
78 * {@link Context#createDisplayContext} to obtain a {@link Context} for that
80 * to get the WindowManager.
82 * The simplest way to show a window on another display is to create a
129 * The window in the top-most activity is being closed to reveal the previous activity in the
142 * A window in the top-most activity is being closed to revea
[all...]
/frameworks/av/drm/libmediadrm/protos/
H A Dmetrics.proto10 * Unless required by applicable law or agreed to in writing, software
33 reserved 2 to 13;
45 // The Counter message is used to store a count value with an associated
53 // The DistributionMetric is meant to capture the moments of a normally
100 // Count getPropertyByteArray calls to retrieve the device unique id.
103 // Session ids to lifetime (start and end time) map.
/frameworks/av/media/libaudioprocessing/
H A DAndroid.mk35 # uncomment to disable NEON on architectures that actually do support NEON, for benchmarking

Completed in 1427 milliseconds

1234567891011>>