Home
last modified time | relevance | path

Searched refs:shadowRadius (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java189 float shadowRadius = radius + mStrokeWidth; in setup() local
193 new float[]{radius / shadowRadius, 1}, in setup()
276 float shadowRadius = radius + mStrokeWidth; in drawShadow() local
284 offsetX + radius + shadowRadius, offsetY + shadowRadius + shadowRadius, null); in drawShadow()
291 mShaderMatrix.setScale(shadowRadius, shadowRadius); in drawShadow()
292 mShaderMatrix.postTranslate(radius + offsetX, shadowRadius + offsetY); in drawShadow()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DSlidingKeyInputDrawingPreview.java61 final float shadowRadius = previewRadius * previewShadowRatio; in SlidingKeyInputDrawingPreview() local
62 mPaint.setShadowLayer(shadowRadius, 0.0f, 0.0f, previewColor); in SlidingKeyInputDrawingPreview()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSurfaceTransaction.java129 public float shadowRadius = 0; field in SurfaceTransaction.MockProperties
166 this.shadowRadius = radius; in setShadowRadius()
DSwipePipToHomeAnimator.java125 int shadowRadius, in SwipePipToHomeAnimator() argument
138 mSurfaceTransactionHelper = new PipSurfaceTransactionHelper(cornerRadius, shadowRadius); in SwipePipToHomeAnimator()
407 public Builder setShadowRadius(int shadowRadius) { in setShadowRadius() argument
408 mShadowRadius = shadowRadius; in setShadowRadius()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java6270 public void onPipResourceDimensionsChanged(int cornerRadius, int shadowRadius) {
6273 mRecentsView.mPipShadowRadius = shadowRadius;