/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/ |
D | Camera2UtilsTest.java | 404 Camera2RequestSettingsSet[] sets = { new Camera2RequestSettingsSet(), in requestSettingsSetUnionChangesRecorded() local 406 sets[0].union(sets[1]); in requestSettingsSetUnionChangesRecorded() 407 assertEquals(1, sets[0].getRevision()); in requestSettingsSetUnionChangesRecorded() 408 assertEquals(0, sets[1].getRevision()); in requestSettingsSetUnionChangesRecorded() 427 Camera2RequestSettingsSet[] sets = { new Camera2RequestSettingsSet(), in requestSettingsSetUnionChangesReflected() local 430 sets[0].set(CaptureRequest.CONTROL_AE_LOCK, true); in requestSettingsSetUnionChangesReflected() 431 sets[1].set(CaptureRequest.CONTROL_AWB_LOCK, true); in requestSettingsSetUnionChangesReflected() 432 sets[0].union(sets[1]); in requestSettingsSetUnionChangesReflected() 433 sets[1].set(CaptureRequest.CONTROL_AE_LOCK, false); in requestSettingsSetUnionChangesReflected() 434 requestSettingsSetsCheckPairOfProperties(sets[0], sets[1], in requestSettingsSetUnionChangesReflected() [all …]
|
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/ |
D | Bmgr.java | 444 printRestoreSets(observer.sets); in doListRestoreSets() 452 private void printRestoreSets(RestoreSet[] sets) { in printRestoreSets() argument 453 if (sets == null || sets.length == 0) { in printRestoreSets() 457 for (RestoreSet s : sets) { in printRestoreSets() 464 RestoreSet[] sets = null; field in Bmgr.RestoreObserver 468 sets = result; in restoreSetsAvailable() 568 RestoreSet[] sets = null; in doRestoreAll() local 572 sets = observer.sets; in doRestoreAll() 573 if (sets != null) { in doRestoreAll() 574 for (RestoreSet s : sets) { in doRestoreAll() [all …]
|
/frameworks/av/media/libmedia/docs/ |
D | paused.dot | 25 ATsetMarkerPosition [label="AudioTrack::setMarkerPosition()\n[sets marker variables]"]; 28 ATsetPositionUpdatePeriod [label="AudioTrack::setPositionUpdatePeriod()\n[sets update period variab…
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarInflaterView.java | 178 String[] sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout() local 179 String[] start = sets[0].split(BUTTON_SEPARATOR); in inflateLayout() 180 String[] center = sets[1].split(BUTTON_SEPARATOR); in inflateLayout() 181 String[] end = sets[2].split(BUTTON_SEPARATOR); in inflateLayout()
|
/frameworks/base/tools/apilint/ |
D | apilint.py | 671 sets = [ m for m in clazz.methods if is_set(m) ] 683 error_if_exists(sets, m.name, expected, "setHas" + target) 687 error_if_exists(sets, m.name, expected, "setIs" + target) 688 error_if_exists(sets, m.name, expected, "set" + target) 692 error_if_exists(sets, m.name, expected, "setIs" + target) 693 error_if_exists(sets, m.name, expected, "setHas" + target) 699 error_if_exists(sets, m.name, expected, "is" + target) 700 error_if_exists(sets, m.name, expected, "has" + target)
|
/frameworks/rs/java/tests/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 14 …of numbers and average them, organize 3 sets of data like the following(all tests in the file need…
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_list.jd | 45 <p>As described in <a href="icon_design.html#icon-sets">Providing 46 Density-Specific Icon Sets</a>, you should create separate icon sets for low-, 51 for suggestions on how to work with multiple sets of icons.</p>
|
D | icon_design_dialog.jd | 43 <p>As described in <a href="icon_design.html#icon-sets">Providing 44 Density-Specific Icon Sets</a>, you should create separate icon sets for low-, 49 for suggestions on how to work with multiple sets of icons.</p>
|
D | icon_design.jd | 15 <li>You should create separate icon sets for high-, medium-, and low-density screens.</li> 22 <li><a href="#icon-sets">Providing Density-Specific Icon Sets</a></li> 140 <h2 id="icon-sets">Providing Density-Specific Icon Sets</h2> 161 <p>For tips on how to create and manage icon sets for multiple densities, see
|
/frameworks/base/docs/html/about/ |
D | android.jd | 65 both phone and tablet form factors. You declare your UI in lightweight sets of XML 67 other sets for optimzations specific to phones or tablets. 68 At runtime, Android applies the correct resource sets based on its screen size,
|
D | index.jd | 74 both phone and tablet form factors. You declare your UI in lightweight sets of XML 76 other sets for optimzations specific to phones or tablets. 77 At runtime, Android applies the correct resource sets based on its screen size,
|
/frameworks/base/docs/html/training/notify-user/ |
D | expanded.jd | 112 // This sets the pending intent that should be fired when the user clicks the 135 It sets the style for the big 136 view to be "big text," and sets its content to be the reminder message. It uses
|
/frameworks/base/tests/backup/ |
D | test_restore.sh | 69 restore_set=$(a shell bmgr list sets | head -n1 | awk '{print $1}')
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | index.jd | 32 it probably won’t be too long before you’ll need to implement horizontally scrolling sets of views. 48 small phones to large TV sets. This class shows you how to implement a user interface that's
|
/frameworks/webview/chromium/tools/ |
D | memreport.py | 30 from sets import Set
|
/frameworks/rs/api/ |
D | rs_atomic.spec | 139 Atomicly sets the value at addr to the maximum of *addr and value, i.e. 159 Atomicly sets the value at addr to the minimum of *addr and value, i.e.
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | AnimatorSetActivityTest.java | 618 private boolean onlyContains(ArrayList<Animator> animators, AnimatorSet... sets) { 619 if (sets.length != animators.size()) { 623 for (int i = 0; i < sets.length; i++) { 624 AnimatorSet set = sets[i];
|
/frameworks/base/docs/html/ndk/guides/ |
D | application_mk.jd | 123 settings for different instruction sets.</p> 126 <strong>Table 1.</strong> {@code APP_ABI} settings for different instruction sets.</p> 157 <td>All supported instruction sets</td> 205 automatically sets this value to {@code true} if your project targets {@code android-16} or higher.
|
D | abis.jd | 16 <p>Different Android handsets use different CPUs, which in turn support different instruction sets. 17 Each combination of CPU and instruction sets has its own Application Binary Interface, or 33 generally from very specific sets of libraries.</li> 41 <p>Each ABI supports one or more instruction sets. Table 1 provides an at-a-glance overview of 42 the instruction sets each ABI supports.</p> 45 <strong>Table 1.</strong> ABIs and supported instruction sets.</p> 186 instruction sets on x86 CPUs.</p> 201 VFPv4 instruction sets.</p>
|
/frameworks/base/docs/html/training/tv/playback/ |
D | browse.jd | 68 <p>The application's main activity sets this view, as shown in the following example:</p> 91 {@link android.support.v17.leanback.app.BrowseFragment} methods also sets 170 sets the title string in the upper-right corner of the browse fragment, unless 177 sets the background color for UI elements in the browse fragment, specifically the header 180 sets the color of the search icon with the specified color value. The search icon 281 method sets the initial state of the headers in the browse fragment given one of the following
|
/frameworks/support/annotations/ |
D | build.gradle | 52 // configuration for the javadoc to include all source sets.
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | managing.jd | 239 which sets {@code refreshDisplay} to true. This causes the display to refresh when the user 352 // Checks the network connection and sets the wifiConnected and mobileConnected 388 determines what the network connection status is, and sets the flags 425 // If device has its Wi-Fi connection, sets refreshDisplay 432 // (which by process of elimination would be mobile), sets refreshDisplay to true.
|
/frameworks/base/docs/html/google/play/licensing/ |
D | licensing-reference.jd | 331 <p>The Google Play licensing server sets a license validity period for all 353 Google Play for paid applications. It sets the validity period based on 355 the server sets a validity period as follows:</p> 358 <li>For a paid application, the server sets the initial license validity period 364 sets a longer validity period — typically a number of days. </li> 367 <li>For a free application, the server sets the validity period to a very high
|
/frameworks/base/docs/html/training/location/ |
D | change-location-settings.jd | 77 class reference. This lesson sets the update interval, fastest update 86 - This method sets the rate in milliseconds at which your app prefers to 97 - This method sets the <strong>fastest</strong> rate in milliseconds at which 113 - This method sets the priority of the request, which gives the Google Play
|
/frameworks/data-binding/ |
D | propLoader.gradle | 2 * Helper build script that reads data binding variables and sets up the projects.
|