Home | History | Annotate | Download | only in versions

Lines Matching full:density

95 generalized screen density model, but extends it with the ability to precisely
97 density-independent pixel units (such as 600dp or 720dp wide), rather than
101 provide density abstraction, which means that applications do not need to
102 compensate for the differences in actual pixel density across devices. You
110 measured in density-independent pixel ("dp") units. Of the screen's height or
148 <p class="caption"><strong>Table 1.</strong> Typical devices, with density
154 <th>Density (generalized)</th>
195 current height, measured in density-independent pixels.</p>
306 <h4>New screen density for 720p televisions and similar devices</h4>
309 moderate density screens, Android 3.2 introduces a new generalized density,
311 the new density in {@link android.util.DisplayMetrics#densityDpi} and can use
315 <pre class="classic prettyprint">res/drawable-tvdpi/my_icon.png # Bitmap for tv density</pre>
317 <p>In general, applications should not need to work with this density. For situations