Home
last modified time | relevance | path

Searched refs:sets (Results 1 – 25 of 97) sorted by relevance

1234

/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
DBmgr.java260 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/
DStateListDrawable.java250 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/
Dicon_design_dialog.jd42 <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>
Dicon_design_list.jd44 <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>
Dicon_design.jd14 <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
Dicon_design_action_bar.jd45 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>
Dicon_design_tab.jd46 <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>
Dicon_design_launcher.jd44 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/
Dtest_restore.sh69 restore_set=$(a shell bmgr list sets | head -n1 | awk '{print $1}')
/frameworks/base/docs/html/guide/topics/ui/
Dindex.jd32 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/
Dbmgr.jd182 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
Dmonkeyrunner_concepts.jd115 # 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/
Doptimizing-view.jd89 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/
Dindex.jd73 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/
Dtabs.jd7 aspects of your app, or to browse categorized data sets.</p>
Dgrid-lists.jd6 <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/
Dmanaging.jd239 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/
Dlicensing-reference.jd332 <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 &mdash; 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/
Drs_mesh.rsh41 * Meshes could have multiple index sets, this function returns
/frameworks/base/docs/html/guide/topics/ui/layout/
Dgridview.jd78 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/
Dmotion.jd77 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/
Dradiobutton.jd22 optional sets that are mutually exclusive if you think that the user needs to see all available
Dpickers.jd84 sets the time.</li>
189 sets the date.</li>
/frameworks/base/docs/html/training/multiscreen/
Dindex.jd44 ranging from small phones to large TV sets. Therefore, it’s important
/frameworks/base/docs/html/guide/topics/connectivity/
Dsip.jd238 <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

1234