Searched refs:inset (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DRoundRectShape.java25 * Creates a rounded-corner rectangle. Optionally, an inset (rounded) rectangle
48 * @param inset A RectF that specifies the distance from the inner
56 * If inset parameter is null, this parameter is ignored.
58 public RoundRectShape(float[] outerRadii, RectF inset, argument
67 mInset = inset;
70 if (inset != null) {
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardCircleFramedDrawable.java73 circleRect.inset(mStrokeWidth / 2f, mStrokeWidth / 2f);
74 circleRect.inset(mShadowRadius, mShadowRadius);
114 mFrameRect.inset(mStrokeWidth / 2f, mStrokeWidth / 2f);
115 mFrameRect.inset(mShadowRadius, mShadowRadius);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DInsetDrawable.java35 * <p>It can be defined in an XML file with the <code>&lt;inset></code> element. For more
57 public InsetDrawable(Drawable drawable, int inset) { argument
58 this(drawable, inset, inset, inset, inset);
110 + ": <inset> tag requires a 'drawable' attribute or "
117 Log.w("drawable", "No drawable specified for <inset>");
H A DGradientDrawable.java577 innerBounds.inset(x - radius, y - radius);
580 bounds.inset(-thickness, -thickness);
690 float inset = 0;
693 inset = mStrokePaint.getStrokeWidth() * 0.5f;
698 mRect.set(bounds.left + inset, bounds.top + inset,
699 bounds.right - inset, bounds.bottom - inset);
/frameworks/base/core/java/android/view/
H A DTouchDelegate.java95 mSlopBounds.inset(-mSlop, -mSlop);
H A DViewRootImpl.java874 dirty.inset(-1, -1);
/frameworks/base/core/java/android/gesture/
H A DGesture.java216 * @param inset
220 public Bitmap toBitmap(int width, int height, int inset, int color) { argument
238 final float sx = (width - 2 * inset) / bounds.width();
239 final float sy = (height - 2 * inset) / bounds.height();
246 canvas.translate(inset, inset);
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java1018 invalidate.inset(-1.0f, -1.0f);
1044 region.inset(-1.0f, -1.0f);
H A DAnimationSet.java340 region.inset(-1.0f, -1.0f);
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java1063 private static void applyInsets(Region outRegion, Rect frame, Rect inset) { argument
1065 frame.left + inset.left, frame.top + inset.top,
1066 frame.right - inset.right, frame.bottom - inset.bottom);
/frameworks/base/graphics/java/android/graphics/
H A DRectF.java268 public void inset(float dx, float dy) { method in class:RectF
H A DRect.java304 public void inset(int dx, int dy) { method in class:Rect
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css1488 -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
1489 -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
1490 box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
1765 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
1766 -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
1767 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
1768 box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2444 -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
2445 -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
2446 box-shadow: inset
[all...]
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css1488 -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
1489 -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
1490 box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
1765 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
1766 -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
1767 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
1768 box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2444 -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
2445 -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
2446 box-shadow: inset
[all...]

Completed in 192 milliseconds