Home
last modified time | relevance | path

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

12

/frameworks/multidex/library/src/android/support/multidex/
DMultiDex.java333 Object[] combined = (Object[]) Array.newInstance( in expandFieldArray() local
335 System.arraycopy(original, 0, combined, 0, original.length); in expandFieldArray()
336 System.arraycopy(extraElements, 0, combined, original.length, extraElements.length); in expandFieldArray()
337 jlrField.set(instance, combined); in expandFieldArray()
400 IOException[] combined = in install() local
403 suppressedExceptions.toArray(combined); in install()
404 System.arraycopy(dexElementsSuppressedExceptions, 0, combined, in install()
406 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/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
DRsBenchRS.java117 ScriptField_TestScripts_s.Item[] combined; in appendTests() local
118combined = new ScriptField_TestScripts_s.Item[newTests.length + mIndividualTests.length]; in appendTests()
119 System.arraycopy(mIndividualTests, 0, combined, 0, mIndividualTests.length); in appendTests()
120 System.arraycopy(newTests, 0, combined, mIndividualTests.length, newTests.length); in appendTests()
121 mIndividualTests = combined; in appendTests()
/frameworks/base/docs/html/training/graphics/opengl/
Dprojection.jd100 combined with the previously calculated projection matrix. The combined transformation matrices
121 <p>In order to use the combined projection and camera view transformation matrix shown in the
122 previews sections, modify the {@code draw()} method of your graphic objects to accept the combined
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java146 final NetworkStatsHistory combined = new NetworkStatsHistory( in getHistory() local
153 combined.recordHistory(entry.getValue(), start, end); in getHistory()
156 return combined; in getHistory()
/frameworks/rs/scriptc/
Drs_matrix.rsh37 * </c>rsMatrixLoadMultiply(&combined, &s2, &s1)</c>.
236 * </c>rsMatrixLoadMultiply(&combined, &s2, &s1)</c>.
291 * To apply this combined transformation to a vector, multiply
310 * To apply this combined transformation to a vector, multiply
328 * To apply this combined transformation to a vector, multiply
/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/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/tools/help/uiautomator/
Dindex.jd77 …<p class="note"><strong>Note: </strong>The {@code -e} options cannot be combined; you must prefix …
/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/base/docs/html/tools/help/
DMonkeyImage.jd282 The a,r,g, and b values of the pixel as 8-bit values combined into a 32-bit
/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/auto/
Doverview.jd154 combined with predictable functions. Effective apps make use of the patterns for common tasks and
/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/training/articles/
Dperf-tips.jd27 when combined, but it's unlikely that these changes will result in dramatic
/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/game-controllers/
Dcontroller-input.jd117 {@link android.view.InputDevice#getSources()} to obtain a combined bit field of
/frameworks/base/docs/html/tools/debugging/
Ddebugging-memory.jd276 bookkeeping, whereas older versions list it all combined under <code>Dalvik</code>.</p>
/frameworks/base/docs/html/guide/components/
Dfragments.jd111 fragments can be combined into one activity for a tablet design, but separated for a
/frameworks/base/docs/html/about/versions/
Dandroid-3.0.jd682 whenever a key is combined with Ctrl key. When creating an <a
Dandroid-4.4.jd499 … android.view.View#setSystemUiVisibility setSystemUiVisibility()} (when combined with {@link andro…
/frameworks/base/docs/html/guide/topics/ui/
Dmenus.jd260 declare items for the options menu, they are combined in the UI. The activity's items appear

12