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

1 2 3 4 56 7 8 91011>>

  /frameworks/wilhelm/src/itf/
IEnvironmentalReverb.c 580 SLpermille density)
584 if (!(0 <= density && density <= 1000)) {
589 thiz->mProperties.density = density;
597 REVERB_PARAM_DENSITY, &density);
625 REVERB_PARAM_DENSITY, &thiz->mProperties.density);
629 *pDensity = thiz->mProperties.density;
669 if (!(0 <= properties.density && properties.density <= 1000)
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
EnvironmentalReverb.java 105 * Density. Parameter ID for OnParameterChangeListener
375 * Sets the echo density in the late reverberation decay.
406 * Controls the modal density of the late reverberation decay.
408 * A lower density creates a hollow sound that is useful for simulating small reverberation
410 * @param density density specified using a permille scale. The valid range is [0, 1000].
417 public void setDensity(short density)
419 byte[] param = shortToByteArray(density);
424 * Gets the density level.
425 * @return the density level. See {@link #setDiffusion(short)} for units
519 public short density; field in class:EnvironmentalReverb.Settings
    [all...]
  /build/target/product/
languages_full.mk 20 # the system misbehaves when a density is the first locale.
languages_small.mk 20 # the system misbehaves when a density is the first locale.
  /external/chromium_org/build/android/avd_configs/AVD_for_Galaxy_Nexus_by_Google_arm.avd/
config.ini 3 hw.lcd.density=320
  /external/chromium_org/build/android/avd_configs/AVD_for_Galaxy_Nexus_by_Google_x86.avd/
config.ini 3 hw.lcd.density=320
  /external/chromium_org/remoting/protocol/
host_stub.h 29 // Notification of the client dimensions and pixel density.
  /external/chromium_org/ui/gfx/android/
device_display_info.h 36 // Returns a scaling factor for Density Independent Pixel unit
  /external/chromium_org/ui/gfx/image/
image_skia.h 30 // Image height and width are in DIP (Density Indepent Pixel) coordinates.
68 // density display.
90 // Returns true if the object owns an image rep whose density matches
94 // Returns the image rep whose density best matches
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DisplayTest.java 32 assertEquals(1.5f, metrics.density, 0.05);
  /frameworks/base/docs/html/guide/webapps/
overview.jd 22 based on the screen's pixel density (screen resolution)</li>
42 Android added support for more screen densities (adding support for high and low-density
44 viewport properties and query the screen density in order to modify styles
47 {@link android.webkit.WebView} support the same viewport and screen density features.</p>
  /frameworks/base/native/android/
configuration.cpp 71 return config->density;
159 void AConfiguration_setDensity(AConfiguration* config, int32_t density) {
160 config->density = density;
  /frameworks/base/policy/src/com/android/internal/policy/impl/
IconUtilities.java 72 final float density = metrics.density; local
73 final float blurPx = 5 * density;
123 // Ensure the bitmap has a density.
  /frameworks/native/build/
phone-hdpi-512-dalvik-heap.mk 17 # Provides overrides to configure the Dalvik heap for a standard high density
  /frameworks/native/include/ui/
DisplayInfo.h 33 float density; member in struct:android::DisplayInfo
  /packages/apps/Settings/src/com/android/settings/
AppWidgetPickActivity.java 103 final int density = res.getDisplayMetrics().densityDpi; local
105 switch (density) {
117 // The density is some abnormal value. Return some other
119 iconDensity = (int)((density*0.75f)+.5f);
  /developers/samples/android/input/multitouch/BasicMultitouch/BasicMultitouchSample/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 340 * Sets up the required {@link android.graphics.Paint} objects for the screen density of this
345 // Calculate radiuses in px from dp based on screen density
346 float density = getResources().getDisplayMetrics().density; local
347 mCircleRadius = CIRCLE_RADIUS_DP * density;
348 mCircleHistoricalRadius = CIRCLE_HISTORICAL_RADIUS_DP * density;
355 mBorderWidth = INACTIVE_BORDER_DP * density;
  /development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
TouchDisplayView.java 340 * Sets up the required {@link android.graphics.Paint} objects for the screen density of this
345 // Calculate radiuses in px from dp based on screen density
346 float density = getResources().getDisplayMetrics().density; local
347 mCircleRadius = CIRCLE_RADIUS_DP * density;
348 mCircleHistoricalRadius = CIRCLE_HISTORICAL_RADIUS_DP * density;
355 mBorderWidth = INACTIVE_BORDER_DP * density;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
ResourceHelper.java 28 import com.android.resources.Density;
175 Density density = Density.MEDIUM; local
177 density =
187 new FileInputStream(file), density, value.isFramework(),
234 density);
262 private static Drawable getNinePatchDrawable(InputStream inputStream, Density density,
286 density);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
VaryingConfiguration.java 22 import com.android.resources.Density;
281 Density density = getDensity(d); local
282 if (density == Density.TV || density == Density.LOW) {
299 * Returns the density of the given device
302 * @return the density or null
305 private static Density getDensity(@NonNull Device device)
    [all...]
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /frameworks/base/docs/html/guide/topics/manifest/
compatible-screens-element.jd 26 specifies a specific screen size-density combination with which the application is compatible.
90 <dd><b>Required.</b> Specifies the screen density for this screen configuration.
113 of screen density, then you must specify eight different {@code &lt;screen&gt;} elements,
114 because each screen size has four different density configurations. You must declare each one of
115 these; any combination of size and density that you do <em>not</em> specify is considered a screen
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 47 DENSITY,
125 case DENSITY:
127 mMetrics.density = (((float)value)/((float)DisplayMetrics.DENSITY_DEFAULT));
128 mMetrics.noncompatDensity = mMetrics.density;
190 config.setProperty(Properties.DENSITY, 160);
319 config.setProperty(Properties.DENSITY, 240);
523 config.setProperty(Properties.DENSITY, 240);
632 config.setProperty(Properties.DENSITY, 2);
639 config.setProperty(Properties.DENSITY, 32);
646 config.setProperty(Properties.DENSITY, 48)
    [all...]
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
  /frameworks/base/core/java/android/util/
TypedValue.java 142 * If {@link #density} is equal to this value, then the density should be
143 * treated as the system's default density value: {@link DisplayMetrics#DENSITY_DEFAULT}.
148 * If {@link #density} is equal to this value, then there is no density
177 * If the Value came from a resource, this holds the corresponding pixel density.
179 public int density; field in class:TypedValue
222 * supplies display density and scaling information.
246 * supplies display density and scaling information.
273 * supplies display density and scaling information
    [all...]

Completed in 697 milliseconds

1 2 3 4 56 7 8 91011>>