HomeSort by relevance Sort by last modified time
    Searched full:density (Results 201 - 225 of 866) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_fog.c 122 d = ctx->Fog.Density;
129 d = ctx->Fog.Density*ctx->Fog.Density;
  /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/com/android/internal/view/menu/
ActionMenuItemView.java 74 final float density = res.getDisplayMetrics().density; local
75 mMaxIconSize = (int) (MAX_ICON_SIZE * density + 0.5f);
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
android.util.TypedValue.html 101 <A NAME="android.util.TypedValue.density"></A>
102 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/util/TypedValue.html#density" target="_top"><code>density</code></A></nobr>
  /frameworks/base/docs/html/tools/devices/
managing-avds.jd 230 <td>Abstracted LCD density</td>
232 <td>Sets the generalized density characteristic used by the AVD's screen. Default value is
235 <td>hw.lcd.density</td>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParserTest.java 27 import com.android.resources.Density;
172 Density.MEDIUM, // density (default from ConfigurationComposite)
  /developers/build/lib/
assetstudio.jar 
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LayoutAnimation1.java 62 final int w = (int) (36 * getResources().getDisplayMetrics().density + 0.5f);
LayoutAnimation4.java 63 final int w = (int) (36 * getResources().getDisplayMetrics().density + 0.5f);
LayoutAnimation5.java 62 final int w = (int) (36 * getResources().getDisplayMetrics().density + 0.5f);
LayoutAnimation6.java 62 final int w = (int) (36 * getResources().getDisplayMetrics().density + 0.5f);
  /external/chromium_org/ash/
dip_unittest.cc 32 // Test if the WM sets correct work area under different density.
  /external/chromium_org/chrome/browser/ui/android/
navigation_popup.cc 49 // TODO(tedchoc): Request higher favicons based on screen density instead of
  /external/chromium_org/remoting/proto/
control.proto 14 // Legacy width and height of the client in Density-Independent Pixels
  /external/chromium_org/ui/base/
layout.h 33 // SCALE_FACTOR_NONE is used for density independent resources such as
  /external/eigen/bench/btl/data/
mk_new_gnuplot.sh 52 convert -background white -density 120 -rotate 90 -resize 800 +dither -colors 256 -quality 0 ../${DIR}/$WHAT.ps -background white -flatten ../${DIR}/$WHAT.png
  /external/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 37 // density.
  /external/qemu/android/protocol/
core-commands.h 45 /* Gets LCD density. */
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_SetControlParameters.c 93 if (pNewParams->Density > LVREV_MAX_DENSITY)
  /frameworks/base/docs/html/design/style/
devices-displays.jd 39 standard (normal size and <acronym title="Medium density (160 dpi)">MDPI</acronym>) and scale it up or
  /frameworks/base/docs/html/distribute/promote/
device-art.jd 178 density: 'XXHDPI',
192 density: 'XHDPI',
206 density: 'XHDPI',
219 density: 'MDPI',
233 density: '213dpi',
247 density: 'XHDPI',
261 density: 'XHDPI',
275 density: 'HDPI',
384 '<br>' + this.physicalSize + '" @ ' + this.density +
  /frameworks/base/docs/html/training/tv/
optimizing-layouts-tv.jd 18 <li><a href="#DesignForLargeScreens">Design for High-Density Large Screens</a></li>
60 aspect ratio, and pixel density of the TV screen.</li>
141 layout-relative sizing rather than absolute sizing, and density-independent pixel units instead of absolute
150 <h2 id="DesignForLargeScreens">Design for High-Density Large Screens</h2>
  /frameworks/base/policy/src/com/android/internal/policy/impl/
ImmersiveModeConfirmation.java 235 float density = metrics.density; local
253 bubble.setTranslationY(-OFFSET_DP*density);
262 ok.setTranslationY(-OFFSET_DP*density);
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 128 // Ensure the bitmap has a density.
295 final float density = metrics.density; local
300 sBlurPaint.setMaskFilter(new BlurMaskFilter(5 * density, BlurMaskFilter.Blur.NORMAL));
  /packages/apps/Mms/src/com/android/mms/layout/
HVGALayoutParameters.java 48 float scale = context.getResources().getDisplayMetrics().density;

Completed in 1629 milliseconds

1 2 3 4 5 6 7 891011>>