HomeSort by relevance Sort by last modified time
    Searched refs:getBounds (Results 176 - 200 of 588) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/graphics/java/android/graphics/drawable/
ClipDrawable.java 222 final Rect bounds = getBounds();
289 mDrawable.setBounds(orig.mDrawable.getBounds());
ColorDrawable.java 100 canvas.drawRect(getBounds(), mPaint);
216 outline.setRect(getBounds());
  /packages/apps/ContactsCommon/src/com/android/contacts/common/lettertiles/
LetterTileDrawable.java 100 final Rect bounds = getBounds();
136 final Rect bounds = getBounds();
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
AccountAvatarDrawable.java 81 final Rect bounds = getBounds();
101 final Rect bounds = getBounds();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 285 Rect bn = targetNode.getBounds();
301 Rect bc = it.getBounds();
368 Rect b = node.getBounds();
409 Rect be = elements[0].getBounds();
447 Rect bounds = element.getBounds();
482 Rect b = targetNode.getBounds();
    [all...]
BaseLayoutRule.java 260 Point p = targetNode.getBounds().getTopLeft();
286 Point parentP = parentNode.getBounds().getTopLeft();
287 Point targetP = targetNode.getBounds().getTopLeft();
314 Rect b = element.getBounds();
787 Rect parentBounds = parent.getBounds()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 298 baseline += view.node.getBounds().y - getRowY(row);
685 Rect layoutBounds = layout.getBounds();
728 Rect layoutBounds = layout.getBounds();
757 Rect bounds = view.node.getBounds();
827 Rect bounds = view.node.getBounds();
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkCanvas.cpp 174 SkASSERT(deviceR.contains(fClip.getBounds()));
    [all...]
SkMaskFilter.cpp 216 clip.getBounds(),
239 clip.getBounds(), &patch)) {
259 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
SkScan_Hairline.cpp 64 r.set(clip->getBounds());
84 const SkIRect& bounds = clip->getBounds();
271 path.getBounds().roundOut(&ibounds);
  /external/skia/src/core/
SkCanvas.cpp 174 SkASSERT(deviceR.contains(fClip.getBounds()));
    [all...]
SkMaskFilter.cpp 216 clip.getBounds(),
239 clip.getBounds(), &patch)) {
259 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
SkScan_Hairline.cpp 64 r.set(clip->getBounds());
84 const SkIRect& bounds = clip->getBounds();
271 path.getBounds().roundOut(&ibounds);
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 352 Rect tb = textView.getBounds();
804 Rect screenRect = screen.getBounds();
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 173 SkRect larger = one.getBounds();
174 larger.join(two.getBounds());
199 const SkRect& bounds1 = scaledOne.getBounds();
244 const SkRect& bounds1 = one.getBounds();
245 const SkRect& bounds2 = two.getBounds();
350 const SkRect& bounds1 = one.getBounds();
351 const SkRect& bounds2 = two.getBounds();
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrRRectEffect.cpp 306 SkRect rect = rrect.getBounds();
601 SkRect rect = rrect.getBounds();
637 return GrConvexPolyEffect::Create(edgeType, rrect.getBounds());
641 return GrOvalEffect::Create(edgeType, rrect.getBounds());
648 return GrConvexPolyEffect::Create(edgeType, rrect.getBounds());
    [all...]
  /external/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 173 SkRect larger = one.getBounds();
174 larger.join(two.getBounds());
199 const SkRect& bounds1 = scaledOne.getBounds();
244 const SkRect& bounds1 = one.getBounds();
245 const SkRect& bounds2 = two.getBounds();
350 const SkRect& bounds1 = one.getBounds();
351 const SkRect& bounds2 = two.getBounds();
  /external/skia/src/gpu/effects/
GrRRectEffect.cpp 306 SkRect rect = rrect.getBounds();
601 SkRect rect = rrect.getBounds();
637 return GrConvexPolyEffect::Create(edgeType, rrect.getBounds());
641 return GrOvalEffect::Create(edgeType, rrect.getBounds());
648 return GrConvexPolyEffect::Create(edgeType, rrect.getBounds());
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
ScreenMagnifier.java 230 mMagnifiedBounds.getBounds(magnifiedFrame);
253 mMagnifiedBounds.getBounds(magnifiedFrame);
311 mMagnifiedBounds.getBounds(rect);
    [all...]
  /frameworks/native/libs/ui/
Region.cpp 196 outputRegion.mStorage.add(r.getBounds()); // to make region valid, mStorage must end with bounds
218 const Rect bounds(getBounds());
540 if (b != reg.getBounds()) {
545 reg.getBounds().left, reg.getBounds().top,
546 reg.getBounds().right, reg.getBounds().bottom);
  /external/chromium_org/third_party/skia/include/core/
SkPath.h 273 const SkRect& getBounds() const {
274 return fPathRef->getBounds();
278 update it so that subsequent calls to getBounds will be instantaneous.
283 // for now, just calling getBounds() is sufficient
284 this->getBounds();
    [all...]
SkRRect.h 193 const SkRect& getBounds() const { return fRect; }
  /external/skia/include/core/
SkPath.h 273 const SkRect& getBounds() const {
274 return fPathRef->getBounds();
278 update it so that subsequent calls to getBounds will be instantaneous.
283 // for now, just calling getBounds() is sufficient
284 this->getBounds();
    [all...]
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
StyledCornersBitmapDrawable.java 222 final Rect bounds = getBounds();
282 final Rect bounds = getBounds();
366 Rect bounds = getBounds();
  /external/chromium_org/third_party/skia/gm/
conicpaths.cpp 120 const SkRect& bounds = fPaths[p].getBounds();

Completed in 2132 milliseconds

1 2 3 4 5 6 78 91011>>