HomeSort by relevance Sort by last modified time
    Searched defs:shadowRadius (Results 1 - 25 of 61) sorted by null

1 2 3

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
SlidingKeyInputDrawingPreview.java 61 final float shadowRadius = previewRadius * previewShadowRatio;
62 mPaint.setShadowLayer(shadowRadius, 0.0f, 0.0f, previewColor);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPaint.java 23 private float shadowRadius;
120 shadowRadius = radius;
132 return shadowRadius;
  /frameworks/base/services/core/java/com/android/server/wm/
Watermark.java 105 int shadowRadius = WindowManagerService.getPropertyInt(tokens, 6,
113 mTextPaint.setShadowLayer(shadowRadius, shadowDx, shadowDy, shadowColor);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPaint.java 26 private float shadowRadius;
57 this.shadowRadius = otherShadowPaint.shadowRadius;
161 shadowRadius = radius;
202 return shadowRadius;
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
PreviewBackground.java 146 float shadowRadius = radius + mStrokeWidth;
150 new float[] {radius / shadowRadius, 1},
219 float shadowRadius = radius + mStrokeWidth;
227 offsetX + radius + shadowRadius, offsetY + shadowRadius + shadowRadius, null);
234 mShaderMatrix.setScale(shadowRadius, shadowRadius);
235 mShaderMatrix.postTranslate(radius + offsetX, shadowRadius + offsetY);
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
android-all-4.1.2_r1-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 
  /external/robolectric/v1/lib/main/
android.jar 

Completed in 491 milliseconds

1 2 3