Home
last modified time | relevance | path

Searched refs:combined (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/multidex/library/src/android/support/multidex/
DMultiDex.java334 Object[] combined = (Object[]) Array.newInstance( in expandFieldArray() local
336 System.arraycopy(original, 0, combined, 0, original.length); in expandFieldArray()
337 System.arraycopy(extraElements, 0, combined, original.length, extraElements.length); in expandFieldArray()
338 jlrField.set(instance, combined); in expandFieldArray()
437 IOException[] combined = in install() local
440 suppressedExceptions.toArray(combined); in install()
441 System.arraycopy(dexElementsSuppressedExceptions, 0, combined, in install()
443 dexElementsSuppressedExceptions = combined; in install()
/frameworks/base/core/java/android/view/
DKeyCharacterMap.java501 int combined; in getDeadChar() local
503 combined = sDeadKeyCache.get(combination, -1); in getDeadChar()
504 if (combined == -1) { in getDeadChar()
509 combined = result.codePointCount(0, result.length()) == 1 in getDeadChar()
511 sDeadKeyCache.put(combination, combined); in getDeadChar()
514 return combined; in getDeadChar()
/frameworks/base/docs/html/training/graphics/opengl/
Dprojection.jd105 method and then combined with the previously calculated projection matrix. The combined
126 <p>In order to use the combined projection and camera view transformation matrix shown in the
152 <p>Next, modify the {@code draw()} method of your graphic objects to accept the combined
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java192 final NetworkStatsHistory combined = new NetworkStatsHistory( in getHistory() local
196 if (start == end) return combined; in getHistory()
203 combined.recordHistory(value, start, end); in getHistory()
206 return combined; in getHistory()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DDndTile.java87 public static void setCombinedIcon(Context context, boolean combined) { in setCombinedIcon() argument
88 Prefs.putBoolean(context, Prefs.Key.DND_TILE_COMBINED_ICON, combined); in setCombinedIcon()
/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/
Dbuild.gradle47 println "combined ${dataBindingConfig.testGroup}.independent-library:${dataBindingConfig.version}"
/frameworks/rs/api/
Drs_matrix.spec34 …transformation s1 followed by s2, call <code>rsMatrixLoadMultiply(&amp;combined, &amp;s2, &amp;s1)…
294 …the transformation s1 followed by s2, call <code>rsMatrixLoadMultiply(&amp;combined, &amp;s2, &amp…
525 To apply this combined transformation to a vector, multiply the vector by the created
543 To apply this combined transformation to a vector, multiply the vector by the created
576 To apply this combined transformation to a vector, multiply the vector by the
/frameworks/rs/scriptc/
Drs_matrix.rsh36 * transformation s1 followed by s2, call rsMatrixLoadMultiply(&combined, &s2, &s1).
307 * the transformation s1 followed by s2, call rsMatrixLoadMultiply(&combined, &s2, &s1).
520 * To apply this combined transformation to a vector, multiply the vector by the created
541 * To apply this combined transformation to a vector, multiply the vector by the created
583 * To apply this combined transformation to a vector, multiply the vector by the
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java1126 byte[] combined = new byte[sha1.length + md5.length]; in passwordToHash()
1127 System.arraycopy(sha1, 0, combined, 0, sha1.length); in passwordToHash()
1128 System.arraycopy(md5, 0, combined, sha1.length, md5.length); in passwordToHash()
1130 final char[] hexEncoded = HexEncoding.encode(combined); in passwordToHash()
/frameworks/base/docs/html/training/improving-layouts/
Dindex.jd40 SDK includes tools to help you identify problems in your layout performance, which when combined the
/frameworks/base/docs/html/distribute/stories/games/
Dtwo-dots.jd63 action in the variant text. In Two Dots, where a call to action was combined
Ddoctor-who-legacy.jd18 The Tiny Rebel Games team has a combined experience of over 35 years in
/frameworks/base/docs/html/training/keyboard-input/
Dcommands.jd76 <p>To respond to modifier key events such as when a key is combined with Shift or Control, you can
Dstyle.jd80 some of the values can be combined to specify the input method
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt75 combined work, a derivative of the original library. The ordinary
113 be combined with the library in order to run.
335 facilities not covered by this License, and distribute such a combined
340 a) Accompany the combined library with a copy of the same work
345 b) Give prominent notice with the combined library of the fact
/frameworks/base/docs/html/training/system-ui/
Dimmersive.jd56 go truly "full screen." This flag, when combined with the
271 {@link android.view.View#SYSTEM_UI_FLAG_IMMERSIVE IMMERSIVE} combined with
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_matrix.jd24 transformation s1 followed by s2, call <code>rsMatrixLoadMultiply(&amp;combined, &amp;s2, &amp;s1)<…
549 the transformation s1 followed by s2, call <code>rsMatrixLoadMultiply(&amp;combined, &amp;s2, &amp;…
901 <p> To apply this combined transformation to a vector, multiply the vector by the created
938 <p> To apply this combined transformation to a vector, multiply the vector by the created
1017 <p> To apply this combined transformation to a vector, multiply the vector by the
/frameworks/base/docs/html/training/sharing/
Dsend.jd119 <p>Binary data is shared using the {@link android.content.Intent#ACTION_SEND} action combined with
/frameworks/native/vulkan/doc/implementors_guide/
Dimplementors_guide.adoc60 …ralloc usage flags it requires for that format and usage. These will be combined with the usage fl…
/frameworks/base/docs/html/training/location/
Dchange-location-settings.jd158 combined with the
/frameworks/base/docs/html/training/displaying-bitmaps/
Dcache-bitmap.jd37 android.support.v4.view.ViewPager }), the total number of images on-screen combined with images that
/frameworks/base/docs/html/guide/topics/graphics/
Dopengl.jd362 member in the vertex shader into which you apply a combined projection matrix and camera view
422 // Apply the combined projection and camera view transformations
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_launcher_archive.jd284 <strong>Figure 5.</strong> Examples of materials combined with base
/frameworks/base/docs/html/training/articles/
Dperf-tips.jd27 when combined, but it's unlikely that these changes will result in dramatic
/frameworks/base/docs/html/ndk/guides/audio/
Dopensl-prog-notes.jd306 stream. When combined with the feature test just mentioned, an app can now configure itself

12