/frameworks/base/docs/html/guide/practices/design/ |
performance.jd | 59 yet familiar with them, here they are:</p> 108 change after the fact, but all of them can place significant limitations on the 277 address some of them here.</p> 433 by all means use enums for public APIs, but try to avoid them when performance
|
/frameworks/base/docs/html/guide/topics/graphics/ |
2d-graphics.jd | 172 primitive shapes and style them in any way imaginable.</p> 349 several transformations happen simultaneously, give them the same start time; 350 to make them sequential, calculate the start time plus the duration of the preceding transformation. 358 To make them occur sequentially, you must specify the <code>startOffset</code> attribute, as shown in the example below.
|
/frameworks/base/docs/html/guide/topics/processes/ |
process-lifecycle.jd | 37 them and the state of those components. These process types are (in order of importance):</p>
|
/frameworks/base/docs/html/guide/tutorials/views/ |
index.jd | 25 not convey the better Android coding practices. In particular, many of them
|
/frameworks/base/docs/html/resources/articles/ |
avoiding-memory-leaks.jd | 9 to let other applications run without getting them killed. The more
|
timed-ui-updates.jd | 29 are in the recording and edit them out.</p>
|
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-timepicker.jd | 111 <p>The <code>updateDisplay()</code> method uses the member fields for the time and inserts them in
|
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
jdiff_help.html | 77 Just like Javadoc, all interface names are in <i>italic</i>, and class names are not italicized. Where there are multiple entries in an index with the same name, the heading for them is also in italics, but is not a link.
|
/frameworks/base/docs/html/sdk/api_diff/4/changes/ |
jdiff_help.html | 77 Just like Javadoc, all interface names are in <i>italic</i>, and class names are not italicized. Where there are multiple entries in an index with the same name, the heading for them is also in italics, but is not a link.
|
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
jdiff_help.html | 77 Just like Javadoc, all interface names are in <i>italic</i>, and class names are not italicized. Where there are multiple entries in an index with the same name, the heading for them is also in italics, but is not a link.
|
/frameworks/base/docs/html/sdk/api_diff/6/changes/ |
jdiff_help.html | 77 Just like Javadoc, all interface names are in <i>italic</i>, and class names are not italicized. Where there are multiple entries in an index with the same name, the heading for them is also in italics, but is not a link.
|
/frameworks/base/docs/html/sdk/api_diff/7/changes/ |
jdiff_help.html | 77 Just like Javadoc, all interface names are in <i>italic</i>, and class names are not italicized. Where there are multiple entries in an index with the same name, the heading for them is also in italics, but is not a link.
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
jdiff_help.html | 77 Just like Javadoc, all interface names are in <i>italic</i>, and class names are not italicized. Where there are multiple entries in an index with the same name, the heading for them is also in italics, but is not a link.
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
Drawable.java | 54 * information about how to frame content that is placed inside of them. 494 * and only shows one of them at a time, if only one of the children is 684 Rects only to drop them on the floor. 693 // to the compatibility density only to have them scaled back up when [all...] |
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/ |
GraphicsPerformanceTests.java | 183 // and just inherit them, our test harness doesn't support it. So we replicate
|
/frameworks/base/libs/utils/ |
BufferedTextOutput.cpp | 185 // them out without going through the buffer.
|
/frameworks/base/media/java/android/media/ |
AsyncPlayer.java | 120 // trying to do them in parallel.
|
/frameworks/base/services/java/com/android/server/ |
SensorService.java | 89 // died and deactivate them.
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
AdnRecordCache.java | 97 * @return List of AdnRecords for efid if we've already loaded them this
|
IccPhoneBookInterfaceManager.java | 221 * Loads the AdnRecords in efid and returns them as a
|
/hardware/libhardware/modules/gralloc/ |
gralloc.cpp | 277 /* TODO: keep a list of all buffer_handle_t created, and free them
|
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
txMgmtQueue.c | 570 * since some of them may invoke the SM again. 586 * and if data-queues are active disable them via txPort module. 599 * - If data-queues are active disable them via txPort (this will run the scheduler). 629 * are empty disable them and enable the data queues via txPort module. [all...] |
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
_errdefs.h | 30 * these are distinct from the OpenBSD ones, which is why we need to redeclare them here
|
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/ |
_errdefs.h | 30 * these are distinct from the OpenBSD ones, which is why we need to redeclare them here
|
/ndk/build/platforms/android-5/arch-arm/usr/include/sys/ |
_errdefs.h | 30 * these are distinct from the OpenBSD ones, which is why we need to redeclare them here
|