/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/ |
D | Bmgr.java | 260 printRestoreSets(observer.sets); in doListRestoreSets() 268 private void printRestoreSets(RestoreSet[] sets) { in printRestoreSets() argument 269 if (sets == null || sets.length == 0) { in printRestoreSets() 273 for (RestoreSet s : sets) { in printRestoreSets() 280 RestoreSet[] sets = null; field in Bmgr.RestoreObserver 284 sets = result; in restoreSetsAvailable() 384 RestoreSet[] sets = null; in doRestoreAll() local 388 sets = observer.sets; in doRestoreAll() 389 if (sets != null) { in doRestoreAll() 390 for (RestoreSet s : sets) { in doRestoreAll() [all …]
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | StateListDrawable.java | 250 final int[][] sets = mStateListState.mStateSets; in mutate() local 251 final int count = sets.length; in mutate() 254 final int[] set = sets[i]; in mutate()
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_dialog.jd | 42 <p>As described in <a href="icon_design.html#icon-sets">Providing 43 Density-Specific Icon Sets</a>, you should create separate icon sets for low-, 48 for suggestions on how to work with multiple sets of icons.</p>
|
D | icon_design_list.jd | 44 <p>As described in <a href="icon_design.html#icon-sets">Providing 45 Density-Specific Icon Sets</a>, you should create separate icon sets for low-, 50 for suggestions on how to work with multiple sets of icons.</p>
|
D | icon_design.jd | 14 <li>You should create separate icon sets for high-, medium-, and low-density screens.</li> 21 <li><a href="#icon-sets">Providing Density-Specific Icon Sets</a></li> 139 <h2 id="icon-sets">Providing Density-Specific Icon Sets</h2> 160 <p>For tips on how to create and manage icon sets for multiple densities, see
|
D | icon_design_action_bar.jd | 45 href="{@docRoot}guide/practices/ui_guidelines/icon_design.html#icon-sets">Providing Density-Specific 51 for suggestions on how to work with multiple sets of icons.</p>
|
D | icon_design_tab.jd | 46 <p>As described in <a href="icon_design.html#icon-sets">Providing 47 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_launcher.jd | 44 href="{@docRoot}guide/practices/ui_guidelines/icon_design.html#icon-sets">Providing Density-Specific 50 for suggestions on how to work with multiple sets of icons.</p>
|
/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/base/docs/html/tools/help/ |
D | bmgr.jd | 182 time, a new restore set is established. You can get a listing of all the restore sets available to 183 the current transport by running the <code>bmgr list sets</code> command: 185 <pre class="no-pretty-print">adb shell bmgr list sets</pre> 187 <p>The output is a listing of available restore sets, one per line. The first item on each line is
|
D | monkeyrunner_concepts.jd | 115 # sets a variable with the package's internal name 118 # sets a variable with the name of an Activity in the package 121 # sets the name of the component to start 295 class sets up some variables in the default namespace:
|
/frameworks/base/docs/html/training/custom-views/ |
D | optimizing-view.jd | 89 measures them. Instead, it sets their sizes directly according to its own custom layout 169 For this reason, the final version of {@code PieChart.PieView} only sets its layer type to 171 while the user is actively scrolling. At all other times, it sets its layer type to
|
/frameworks/base/docs/html/about/ |
D | index.jd | 73 both phone and tablet form factors. You declare your UI in lightweight sets of XML 75 other sets for optimzations specific to phones or tablets. 76 At runtime, Android applies the correct resource sets based on its screen size,
|
/frameworks/base/docs/html/design/building-blocks/ |
D | tabs.jd | 7 aspects of your app, or to browse categorized data sets.</p>
|
D | grid-lists.jd | 6 <p>Grid lists are an alternative to standard list views. They are best suited for showing data 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/guide/google/play/licensing/ |
D | licensing-reference.jd | 332 <p>The Google Play licensing server sets a license validity period for all 354 Google Play for paid applications. It sets the validity period based on 356 the server sets a validity period as follows:</p> 359 <li>For a paid application, the server sets the initial license validity period 365 sets a longer validity period — typically a number of days. </li> 368 <li>For a free application, the server sets the validity period to a very high
|
/frameworks/rs/scriptc/ |
D | rs_mesh.rsh | 41 * Meshes could have multiple index sets, this function returns
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | gridview.jd | 78 android.widget.GridView#setAdapter(T) setAdapter()} method then sets a custom adapter ({@code 161 <li>{@link android.view.View#setLayoutParams(ViewGroup.LayoutParams)} sets
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | motion.jd | 77 sure you comment out the line that sets the render mode only draw when dirty, otherwise OpenGL
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | radiobutton.jd | 22 optional sets that are mutually exclusive if you think that the user needs to see all available
|
D | pickers.jd | 84 sets the time.</li> 189 sets the date.</li>
|
/frameworks/base/docs/html/training/multiscreen/ |
D | index.jd | 44 ranging from small phones to large TV sets. Therefore, it’s important
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | sip.jd | 238 <code>mSipManager.makeAudioCall</code>. This excerpt also sets the action 248 <p>Finally, this code sets a <code>SipRegistrationListener</code> on the {@link 301 android.net.sip.SipAudioCall.Listener} sets things up after the call is
|