Searched refs:to (Results 401 - 425 of 559) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/view/textclassifier/
H A DEntityConfidence.java10 * Unless required by applicable law or agreed to in writing, software
51 * Constructs an EntityConfidence from a map of entity to confidence.
53 * Map entries that have 0 confidence are removed, and values greater than 1 are clamped to 1.
55 * @param source a map from entity to a confidence value in the range 0 (low confidence) to
61 // Prune non-existent entities and clamp to 1.
72 * high confidence to low confidence.
81 * 0 (low confidence) to 1 (high confidence). 0 indicates that the entity was not found for the
84 @FloatRange(from = 0.0, to = 1.0)
H A DTextSelection.java10 * Unless required by applicable law or agreed to in writing, software
77 * to low confidence.
90 * 0 (low confidence) to 1 (high confidence). 0 indicates that the entity was not found for the
93 @FloatRange(from = 0.0, to = 1.0)
115 * Builder used to build {@link TextSelection} objects.
125 * Creates a builder used to build {@link TextSelection} objects.
140 * @param confidenceScore a value from 0 (low confidence) to 1 (high confidence).
142 * Values greater than 1 are clamped to 1.
147 @FloatRange(from = 0.0, to = 1.0) float confidenceScore) {
232 * @return ordered list of locale preferences that can be used to disambiguat
[all...]
/frameworks/opt/net/wifi/service/jni/
H A Djni_helper.h10 * Unless required by applicable law or agreed to in writing, software
21 /* JNI Helpers for wifi_hal to WifiNative bridge implementation */
77 /* helpers to deal with static members */
79 void setByteArrayRegion(jbyteArray array, int from, int to, const jbyte *bytes);
/frameworks/base/graphics/java/android/graphics/
H A DColorSpace.java10 * Unless required by applicable law or agreed to in writing, software
36 * <p>A {@link ColorSpace} is used to identify a specific organization of colors.
41 * <p>Each component of a color must fall within a valid range, specific to each
43 * This range is commonly \([0..1]\). While it is recommended to use values in the
45 * operations such as converting to a different color space.</p>
59 * cast to {@link Rgb}. Doing so gives you access to more APIs to query various
61 * conversions to and from linear space, etc. Please refer to {
[all...]
/frameworks/av/services/soundtrigger/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/core/tests/coretests/src/android/widget/
H A DSimpleCursorAdapterTest.java10 * Unless required by applicable law or agreed to in writing, software
166 // check columns to see if rearrangement tracked (should be swapped now)
173 * Test that you can safely construct with a null cursor *and* null to/from arrays.
183 * Test going from a null cursor to a non-null cursor *and* setting the to/from arrays
206 * Test going from one mapping to a different mapping
251 * This is simply a way to sneak a look at the protected mFrom() array. A more API-
252 * friendly way to do this would be to mock out a View and a ViewBinder and exercise
258 String[] from, int[] to) {
257 TestSimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) argument
[all...]
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests2/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/core/tests/overlaytests/host/test-apps/SignatureOverlay/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/media/mca/filterpacks/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/packages/InputDevices/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/packages/SettingsLib/tests/integ/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/test-runner/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/net/wifi/service/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/photoviewer/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/photoviewer/sample/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/telephony/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DTransform.java10 * Unless required by applicable law or agreed to in writing, software
24 * code to manage transformations between world screen and volume space.
73 public Matrix getMatrix(char from, char to) { argument
74 return mAllMat[from][to];
194 Log.v(LOGTAG, "==== SCREEN_SPACE to WORLD_SPACE ======");
196 Log.v(LOGTAG, "==== SCREEN_SPACE to VOLUME_SPACE ======");
198 Log.v(LOGTAG, "==== WORLD_SPACE to VOLUME_SPACE ======");
200 Log.v(LOGTAG, "==== WORLD_SPACE to SCREEN_SPACE ======");
202 Log.v(LOGTAG, "==== VOLUME_SPACE to SCREEN_SPACE ======");
204 Log.v(LOGTAG, "==== VOLUME_SPACE to WORLD_SPAC
[all...]
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/util/
H A DDiffUtilActivity.java10 * Unless required by applicable law or agreed to in writing, software
151 int to = mRandom.nextInt(output.size());
152 output.add(to, output.remove(from));
/frameworks/support/jetifier/jetifier/gradle-plugin/src/main/kotlin/com/android/tools/build/jetifier/plugin/gradle/
H A DJetifyLibsTask.kt10 * Unless required by applicable law or agreed to in writing, software
44 const val DESCRIPTION = "Rewrites input libraries to run with jetpack"
66 * Adds individual files collection to be processed by Jetifier.
68 * See [JetifierExtension] for details on how to use this.
71 return project.files(files.map { addFile(it).to }.toList())
87 * Used by Gradle to figure out whether this task should be re-run. If the result of this method
96 * Used by Gradle to figure out whether this task should be re-run and if other tasks that are
99 * and lead to constant re-runs.
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/writer/
H A DSQLiteOpenHelperWriterTest.kt10 * Unless required by applicable law or agreed to in writing, software
83 """.trimIndent(), attributes = mapOf("primaryKeys" to "{\"uuid\", \"name\"}")
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/util/
H A DDiffUtilActivity.java10 * Unless required by applicable law or agreed to in writing, software
151 int to = mRandom.nextInt(output.size());
152 output.add(to, output.remove(from));
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/graphics/drawable/
H A DDrawerArrowDrawable.java10 * Unless required by applicable law or agreed to in writing, software
51 * Direction to make the arrow point towards the left.
59 * Direction to make the arrow point towards the right.
67 * Direction to make the arrow point towards the start.
79 * Direction to make the arrow point to the end.
126 * @param context used to get the configuration for the drawable from
155 * Sets the length of the arrow head (from tip to edge, perpendicular to the shaft).
167 * Returns the length of the arrow head (from tip to edg
[all...]
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java10 * Unless required by applicable law or agreed to in writing, software
45 * <p>The following snippet shows how to include a linear layout in your layout XML file:</p>
60 * <p>Set {@link android.R.styleable#LinearLayout_orientation android:orientation} to specify
65 * snippet above sets android:gravity to "center". The value you set affects
70 * on individual child views to specify how linear layout divides remaining space amongst
77 * to learn about other attributes you can set on a child view to affect its
142 * Note: this is orthogonal to {@link #mBaselineAligned}, which is concerned
149 * The additional offset to the child's baseline.
221 * Signals that compatibility booleans have been initialized according to
[all...]

Completed in 750 milliseconds

<<11121314151617181920>>