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

1234567891011>>

/frameworks/opt/setupwizard/library/
H A Dcommon-platform-deprecated.mk3 # Include this make file to build your application against this module.
5 # Make sure to include it after you've set all your desired LOCAL variables.
16 # Path to directory of setup wizard lib (e.g. frameworks/opt/setupwizard/library)
/frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/transform/metainf/
H A DMetaInfTransformer.kt10 * Unless required by applicable law or agreed to in writing, software
54 var to = TO_VERSION
57 to = FROM_VERSION
64 file.setNewData(to.toByteArray())
/frameworks/base/core/java/android/widget/
H A DSimpleCursorAdapter.java10 * Unless required by applicable law or agreed to in writing, software
25 * An easy adapter to map columns from a cursor to TextViews or ImageViews
27 * views you want to display the columns, and the XML file that defines
34 * returned value is false and the view to bind is a TextView,
36 * is false and the view to bind is an ImageView,
44 * to get control over the filtering process. You can refer to
50 * A list of columns containing the data to bind to th
77 SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) argument
102 SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to, int flags) argument
360 changeCursorAndColumns(Cursor c, String[] from, int[] to) argument
[all...]
/frameworks/base/core/tests/coretests/apks/install_bad_dex/
H A DAndroid.mk10 # Override target specific variable PRIVATE_DEX_FILE to inject bad classes.dex file.
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
30 # Need to run as system app to get access to Settings. This test won't work for user builds.
/frameworks/ml/nn/runtime/
H A DAndroid.bp10 * Unless required by applicable law or agreed to in writing, software
91 to: "android",
/frameworks/rs/script_api/
H A Drs_core.spec10 # Unless required by applicable law or agreed to in writing, software
21 RenderScript code is compiled on devices at runtime to allow platform-independence as well.
24 to write RenderScript code in C99. The RenderScript compute header files are automatically
27 To use RenderScript, you need to utilize the RenderScript runtime APIs documented here as well
31 For more information on how to develop with RenderScript and how the runtime and Android
/frameworks/support/cursoradapter/src/main/java/androidx/cursoradapter/widget/
H A DSimpleCursorAdapter.java10 * Unless required by applicable law or agreed to in writing, software
32 * Used to write apps that run on platforms prior to Android 3.0. When running
34 * to switch to the framework's implementation. See the framework SDK
39 * A list of columns containing the data to bind to the UI.
46 * A list of View ids representing the views to which the data must be bound.
68 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { argument
70 mTo = to;
93 SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to, int flags) argument
350 changeCursorAndColumns(Cursor c, String[] from, int[] to) argument
[all...]
/frameworks/base/tools/aapt/
H A DSourcePos.h27 static void printErrors(FILE* to);
H A DSourcePos.cpp29 void print(FILE* to) const;
66 ErrorPos::print(FILE* to) const
83 fprintf(to, "%s:%d: %s%s\n", this->file.string(), this->line, type, this->error.string());
85 fprintf(to, "%s: %s%s\n", this->file.string(), type, this->error.string());
88 fprintf(to, "%s%s\n", type, this->error.string());
156 SourcePos::printErrors(FILE* to) argument
160 it->print(to);
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/vo/
H A DCustomTypeConverter.kt10 * Unless required by applicable law or agreed to in writing, software
31 val from: TypeMirror, val to: TypeMirror) {
34 val toTypeName: TypeName by lazy { to.typeName() }
/frameworks/av/media/audioserver/
H A DAndroid.mk46 # If AUDIOSERVER_MULTILIB in device.mk is non-empty then it is used to control
52 # 32 to build 32 bit audioserver libraries and 32 bit audioserver.
53 # 64 to build 64 bit audioserver libraries and 64 bit audioserver.
54 # both to build both 32 bit and 64 bit libraries,
56 # first to build libraries and audioserver for the primary target architecture only.
57 # <empty> to build both 32 and 64 bit libraries and 32 bit audioserver.
/frameworks/base/core/java/com/android/internal/graphics/palette/
H A DTarget.java10 * Unless required by applicable law or agreed to in writing, software
28 * Unless required by applicable law or agreed to in writing, software
135 boolean mIsExclusive = true; // default to true
154 @FloatRange(from = 0, to = 1)
162 @FloatRange(from = 0, to = 1)
170 @FloatRange(from = 0, to = 1)
178 @FloatRange(from = 0, to = 1)
186 @FloatRange(from = 0, to = 1)
194 @FloatRange(from = 0, to = 1)
203 * <p>The larger the weight, relative to th
[all...]
/frameworks/support/browser/src/main/java/androidx/browser/browseractions/
H A DBrowserActionsFallbackMenuDialog.java10 * Unless required by applicable law or agreed to in writing, software
37 // Exit animation duration should be set to 60% of the enter animation duration.
70 float to = isEnterAnimation ? 1f : 0f;
76 .scaleX(to)
77 .scaleY(to)
/frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/type/
H A DTypesMap.kt10 * Unless required by applicable law or agreed to in writing, software
25 * Contains all the mappings needed to rewrite java types.
49 return JsonData(types.map { it.key.fullName to it.value.fullName }.toMap().toSortedMap())
58 for ((from, to) in types) {
59 val conflictFrom = typesReversed[to]
61 Log.e(TAG, "Conflict: %s -> (%s, %s)", to, from, conflictFrom)
64 typesReversed[to] = from
89 throw RuntimeException("Failed to merge the given types maps as there is" +
150 .map { JavaType(it.key) to JavaType(it.value) }
/frameworks/support/palette/src/main/java/androidx/palette/graphics/
H A DTarget.java10 * Unless required by applicable law or agreed to in writing, software
118 boolean mIsExclusive = true; // default to true
137 @FloatRange(from = 0, to = 1)
145 @FloatRange(from = 0, to = 1)
153 @FloatRange(from = 0, to = 1)
161 @FloatRange(from = 0, to = 1)
169 @FloatRange(from = 0, to = 1)
177 @FloatRange(from = 0, to = 1)
186 * <p>The larger the weight, relative to the other weights, the more important that a color
187 * being close to th
[all...]
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/solver/
H A DTypeAssignmentTest.kt10 * Unless required by applicable law or agreed to in writing, software
71 to = hashSet
75 to = set
86 * // to accept it
94 to = varianceSet
98 to = set
111 to = objectMap
115 to = unbounded
/frameworks/base/core/java/android/app/
H A DActionBar.java10 * Unless required by applicable law or agreed to in writing, software
56 * Toolbar widget within the application layout. The application may signal to the Activity
59 * {@link android.R.styleable#Theme_windowActionBar windowActionBar} attribute to <code>false</code>
65 * object obtained from the Activity can be used to control either configuration transparently.</p>
74 * Apps wishing to express a stronger branding should use their brand colors heavily
83 * your activity, you can enable an action mode that offers actions specific to the selected
90 * <p>For information about how to use the action bar, including how to add action items, navigation
108 * will dispatch onOptionsItemSelected to the host Activity with
122 * e.g. this might be presented to th
[all...]
/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java10 * Unless required by applicable law or agreed to in writing, software
76 @FloatRange(from = 0.0, to = 1.0)
109 * Calculates the minimum alpha value which can be applied to {@code background} so that would
110 * have a contrast value of at least {@code minContrastRatio} when alpha blended to
121 // what we're trying to calculate.
126 // Float rounding might set this alpha to something other that 255,
134 * Calculates the minimum alpha value which can be applied to {@code foreground} so that would
135 * have a contrast value of at least {@code minContrastRatio} when compared to
167 * and target contrast that needs to be satisfied.
177 // Binary search to fin
[all...]
/frameworks/support/compat/src/main/java/androidx/core/graphics/
H A DColorUtils.java10 * Unless required by applicable law or agreed to in writing, software
72 * If the two colors have different color spaces, the foreground color is converted to the
110 @SuppressLint("Range") // TODO Remove after upgrading Android Gradle Plugin to 3.1 or newer.
116 // Divide by final alpha to return non pre-multiplied color
143 @FloatRange(from = 0.0, to = 1.0)
176 * Calculates the minimum alpha value which can be applied to {@code foreground} so that would
177 * have a contrast value of at least {@code minContrastRatio} when compared to
200 // Binary search to find a value with the minimum value which provides sufficient contrast
221 // Conservatively return the max of the range of possible alphas, which is known to pass.
226 * Convert RGB components to HS
[all...]
/frameworks/native/libs/vr/libdvr/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
18 # doesn't work well. Migrate to use Android.bp once b/73133405 gets fixed.
24 # and shall only get access to |dvrGetApi|, as other symbols are hidden from the
42 # DTS Should only link to NDK libraries.
69 # DTS Should only link to NDK libraries.
/frameworks/support/jetifier/jetifier/processor/src/test/kotlin/com/android/tools/build/jetifier/processor/
H A DProcessorTest.kt10 * Unless required by applicable law or agreed to in writing, software
40 dependenciesMap.forEach { _, to ->
41 Truth.assertThat(to).doesNotContain("{")
42 Truth.assertThat(to).doesNotContain("}")
43 Truth.assertThat(to).doesNotContain("undefined")
68 to = PomDependency("test2.group2", "artifactTest2", "1.0.0")
/frameworks/base/core/tests/coretests/apks/install_jni_lib/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
29 # from installing library to /system/lib
32 # .. we want to avoid that... so we put it somewhere
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DModelMethod.java10 * Unless required by applicable law or agreed to in writing, software
56 * Returns the JNI description of the method which can be used to lookup it in SDK.
67 * @param args The arguments to the method
68 * @return Whether the arguments would be accepted as parameters to this method.
184 public static boolean isImplicitConversion(ModelClass from, ModelClass to) { argument
185 if (from != null && to != null && from.isPrimitive() && to.isPrimitive()) {
186 if (from.isBoolean() || to.isBoolean() || to.isChar()) {
190 int toConversionLevel = getImplicitConversionLevel(to);
[all...]
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DListChangeRegistryTest.java10 * Unless required by applicable law or agreed to in writing, software
64 public void onItemRangeMoved(ObservableList sender, int from, int to, int count) {
103 public void onItemRangeMoved(ObservableList sender, int from, int to, int count) {
142 public void onItemRangeMoved(ObservableList sender, int from, int to, int count) {
180 public void onItemRangeMoved(ObservableList sender, int from, int to, int count) {
182 assertEquals(expectedTo, to);
220 public void onItemRangeMoved(ObservableList sender, int from, int to, int count) {

Completed in 720 milliseconds

1234567891011>>