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

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/android/
configuration.h 194 * Set the current density in the configuration.
196 void AConfiguration_setDensity(AConfiguration* config, int32_t density);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/android/
configuration.h 194 * Set the current density in the configuration.
196 void AConfiguration_setDensity(AConfiguration* config, int32_t density);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/android/
configuration.h 194 * Set the current density in the configuration.
196 void AConfiguration_setDensity(AConfiguration* config, int32_t density);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/
configuration.h 194 * Set the current density in the configuration.
196 void AConfiguration_setDensity(AConfiguration* config, int32_t density);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_fog.c 51 d = ctx->Fog.Density;
56 d = ctx->Fog.Density;
69 #define EXP_FOG(f, coord) f = EXPF(density * coord)
185 const GLfloat density = -ctx->Fog.Density; local
204 const GLfloat negDensitySquared = -ctx->Fog.Density * ctx->Fog.Density;
  /external/eigen/test/
sparse_permutations.cpp 24 double density = (std::max)(8./(rows*cols), 0.01); local
30 initSparse<Scalar>(density, mat_d, mat, 0);
  /external/mesa3d/src/mesa/swrast/
s_fog.c 51 d = ctx->Fog.Density;
56 d = ctx->Fog.Density;
69 #define EXP_FOG(f, coord) f = EXPF(density * coord)
185 const GLfloat density = -ctx->Fog.Density; local
204 const GLfloat negDensitySquared = -ctx->Fog.Density * ctx->Fog.Density;
  /frameworks/base/core/java/android/app/
ResourcesManager.java 107 // + metrics.heightPixels + " den=" + metrics.density
116 config.screenWidthDp = (int)(dm.widthPixels / dm.density);
117 config.screenHeightDp = (int)(dm.heightPixels / dm.density);
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 69 void setForcedDisplayDensity(int displayId, int density);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsHorizontalScrollView.java 59 float densityScale = getResources().getDisplayMetrics().density;
298 float densityScale = getResources().getDisplayMetrics().density;
  /frameworks/support/v4/java/android/support/v4/widget/
AutoScrollHelper.java 213 final int maxVelocity = (int) (DEFAULT_MAXIMUM_VELOCITY_DIPS * metrics.density + 0.5f);
214 final int minVelocity = (int) (DEFAULT_MINIMUM_VELOCITY_DIPS * metrics.density + 0.5f);
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteListView.java 128 mDensityScale = getResources().getDisplayMetrics().density;
138 mDensityScale= getResources().getDisplayMetrics().density;
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
SlidingChallengeLayout.java 252 final float density = mDisplayMetrics.density; local
255 mDragHandleClosedAbove = (int) (DRAG_HANDLE_CLOSED_ABOVE * density + 0.5f);
256 mDragHandleClosedBelow = (int) (DRAG_HANDLE_CLOSED_BELOW * density + 0.5f);
257 mDragHandleOpenAbove = (int) (DRAG_HANDLE_OPEN_ABOVE * density + 0.5f);
258 mDragHandleOpenBelow = (int) (DRAG_HANDLE_OPEN_BELOW * density + 0.5f);
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Canvas.java 112 * draw into. The initial target density is {@link Bitmap#DENSITY_NONE};
130 * <p>The initial target density of the canvas is the same as the given
131 * bitmap's density.
210 * the canvas' target density is updated to match that of the bitmap.
272 * <p>Returns the target density of the canvas. The default density is
273 * derived from the density of its backing bitmap, or
276 * @return Returns the current target density of the canvas, which is used
287 * <p>Specifies the density for this Canvas' backing bitmap. This modifies
288 * the target density of the canvas itself, as well as the density of it
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
raytrace.js 386 density: 0.5,
388 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) {
394 this.density = density;
399 var t = this.wrapUp(u * this.density) * this.wrapUp(v * this.density);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 387 density: 0.5,
389 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) {
395 this.density = density;
400 var t = this.wrapUp(u * this.density) * this.wrapUp(v * this.density);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 387 density: 0.5,
389 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) {
395 this.density = density;
400 var t = this.wrapUp(u * this.density) * this.wrapUp(v * this.density);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 381 density: 0.5,
383 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) {
389 this.density = density;
394 var t = this.wrapUp(u * this.density) * this.wrapUp(v * this.density);
  /external/chromium_org/v8/benchmarks/
raytrace.js 386 density: 0.5,
388 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) {
394 this.density = density;
399 var t = this.wrapUp(u * this.density) * this.wrapUp(v * this.density);
  /external/v8/benchmarks/
raytrace.js 386 density: 0.5,
388 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) {
394 this.density = density;
399 var t = this.wrapUp(u * this.density) * this.wrapUp(v * this.density);
  /frameworks/wilhelm/tests/sandbox/
reverb.c 108 (settings1->density == settings2->density);
124 printf("density: %d\n", settings->density);
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 156 float density = r.getDisplayMetrics().density; local
158 (int) (r.getInteger(R.integer.config_flingToDeleteMinVelocity) * density);
  /packages/apps/Launcher3/src/com/android/launcher3/
DragController.java 152 float density = r.getDisplayMetrics().density; local
154 (int) (r.getInteger(R.integer.config_flingToDeleteMinVelocity) * density);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartSweepView.java 259 paint.density = getResources().getDisplayMetrics().density;
262 paint.setShadowLayer(4 * paint.density, 0, 0, Color.BLACK);

Completed in 1104 milliseconds

1 2 3 4 5 6 7 891011>>