/frameworks/multidex/library/src/android/support/multidex/ |
D | MultiDex.java | 333 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/ |
D | KeyCharacterMap.java | 501 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/ |
D | RsBenchRS.java | 117 ScriptField_TestScripts_s.Item[] combined; in appendTests() local 118 … combined = 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/ |
D | projection.jd | 100 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/ |
D | NetworkStatsCollection.java | 146 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/ |
D | rs_matrix.rsh | 37 * </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/ |
D | index.jd | 40 SDK includes tools to help you identify problems in your layout performance, which when combined the
|
/frameworks/base/docs/html/training/keyboard-input/ |
D | commands.jd | 76 <p>To respond to modifier key events such as when a key is combined with Shift or Control, you can
|
D | style.jd | 80 some of the values can be combined to specify the input method
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 75 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/ |
D | immersive.jd | 56 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/ |
D | index.jd | 77 …<p class="note"><strong>Note: </strong>The {@code -e} options cannot be combined; you must prefix …
|
/frameworks/base/docs/html/training/sharing/ |
D | send.jd | 119 <p>Binary data is shared using the {@link android.content.Intent#ACTION_SEND} action combined with
|
/frameworks/base/docs/html/tools/help/ |
D | MonkeyImage.jd | 282 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/ |
D | cache-bitmap.jd | 37 android.support.v4.view.ViewPager }), the total number of images on-screen combined with images that
|
/frameworks/base/docs/html/auto/ |
D | overview.jd | 154 combined with predictable functions. Effective apps make use of the patterns for common tasks and
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | opengl.jd | 362 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/ |
D | perf-tips.jd | 27 when combined, but it's unlikely that these changes will result in dramatic
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_launcher_archive.jd | 284 <strong>Figure 5.</strong> Examples of materials combined with base
|
/frameworks/base/docs/html/training/game-controllers/ |
D | controller-input.jd | 117 {@link android.view.InputDevice#getSources()} to obtain a combined bit field of
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-memory.jd | 276 bookkeeping, whereas older versions list it all combined under <code>Dalvik</code>.</p>
|
/frameworks/base/docs/html/guide/components/ |
D | fragments.jd | 111 fragments can be combined into one activity for a tablet design, but separated for a
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0.jd | 682 whenever a key is combined with Ctrl key. When creating an <a
|
D | android-4.4.jd | 499 … android.view.View#setSystemUiVisibility setSystemUiVisibility()} (when combined with {@link andro…
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | menus.jd | 260 declare items for the options menu, they are combined in the UI. The activity's items appear
|