Home
last modified time | relevance | path

Searched refs:small (Results 1 – 25 of 159) sorted by relevance

1234567

/frameworks/base/docs/html/guide/appendix/
Dmedia-formats.jd89 <td style="text-align: center;"><big>&bull;</big><br><small>(Android 4.1+)</small></td>
103 <td style="text-align: center;"><big>&bull;</big><br><small>(Android 4.1+)</small></td>
104 <td style="text-align: center;"><big>&bull;</big><br><small>(Android 4.1+)</small></td>
130 <td style="text-align: center;" nowrap><big>&bull;</big><br><small>(Android 3.1+)</small></td>
174 <td style="text-align: center;"><big>&bull;</big><br><small>(Android 4.1+)</small></td>
223 <small>(Android 4.0+)</small><br>
224 <small>(Lossless, Transparency, Android 4.2.1+)</small>
228 <small>(Android 4.0+)</small><br>
229 <small>(Lossless, Transparency, Android 4.2.1+)</small>
250 <td style="text-align: center;" nowrap><big>&bull;</big><br><small>(Android 3.0+)</small></td>
[all …]
/frameworks/base/docs/html/tv/
Dindex.jd70 <p class="landing-small">
75 <p class="landing-small">
102 <p class="landing-small">
106 <p class="landing-small">
116 <p class="landing-small">
119 <p class="landing-small">
129 <p class="landing-small">
132 <p class="landing-small">
177 <p class="landing-small">
181 <p class="landing-small">
[all …]
/frameworks/base/docs/html/wear/
Dindex.jd90 <p class="landing-small">
100 <p class="landing-small">
109 <p class="landing-small">
139 <p class="landing-small">
143 <p class="landing-small">
150 <p class="landing-small">
154 <p class="landing-small">
161 <p class="landing-small">
165 <p class="landing-small">
172 <p class="landing-small">
[all …]
/frameworks/base/docs/html/guide/topics/manifest/
Dcompatible-screens-element.jd11 …&lt;<a href="#screen">screen</a> android:<a href="#screenSize">screenSize</a>=["small" | "normal" …
52 support <em>small</em> and <em>normal</em> screen sizes. External services (such as Google
81 <li>{@code small}</li>
112 <p>If your application is compatible with only small and normal screens, regardless
117 entry looks like if your application is compatible with only small and normal screens:</p>
123 &lt;!-- all small size screens -->
124 &lt;screen android:screenSize="small" android:screenDensity="ldpi" />
125 &lt;screen android:screenSize="small" android:screenDensity="mdpi" />
126 &lt;screen android:screenSize="small" android:screenDensity="hdpi" />
127 &lt;screen android:screenSize="small" android:screenDensity="xhdpi" />
Dsupports-screens-element.jd12 android:<a href="#small">smallScreens</a>=["true" | "false"]
78 <dt><a name="small"></a>{@code android:smallScreens}</dt>
80 A small screen is defined as one with a smaller aspect ratio than
82 not support small screens <em>will not be available</em> for
83 small screen devices from external services (such as Google Play), because there is little
151 <em>small</em> size or a minimum width of 320dp), you do
162 small screens.</p>
167 for small, normal, large, and xlarge screens. The advantage of using this attribute is that you
171 <code><a href="#small">smallScreens</a></code>, <code><a href="#normal">normalScreens</a></code>,
/frameworks/base/docs/html/
Dindex.jd69 <p class="landing-small">
72 <p class="landing-small">
79 <p class="landing-small">
82 <p class="landing-small">
90 <p class="landing-small">
94 <p class="landing-small">
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_list.jd63 <small style="font-weight: normal">(Low density screen)</small>
67 <small style="font-weight: normal">(Medium density screen)</small>
71 <small style="font-weight: normal">(High density screen)</small>
75 <small style="font-weight: normal">(Extra-high density screen)</small>
Dicon_design_dialog.jd61 <small style="font-weight: normal">(Low density screen)</small>
65 <small style="font-weight: normal">(Medium density screen)</small>
69 <small style="font-weight: normal">(High density screen)</small>
73 <small style="font-weight: normal">(Extra-high density screen)</small>
Dicon_design_action_bar.jd84 <small style="font-weight: normal">(Low density screen)</small>
88 <small style="font-weight: normal">(Medium density screen)</small>
92 <small style="font-weight: normal">(High density screen)</small>
96 <small style="font-weight: normal">(Extra-high density screen)</small>
Dicon_design_launcher.jd126 <li>Communicate well at small sizes.</li>
153 that launcher icons will be used at often small sizes, so they should be distinguishable at
154 small sizes.</td>
201 <small style="font-weight: normal">(Low density screen)</small>
205 <small style="font-weight: normal">(Medium density screen)</small>
209 <small style="font-weight: normal">(High density screen)</small>
213 <small style="font-weight: normal">(Extra-high density screen)</small>
Dicon_design_status_bar.jd109 small amount of internal padding can help maintain balance across status bar icons. See
143 <small style="font-weight: normal">(Low density screen)</small>
147 <small style="font-weight: normal">(Medium density screen)</small>
151 <small style="font-weight: normal">(High density screen)</small>
155 <small style="font-weight: normal">(Extra-high density screen)</small>
160 Status Bar Icon Size<br><small>(Android 3.0 and Later)</small>
439 face-on to enhance clarity at small sizes.</p>
Dwidget_design.jd129 <th># of Cells<br><small style="font-weight:normal">(Columns or Rows)</small></th>
130 <th>Available Size (dp)<br><small style="font-weight:normal">(<code>minWidth</code> or
131 <code>minHeight</code>)</small></th>
215 <p>As previously mentioned, Android 4.0 will automatically add small, standard margins to each edge
/frameworks/base/docs/html/guide/practices/
Dscreens-distribution.jd74 <p>For example, if your application is compatible with only small and normal size screens,
79 entry looks like if your application is compatible with only small and normal screen sizes:</p>
84 &lt;!-- all small size screens -->
85 &lt;screen android:screenSize="small" android:screenDensity="ldpi" />
86 &lt;screen android:screenSize="small" android:screenDensity="mdpi" />
87 &lt;screen android:screenSize="small" android:screenDensity="hdpi" />
88 &lt;screen android:screenSize="small" android:screenDensity="xhdpi" />
116 large screen) or you need time to optimize it for smaller screens, you can prevent small-screen
141 <li>It declares that the app does <em>not</em> support the screen sizes "small" and
Dscreens-support-1.5.jd52 <em>normal</em> screen size (basically, the system displays the application in a small window
132 <p>In particular, remember to test your application on an AVD that emulates a small-screen device.
134 should understand how your application will look and function on a small-screen device. In some
/frameworks/native/opengl/tests/angeles/
DREADME.txt8 This is an OpenGL ES port of the small self-running demonstration
31 for small testing/demonstration programs. This framework
40 * How to create a self contained small demonstration
/frameworks/base/docs/html/training/beam-files/
Dindex.jd38 transfer API introduced in Android 4.0 (API level 14) handles small amounts of data such as
39 URIs or other small messages. In addition, Android Beam is only one of the features available
/frameworks/base/docs/html/tv/adt-1/
Dindex.jd75 <p>The developer cable has three connectors: a small, male power connector that plugs into the
77 small, female power connector that the included power supply plugs into.</p>
146 <p>You can put ADT-1 into Bluetooth pairing mode using a hardware button. Press the small, round
148 accessories are found, press the small, round button to select the device you want to pair.
271 <p>Unplug the power cable from the back of ADT-1. Press and hold the small, round button on the
272 back of ADT-1 as you re-insert the power cable, and continue to hold the small round button. The
274 starts the multi-color cycle, release the small, round button, and ADT-1 boots up. If you release
/frameworks/base/docs/html/training/multiple-apks/
Dscreensize.jd94 <td>small</td>
108 <td class="blueCell">small</td>
116 Depending on your needs, you could also have two APKs, "small and everything else" or "xlarge and
196 <td class="blueCell">small</td>
202 <td class="blackCell">small</td>
208 <td class="blackCell">small</td>
221 <td class="blueCell">small</td>
295 Also note that instead of taking advantage of the default values (small and
/frameworks/base/docs/html/training/wearables/apps/
Dindex.jd26 <li>Wearable apps are relatively small in size and functionality compared to handheld apps.
27 They contain only what makes sense on the wearable, which is usually a small
/frameworks/base/docs/html/training/basics/data-storage/
Dindex.jd46 <dd>Learn to use a shared preferences file for storing small amounts of information in
/frameworks/base/docs/html/guide/topics/graphics/
Dindex.jd25 including the new properties added to the View class in 3.0. In the 3.1 release, we added a small
/frameworks/base/docs/html/training/tv/playback/
Dindex.jd25 can be quite challenging. Whether your app provides access to a small or large media catalog,
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dgrain.fs26 * small values are not calculated to gain efficiency.
/frameworks/base/docs/html/training/basics/firstapp/
Dindex.jd47 <p>This class uses a tutorial format that incrementally builds a small Android app that teaches
/frameworks/compile/mclinker/include/mcld/LD/
DDiagCommonKinds.inc30 …agnosticEngine::Fatal, "file %0 is too small to read.\n file size is %1.\n read from %2.", "file…

1234567