/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
icon_design_menu.jd | 50 href="{@docRoot}guide/practices/ui_guidelines/icon_design.html#icon-sets">Providing Density-Specific 53 medium-, high-, and extra-high-density screens. This ensures that your icons will display properly 123 <li>Menu icon dimensions for high-density (<code>hdpi</code>) screens:</li> 139 <li>Menu icon dimensions for medium-density (<code>mdpi</code>) screens:</li> 156 <li>Menu icon dimensions for low-density (<code>ldpi</code>) screens:</li> 205 <p><em>Note: all pixel dimensions are for medium density and should be scaled appropriately for other densities.</em></p> 234 <p>Shown below are standard high-density menu icons that are used in the Android
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/classes/ |
function.py | 16 'number_of_nodes', 'number_of_edges', 'density', 67 def density(G): function 68 r"""Return the density of a graph. 70 The density for undirected graphs is 86 The density is 0 for a graph without edges and 1 for a complete graph. 87 The density of multigraphs can be higher than 1. 90 loops can have density higher than 1.
|
/frameworks/base/docs/html/about/versions/ |
android-3.2.jd | 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 [all...] |
android-2.0.1.jd | 222 QVGA (240x320, low density, small screen) 225 WQVGA (240x400, low density, normal screen) 228 FWQVGA (240x432, low density, normal screen) 231 HVGA (320x480, medium density, normal screen) 234 WVGA800 (480x800, high density, normal screen) 237 WVGA854 (480x854 high density, normal screen)
|
android-2.0.jd | 211 QVGA (240x320, low density, small screen) 214 WQVGA (240x400, low density, normal screen) 217 FWQVGA (240x432, low density, normal screen) 220 HVGA (320x480, medium density, normal screen) 223 WVGA800 (480x800, high density, normal screen) 226 WVGA854 (480x854 high density, normal screen)
|
/prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.8.0/ |
layoutlib-api-22.8.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.9.2/ |
layoutlib-api-22.9.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.0.1/ |
layoutlib-api-23.0.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.0.2/ |
layoutlib-api-23.0.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.1.0/ |
layoutlib-api-23.1.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.1.3/ |
layoutlib-api-23.1.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.1.4/ |
layoutlib-api-23.1.4.jar | |
/prebuilts/sdk/tools/lib/ |
common.jar | |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
ResourceHelper.java | 30 import com.android.resources.Density; 197 Density density = Density.MEDIUM; local 199 density = 209 new FileInputStream(file), density, value.isFramework(), 256 density); 284 private static Drawable getNinePatchDrawable(InputStream inputStream, Density density, 308 density); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationMatcher.java | 38 import com.android.resources.Density; 496 // lets look for a high density device 768 // put the sort order for the density. 769 mDensitySort.put(Density.HIGH.getDpiValue(), 1); 770 mDensitySort.put(Density.MEDIUM.getDpiValue(), 2); 771 mDensitySort.put(Density.XHIGH.getDpiValue(), 3); 772 mDensitySort.put(Density.LOW.getDpiValue(), 4); [all...] |
/frameworks/base/tools/aapt/ |
AaptAssets.cpp | [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
AppWidgetResizeFrame.java | 349 final float density = launcher.getResources().getDisplayMetrics().density; local 356 int landWidth = (int) ((spanX * cellWidth + (spanX - 1) * widthGap) / density); 357 int landHeight = (int) ((spanY * cellHeight + (spanY - 1) * heightGap) / density); 364 int portWidth = (int) ((spanX * cellWidth + (spanX - 1) * widthGap) / density); 365 int portHeight = (int) ((spanY * cellHeight + (spanY - 1) * heightGap) / density);
|
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/ |
RichSetupFragment.java | 225 float density = ctx.getResources().getDisplayMetrics().density; local 226 return Math.round((float) dp * density);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
CauchyDistributionImpl.java | 112 * Returns the probability density for a particular point. 114 * @param x The point at which the density should be computed. 119 public double density(double x) { method in class:CauchyDistributionImpl
|
TDistributionImpl.java | 108 * Returns the probability density for a particular point. 110 * @param x The point at which the density should be computed. 115 public double density(double x) { method in class:TDistributionImpl
|
/external/mesa3d/src/mesa/tnl/ |
t_vb_fog.c | 122 d = ctx->Fog.Density; 129 d = ctx->Fog.Density*ctx->Fog.Density;
|
/frameworks/base/core/java/android/view/ |
DisplayListCanvas.java | 92 mDensity = 0; // disable bitmap density scaling 103 public void setDensity(int density) { 104 // drop silently, since DisplayListCanvas doesn't perform density scaling
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
ActionMenuItemView.java | 83 final float density = res.getDisplayMetrics().density; local 84 mMaxIconSize = (int) (MAX_ICON_SIZE * density + 0.5f);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
RippleComponent.java | 52 /** Screen density used to adjust pixel-based constants. */ 67 public final void setup(float maxRadius, float density) { 75 mDensity = density;
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
ActionMenuItemView.java | 82 final float density = res.getDisplayMetrics().density; local 83 mMaxIconSize = (int) (MAX_ICON_SIZE * density + 0.5f);
|