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

1 2 3 4 5 67 8 91011>>

  /external/skia/tools/lua/
scrape.lua 68 "isRect", tostring(t.path:isRect()), tostr(t.path:getBounds()))
  /frameworks/base/graphics/java/android/graphics/
Region.java 135 public Rect getBounds() {
145 public boolean getBounds(Rect r) {
  /frameworks/base/graphics/java/android/graphics/drawable/
ColorDrawable.java 110 canvas.drawRect(getBounds(), mPaint);
227 outline.setRect(getBounds());
DrawableWrapper.java 101 dr.setBounds(getBounds());
269 outRect.set(getBounds());
333 onBoundsChange(getBounds());
  /frameworks/base/libs/hwui/
RenderProperties.cpp 161 getRevealClip().getBounds(&bounds);
172 RECT_ARGS(outline.getBounds()));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
LockscreenWallpaper.java 251 int vwidth = getBounds().width();
252 int vheight = getBounds().height();
  /frameworks/support/core-utils/gingerbread/android/support/v4/graphics/drawable/
RoundedBitmapDrawable.java 225 gravityCompatApply(mGravity, minDimen, minDimen, getBounds(), mDstRect);
235 gravityCompatApply(mGravity, mBitmapWidth, mBitmapHeight, getBounds(), mDstRect);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/lettertiles/
LetterTileDrawable.java 99 final Rect bounds = getBounds();
135 final Rect bounds = getBounds();
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
AbstractAvatarDrawable.java 91 final Rect bounds = getBounds();
112 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/skia/src/gpu/effects/
GrRRectEffect.cpp 300 SkRect rect = rrect.getBounds();
618 SkRect rect = rrect.getBounds();
    [all...]
  /frameworks/native/libs/ui/
Region.cpp 201 outputRegion.mStorage.add(r.getBounds()); // to make region valid, mStorage must end with bounds
223 const Rect bounds(getBounds());
566 if (b != reg.getBounds()) {
571 reg.getBounds().left, reg.getBounds().top,
572 reg.getBounds().right, reg.getBounds().bottom);
  /cts/hostsidetests/services/activitymanager/src/android/server/cts/
ActivityManagerDockedStackTests.java 320 mAmWmState.getAmState().getStackById(DOCKED_STACK_ID).getBounds());
335 mAmWmState.getWmState().getStack(FULLSCREEN_WORKSPACE_STACK_ID).getBounds();
343 mAmWmState.getWmState().getStack(DOCKED_STACK_ID).getBounds();
  /external/skia/include/core/
SkPath.h 318 const SkRect& getBounds() const {
319 return fPathRef->getBounds();
323 update it so that subsequent calls to getBounds will be instantaneous.
328 // for now, just calling getBounds() is sufficient
329 this->getBounds();
    [all...]
  /external/skia/src/core/
SkMaskFilter.cpp 226 clip.getBounds(),
246 switch (this->filterRectsToNine(rects, rectCount, matrix, clip.getBounds(), &patch)) {
265 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
StyledCornersBitmapDrawable.java 229 final Rect bounds = getBounds();
302 final Rect bounds = getBounds();
394 Rect bounds = getBounds();
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LayerDrawableTest.java 744 assertEquals(0, mockDrawable1.getBounds().left);
745 assertEquals(0, mockDrawable1.getBounds().top);
746 assertEquals(0, mockDrawable1.getBounds().right);
747 assertEquals(0, mockDrawable1.getBounds().bottom);
748 assertEquals(0, mockDrawable2.getBounds().left);
749 assertEquals(0, mockDrawable2.getBounds().top);
750 assertEquals(0, mockDrawable2.getBounds().right);
751 assertEquals(0, mockDrawable2.getBounds().bottom);
757 assertEquals(bounds.left + inset1.left, mockDrawable1.getBounds().left);
758 assertEquals(bounds.top + inset1.top, mockDrawable1.getBounds().top)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CFlatButton.java 99 Rectangle imageBounds = image.getBounds();
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
GlideBitmapDrawable.java 98 Gravity.apply(BitmapState.GRAVITY, width, height, getBounds(), destRect);
  /external/guava/guava-tests/test/com/google/common/reflect/
TypeTokenResolutionTest.java 452 assertEquals(String.class, typeVariable.getBounds()[0]);
459 typeVariable.getBounds()[0]);
468 assertEquals(Types.newParameterizedType(List.class, v), k.getBounds()[0]);
469 assertEquals(Types.newParameterizedType(List.class, k), v.getBounds()[0]);
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
TexturePanel.java 127 Rectangle bounds = g.getFontMetrics().getStringBounds(indexString, g).getBounds();
  /external/skia/gm/
conicpaths.cpp 108 const SkRect& bounds = fPaths[p].getBounds();
imagefilters.cpp 126 canvas->saveLayer({ &rr.getBounds(), nullptr, filters[i], 0 });

Completed in 1609 milliseconds

1 2 3 4 5 67 8 91011>>