Searched refs:to (Results 476 - 500 of 559) sorted by relevance

<<11121314151617181920>>

/frameworks/base/libs/hwui/utils/
H A DVectorDrawableUtils.cpp10 * Unless required by applicable law or agreed to in writing, software
63 * Convert an array of PathVerb to Path.
81 * <code>nodeFrom</code> and <code>nodeTo</code> according to the
86 * @param fraction The fraction to interpolate.
89 const PathData& to, float fraction) {
95 outData->points[i] = from.points[i] * (1 - fraction) + to.points[i] * fraction;
99 // Use the given verb, and points in the range [start, end) to insert a command into the SkPath.
110 // Path is closed here, but we need to move the pen to the
155 // According to th
88 interpolatePaths(PathData* outData, const PathData& from, const PathData& to, float fraction) argument
[all...]
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgramCache.cpp10 * Unless required by applicable law or agreed to in writing, software
33 * A simple formatter class to automatically add the endl and
64 friend inline Formatter& operator<<(Formatter& to, FormaterManipFunc func) { argument
65 return (*func)(to);
196 // Generate EOTF that converts signal values to relative display light,
197 // both normalized to [0, 1].
257 // Convert relative light to absolute light.
285 // Tone map absolute light to display luminance range.
292 // HLG content will always be converted to PQ. However, for
293 // completeness, we simply clamp the value to [0.
[all...]
/frameworks/opt/net/wifi/libwifi_hal/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/transform/pom/
H A DPomDocument.kt10 * Unless required by applicable law or agreed to in writing, software
67 * Currently it checks that all the dependencies that are going to be rewritten by the given
72 // Nothing to validate as this file has no dependencies section
80 * Applies the given [rules] to rewrite the POM file.
88 // Nothing to transform as this file has no dependencies section
147 return rule.to.rewrite(dependency, context.versions)
161 // No rule to rewrite => keep it
166 * Saves any current pending changes back to the file if needed.
/frameworks/support/jetifier/jetifier/standalone/src/main/kotlin/com/android/tools/build/jetifier/standalone/
H A DMain.kt10 * Unless required by applicable law or agreed to in writing, software
80 desc = "Rebuild the zip of maven distribution according to the generated pom file." +
81 "If set, all libraries being rewritten are assumed to be part of Support " +
89 desc = "Versions of dependencies to be substituted by Jetifier. In most cases you " +
90 "want to leave the default which is 'latestReleased'. Check Jetifier's config " +
143 Log.e(TAG, "Failed to load the config file")
161 val tempFile = fileMappings.first().to
/frameworks/support/lifecycle/compiler/src/main/kotlin/androidx/lifecycle/
H A Dinput_collector.kt10 * Unless required by applicable law or agreed to in writing, software
59 worldCollector.generatedAdapterInfoFor(type)?.let { type to it }
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
H A DCustomConverterProcessor.kt10 * Unless required by applicable law or agreed to in writing, software
77 it.value.groupBy { it.to.typeName() }.forEach {
90 // using element utils instead of MoreElements to include statics.
/frameworks/support/textclassifier/src/main/java/androidx/textclassifier/
H A DTextClassification.java10 * Unless required by applicable law or agreed to in writing, software
44 * Information for generating a widget to handle classified text.
46 * <p>A TextClassification object contains icons, labels, and intents that may be used to build a
47 * widget that can be used to act on classified text. There is the concept of a <i>primary
63 * TODO: describe how to start action mode for classified text.
73 // TODO: investigate a way to derive this based on device properties.
128 * to low confidence.
140 * 0 (low confidence) to 1 (high confidence). 0 indicates that the entity was not found for the
143 @FloatRange(from = 0.0, to = 1.0)
149 * Returns the number of <i>secondary</i> actions that are available to ac
[all...]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java10 * Unless required by applicable law or agreed to in writing, software
674 L.d("setter %s takes type %s, compared to %s",
735 L.d("getter %s returns type %s, compared to %s",
961 private MethodDescription getConversionMethod(ModelClass from, ModelClass to, argument
963 if (from != null && to != null) {
964 if (to.isObject()) {
977 if (canUseForConversion(convertTo, to)) {
993 private boolean canUseForConversion(ModelClass from, ModelClass to) { argument
994 if (from.isIncomplete() || to.isIncomplete()) {
996 to
[all...]
/frameworks/base/
H A DAndroid.mk10 # Unless required by applicable law or agreed to in writing, software
30 # Copy AIDL files to be preprocessed and included in the SDK,
31 # specified relative to the root of the build tree.
36 define stubs-to-aidl-parcelables
46 $(eval $(call stubs-to-aidl-parcelables,$(stubs))))
75 # Find all files in specific directories (relative to frameworks/base)
76 # to document and check apis
82 # Find all files in specific packages that were used to compile
83 # framework.jar to document and check apis
92 # Find all generated files that were used to compil
[all...]
/frameworks/base/cmds/statsd/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
305 # Bug: http://b/29823425 Disable -Wvarargs for Clang update to r271374
/frameworks/base/core/java/android/printservice/
H A DPrintJob.java10 * Unless required by applicable law or agreed to in writing, software
78 * current print job state. Every call to this method returns a fresh
115 * ready to be printed and can be started or cancelled.
146 * due to an abnormal condition and can be started or canceled or failed.
176 * not successfully printed due to an error. This is a final state.
207 * This resets the print status to null. Set the new status by using {@link #setStatus}.
228 * you need to block the print job. For example, the user has to add some paper to continue
291 * true and you canceled the print job as a response to
[all...]
/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java10 * Unless required by applicable law or agreed to in writing, software
50 * The id of a generic virtual keyboard with a full layout that can be used to
59 * It may be necessary to tap a key multiple times to generate the desired letter
79 * layout with a small form factor. In contrast to a {@link #FULL full keyboard}, some
81 * In addition, to improve typing speed and accuracy, the framework provides
103 * A keyboard that is only used to control special functions rather than for typing.
112 * This private-use character is used to trigger Unicode character
118 * This private-use character is used to bring up a character picker for
145 * Mask the return value from {@link #get(int, int)} with this value to ge
[all...]
H A DView.java10 * Unless required by applicable law or agreed to in writing, software
149 * used to create interactive UI components (buttons, text fields, etc.). The
157 * <p>For information about using this class to develop your application's user interface,
171 * common operations you may wish to perform:
179 * response to user input. To force focus to a specific view, call
181 * <li><strong>Set up listeners:</strong> Views allow clients to set listeners
182 * that will be notified when something interesting happens to the view. For
183 * example, all views will let you set a listener to be notified when the view
187 * exposes a listener to notif
[all...]
H A DViewDebug.java10 * Unless required by applicable law or agreed to in writing, software
60 * Various debugging/tracing tools related to {@link View} and the view hierarchy.
88 * This annotation can be used to mark fields and methods to be dumped by
97 * is an int, the value is converted to an Android's resource name.
105 * A mapping can be defined to map int values to specific strings. For
107 * actually mean VISIBLE, INVISIBLE and GONE. A mapping can be used to see
112 * {@literal @}ViewDebug.IntToString(from = 0, to = "VISIBLE"),
113 * {@literal @}ViewDebug.IntToString(from = 4, to
233 String to(); method in interface:ViewDebug.IntToString
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSlashDrawable.java9 * Unless required by applicable law or agreed to in writing, software distributed under the
56 // Draw the slash washington-monument style; rotate to no-u-turn style
162 // Rotate back to vertical
166 // Draw another rect right next to the first, for clipping
217 public void setAlpha(@IntRange(from = 0, to = 255) int alpha) {
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h10 * Unless required by applicable law or agreed to in writing, software
79 // Attempts to allocate a virtual display. If the virtual display is created
84 // Attempts to create a new layer on this display
96 // Present layers to the display and read releaseFences.
105 // Sets a color transform to be applied to the result of composition
114 // does this display have pending request to flip client target
120 // get the present fence received from the last call to present.
133 // it can call this to clear the shared pointers in the release fence map
189 static void validateChange(HWC2::Composition from, HWC2::Composition to);
[all...]
/frameworks/support/emoji/core/src/main/java/androidx/emoji/text/
H A DMetadataListReader.java10 * Unless required by applicable law or agreed to in writing, software
44 * Meta tag for emoji metadata. This string is used by the font update script to insert the
65 * it is caller's responsibility to properly close the stream.
67 * @param inputStream InputStream to read emoji metadata from
72 // skip to where metadata is
87 * @param byteBuffer ByteBuffer to read emoji metadata from
93 // skip to where metadata is
128 //skip to begining of tables data
146 // skip to the begining of meta tables.
244 * caller's responsibility to clos
[all...]
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/dao/
H A DUserDao.java10 * Unless required by applicable law or agreed to in writing, software
141 @Query("select * from user where mBirthday > :from AND mBirthday < :to")
142 public abstract List<User> findByBirthdayRange(Date from, Date to); argument
208 // TODO: switch to PositionalDataSource once Room supports it
/frameworks/base/core/java/android/provider/
H A DFontsContract.java10 * Unless required by applicable law or agreed to in writing, software
74 * Utility class to deal with Font ContentProviders.
82 * This should point to a real file or shared memory, as the client will mmap the given file
83 * descriptor. Pipes, sockets and other non-mmap-able file descriptors will fail to load in the
92 * Constant used to request data from a font provider. The cursor returned from the query
94 * descriptor to "file/FILE_ID" with this ID immediately under the top-level content URI. If
95 * not present, the client will request a file descriptor to the top-level URI with the
101 * Constant used to request data from a font provider. The cursor returned from the query
106 * Constant used to request data from a font provider. The cursor returned from the query
112 * Constant used to reques
[all...]
/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassification.java10 * Unless required by applicable law or agreed to in writing, software
56 * Information for generating a widget to handle classified text.
59 * be used to build a widget that can be used to act on classified text. There is the concept of a
110 // TODO(toki): investigate a way to derive this based on device properties.
167 * to low confidence.
179 * 0 (low confidence) to 1 (high confidence). 0 indicates that the entity was not found for the
182 @FloatRange(from = 0.0, to = 1.0)
196 * Returns an icon that may be rendered on a widget used to act on the classified text.
210 * Returns a label that may be rendered on a widget used to ac
[all...]
/frameworks/base/core/proto/android/os/
H A Dincident.proto10 * Unless required by applicable law or agreed to in writing, software
58 // Privacy tag can be marked to override UNSET messages so generic
141 // 2. the same information is able to be accessed by meminfo dumpsys.
142 // 3. leave this one here to show case of how to disable a section
294 // history in a separate section to compensate.
302 extensions 50000 to 100000;
/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallSession.java10 * Unless required by applicable law or agreed to in writing, software
64 * Converts the state to string.
96 * Listener for events relating to an IMS session, such as when a session is being
103 * Called when a request is sent out to initiate a new session
201 * represents the session which has been initiated to the IMS conference server for the
259 * Called when the session is extended to the conference session.
262 * @param newSession the session object that is extended to the conference
290 * Called when the invitation request of the participants is delivered to the conference
311 * Called when the removal request of the participants is delivered to the conference
353 * Called when an {@link ImsCallSession} may handover from one radio technology to anothe
1034 sendRttModifyRequest(ImsCallProfile to) argument
[all...]
/frameworks/base/tests/net/java/android/net/
H A DNetworkCapabilitiesTest.java10 * Unless required by applicable law or agreed to in writing, software
74 // just to see
281 // Adding OEM_PAID to capability list should make network restricted.
314 // This is a default capability, just want to make sure its there because we use it below.
378 private ArraySet<UidRange> uidRange(int from, int to) { argument
380 range.add(new UidRange(from, to));
397 // This will effectively move NOT_ROAMING capability from required to unwanted for nc1.
450 // Verify that setting and adding capabilities leads to the same object state.
486 // This will effectively move NOT_ROAMING capability from required to unwanted for nc1.
491 // Contrary to combineCapabilitie
[all...]
/frameworks/support/compat/src/main/java/androidx/core/provider/
H A DFontsContractCompat.java10 * Unless required by applicable law or agreed to in writing, software
70 * Utility class to deal with Font ContentProviders.
80 * This should point to a real file or shared memory, as the client will mmap the given file
81 * descriptor. Pipes, sockets and other non-mmap-able file descriptors will fail to load in the
86 * Constant used to request data from a font provider. The cursor returned from the query
88 * descriptor to "file/FILE_ID" with this ID immediately under the top-level content URI. If
89 * not present, the client will request a file descriptor to the top-level URI with the
95 * Constant used to request data from a font provider. The cursor returned from the query
100 * Constant used to request data from a font provider. The cursor returned from the query
107 * Constant used to reques
[all...]

Completed in 535 milliseconds

<<11121314151617181920>>