HomeSort by relevance Sort by last modified time
    Searched refs:getBounds (Results 1 - 25 of 622) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/lang/reflect/
TypeVariable.java 71 Type[] getBounds();
  /external/skia/src/animator/
SkDrawPoint.h 27 void getBounds(SkRect* ) override;
SkBoundable.cpp 25 void SkBoundable::getBounds(SkRect* rect) {
28 INHERITED::getBounds(rect);
SkBoundable.h 21 virtual void getBounds(SkRect* );
SkDrawPoint.cpp 41 void SkDrawPoint::getBounds(SkRect* rect ) {
SkHitTest.cpp 36 bullet->getBounds(&bBounds);
43 target->getBounds(&tBounds);
  /external/skia/src/gpu/
GrPLSGeometryProcessor.h 23 const SkRect& getBounds() const {
GrPathRenderer.cpp 22 *bounds = path.getBounds();
GrReducedClip.cpp 60 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
68 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
84 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
90 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
106 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
114 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
130 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
136 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
153 } else if (!SkRect::Intersects(element->getBounds(), queryBounds)) {
159 } else if (!SkRect::Intersects(element->getBounds(), queryBounds))
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
DrawableRecipientChip.java 30 Rect getBounds();
ReplacementDrawableSpan.java 33 final Rect bounds = getBounds();
47 return getBounds().right;
54 int transY = (bottom - mDrawable.getBounds().bottom + top) / 2;
60 protected Rect getBounds() {
61 return mDrawable.getBounds();
VisibleRecipientChip.java 93 public Rect getBounds() {
94 return super.getBounds();
  /frameworks/support/compat/tests/java/android/support/v4/widget/
TextViewCompatTest.java 151 drawablesAbsolute[0].getBounds().width(), 20);
153 drawablesAbsolute[0].getBounds().height(), 20);
157 drawablesAbsolute[1].getBounds().width(), 30);
159 drawablesAbsolute[1].getBounds().height(), 25);
163 drawablesAbsolute[2].getBounds().width(), 25);
165 drawablesAbsolute[2].getBounds().height(), 20);
197 drawablesAbsolute[0].getBounds().width(), 25);
199 drawablesAbsolute[0].getBounds().height(), 20);
203 drawablesAbsolute[1].getBounds().width(), 30);
205 drawablesAbsolute[1].getBounds().height(), 25)
    [all...]
  /cts/tests/tests/text/src/android/text/style/cts/
DrawableMarginSpanTest.java 58 assertEquals(0, drawable.getBounds().top);
59 assertEquals(0, drawable.getBounds().bottom);
60 assertEquals(0, drawable.getBounds().left);
61 assertEquals(0, drawable.getBounds().right);
74 assertEquals(0, drawable.getBounds().top);
75 assertEquals(0 + drawable.getIntrinsicHeight(), drawable.getBounds().bottom);
76 assertEquals(x, drawable.getBounds().left);
77 assertEquals(x + drawable.getIntrinsicWidth(), drawable.getBounds().right);
  /external/skia/include/core/
SkDrawable.h 52 SkRect getBounds();
  /packages/apps/Camera2/src/com/android/camera/stats/
Camera2FaceProxy.java 36 Camera2FaceProxy convertedFace = new Camera2FaceProxy(face.getBounds(), face.getScore());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridMatch.java 104 return String.format("Align left at x=%1$d", matchedLine - layout.getBounds().x);
109 return String.format("Align right at x=%1$d", matchedLine - layout.getBounds().x);
120 return String.format("Align top at y=%1d", matchedLine - layout.getBounds().y);
125 return String.format("Align bottom at y=%1d", matchedLine - layout.getBounds().y);
  /external/skia/src/core/
SkDrawable.cpp 43 draw_bbox(canvas, this->getBounds());
63 SkRect SkDrawable::getBounds() {
78 const SkRect bounds = this->getBounds();
SkRasterClip.cpp 51 const SkIRect& SkRasterClip::getBounds() const {
52 return fIsBW ? fBW.getBounds() : fAA.getBounds();
148 return this->setConservativeRect(path.getBounds(), clip.getBounds(), path.isInverseFillType());
166 return this->op(rrect.getBounds(), bounds, op, doAA);
187 ir = path.getBounds().roundOut();
207 base.setRect(this->getBounds());
365 fBW.setRect(fAA.getBounds());
415 fBWRgn.setRect(aaclip->getBounds());
    [all...]
  /packages/apps/DevCamera/src/com/android/devcamera/
NormalizedFace.java 50 if (face.getBounds() != null) {
52 bounds.left = (float) (face.getBounds().left - offX) / dX;
53 bounds.top = (float) (face.getBounds().top - offY) / dY;
54 bounds.right = (float) (face.getBounds().right - offX) / dX;
55 bounds.bottom = (float) (face.getBounds().bottom - offY) / dY;
  /external/skia/tests/
AAClipTest.cpp 69 mask->fBounds = rgn.getBounds();
85 tmpRgn.translate(-rgn.getBounds().fLeft, -rgn.getBounds().fTop);
127 path.getBounds().round(&ir);
187 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
189 REPORTER_ASSERT(reporter, height == clip.getBounds().height());
201 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
203 REPORTER_ASSERT(reporter, teardrop_height == clip.getBounds().height());
210 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
215 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty())
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonRipple.java 87 final float w = getBounds().width();
88 final float h = getBounds().height();
130 return getBounds().width() > getBounds().height();
275 return isHorizontal() ? getBounds().width() : getBounds().height();
279 int size = isHorizontal() ? getBounds().width() : getBounds().height();
304 mBottomProp = CanvasProperty.createFloat(getBounds().height());
305 mRxProp = CanvasProperty.createFloat(getBounds().height()/2)
    [all...]
  /external/skia/bench/
RegionBench.cpp 30 return result.op(a, b.getBounds(), SkRegion::kDifference_Op);
35 return result.op(a, a.getBounds(), SkRegion::kDifference_Op);
39 SkIRect r = a.getBounds();
43 r = b.getBounds();
53 SkIRect r = a.getBounds();
59 const SkIRect& r = a.getBounds();
  /packages/apps/UnifiedEmail/src/com/android/mail/graphics/
PageMarginDrawable.java 43 canvas.drawRect(getBounds(), mPaint);
  /cts/tests/tests/graphics/src/android/graphics/cts/
RegionTest.java 136 assertEquals(1, mRegion.getBounds().left);
137 assertEquals(2, mRegion.getBounds().top);
138 assertEquals(3, mRegion.getBounds().right);
139 assertEquals(4, mRegion.getBounds().bottom);
147 assertEquals(1, mRegion.getBounds().left);
148 assertEquals(2, mRegion.getBounds().top);
149 assertEquals(3, mRegion.getBounds().right);
150 assertEquals(4, mRegion.getBounds().bottom);
157 assertEquals(1, mRegion.getBounds().left);
158 assertEquals(2, mRegion.getBounds().top)
    [all...]

Completed in 656 milliseconds

1 2 3 4 5 6 7 8 91011>>