HomeSort by relevance Sort by last modified time
    Searched refs:getBounds (Results 26 - 50 of 486) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/skia/src/animator/
SkBoundable.cpp 25 void SkBoundable::getBounds(SkRect* rect) {
28 INHERITED::getBounds(rect);
SkHitTest.cpp 36 bullet->getBounds(&bBounds);
43 target->getBounds(&tBounds);
  /frameworks/ex/chips/src/com/android/ex/chips/recipientchip/
VisibleRecipientChip.java 91 public Rect getBounds() {
92 return getDrawable().getBounds();
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
GenericExceptionsTest.java 59 assertEquals(Arrays.<Type>asList(Throwable.class), Arrays.asList(typeVariable.getBounds()));
67 assertEquals(Arrays.<Type>asList(Throwable.class), Arrays.asList(typeVariable.getBounds()));
75 assertEquals(Arrays.<Type>asList(Exception.class), Arrays.asList(typeVariable.getBounds()));
84 assertEquals(Arrays.<Type>asList(Throwable.class), Arrays.asList(t.getBounds()));
88 assertEquals(Arrays.<Type>asList(Exception.class), Arrays.asList(x.getBounds()));
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
TypeVariableTest.java 38 Type[] bounds = typeVariable.getBounds();
54 Type[] bounds = typeVariable.getBounds();
70 Type[] bounds = typeVariable.getBounds();
135 Type[] bounds = typeVariable.getBounds();
145 Type[] bounds = typeVariable.getBounds();
BoundedGenericMethodsTests.java 55 Type[] bounds = typeParameter.getBounds();
77 Type[] paramBounds = typeVariable.getBounds();
92 Type[] bounds = returnTypeVariable.getBounds();
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ScaleDrawableTest.java 320 assertEquals(expected.left, mockDrawable.getBounds().left);
321 assertEquals(expected.top, mockDrawable.getBounds().top);
322 assertEquals(expected.right, mockDrawable.getBounds().right);
323 assertEquals(expected.bottom, mockDrawable.getBounds().bottom);
337 assertEquals(expected.left, mockDrawable.getBounds().left);
338 assertEquals(expected.top, mockDrawable.getBounds().top);
339 assertEquals(expected.right, mockDrawable.getBounds().right);
340 assertEquals(expected.bottom, mockDrawable.getBounds().bottom);
348 assertEquals(bounds.left, mockDrawable.getBounds().left);
349 assertEquals(bounds.top, mockDrawable.getBounds().top)
    [all...]
ClipDrawableTest.java 198 assertEquals(0, mockDrawable.getBounds().left);
199 assertEquals(0, mockDrawable.getBounds().top);
200 assertEquals(0, mockDrawable.getBounds().bottom);
201 assertEquals(0, mockDrawable.getBounds().right);
203 assertEquals(10, mockDrawable.getBounds().left);
204 assertEquals(10, mockDrawable.getBounds().top);
205 assertEquals(100, mockDrawable.getBounds().bottom);
206 assertEquals(100, mockDrawable.getBounds().right);
  /external/chromium_org/ui/gfx/
path_aura.cc 14 const SkRect bounds = getBounds();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
ResizableDialog.java 75 Rectangle displayBounds = getShell().getDisplay().getBounds();
102 windowBounds = windowShell.getBounds();
192 cachedBounds = getShell().getBounds();
196 cachedBounds = getShell().getBounds();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestDragElement.java 120 public @NonNull Rect getBounds() {
140 return mParent != null ? mParent.getBounds() : null;
156 return node.getBounds().equals(getBounds());
  /cts/tests/tests/preference2/src/android/preference2/cts/
DialogPreferenceTest.java 59 assertEquals(drawableExp.getBounds(), drawable.getBounds());
  /frameworks/base/core/java/android/text/style/
DynamicDrawableSpan.java 81 Rect rect = d.getBounds();
101 int transY = bottom - b.getBounds().bottom;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
ErrorImageComposite.java 51 mSize = new Point(baseImage.getBounds().width, baseImage.getBounds().height);
  /external/chromium_org/third_party/skia/src/core/
SkRasterClip.cpp 48 const SkIRect& SkRasterClip::getBounds() const {
49 return fIsBW ? fBW.getBounds() : fAA.getBounds();
214 fBW.setRect(fAA.getBounds());
259 fBWRgn.setRect(aaclip->getBounds());
273 fBWRgn.setRect(aaclip.getBounds());
SkScan_AntiPath.cpp 86 const int left = clip.getBounds().fLeft;
87 const int right = clip.getBounds().fRight;
427 fClipRect.intersect(clip.getBounds());
614 if (!safeRoundOut(path.getBounds(), &ir, SK_MaxS32 >> SHIFT)) {
616 const SkRect& r = path.getBounds();
635 clippedIR = origClip.getBounds();
637 if (!clippedIR.intersect(ir, origClip.getBounds())) {
656 const SkIRect& bounds = origClip.getBounds();
690 SkASSERT(SkIntToScalar(ir.fTop) <= path.getBounds().fTop);
696 SkASSERT(SkIntToScalar(ir.fTop) <= path.getBounds().fTop)
    [all...]
  /external/skia/src/core/
SkRasterClip.cpp 48 const SkIRect& SkRasterClip::getBounds() const {
49 return fIsBW ? fBW.getBounds() : fAA.getBounds();
214 fBW.setRect(fAA.getBounds());
259 fBWRgn.setRect(aaclip->getBounds());
273 fBWRgn.setRect(aaclip.getBounds());
SkScan_AntiPath.cpp 86 const int left = clip.getBounds().fLeft;
87 const int right = clip.getBounds().fRight;
427 fClipRect.intersect(clip.getBounds());
614 if (!safeRoundOut(path.getBounds(), &ir, SK_MaxS32 >> SHIFT)) {
616 const SkRect& r = path.getBounds();
635 clippedIR = origClip.getBounds();
637 if (!clippedIR.intersect(ir, origClip.getBounds())) {
656 const SkIRect& bounds = origClip.getBounds();
690 SkASSERT(SkIntToScalar(ir.fTop) <= path.getBounds().fTop);
696 SkASSERT(SkIntToScalar(ir.fTop) <= path.getBounds().fTop)
    [all...]
  /external/mockito/src/org/mockito/internal/util/reflection/
GenericMetadataSupport.java 101 if (typeParameter.getBounds()[0] instanceof TypeVariable) {
102 return boundsOf((TypeVariable) typeParameter.getBounds()[0]);
350 for (Type type : typeVariable.getBounds()) {
501 return typeVariable.getBounds()[0]; //
512 Type[] interfaceBounds = new Type[typeVariable.getBounds().length - 1];
513 System.arraycopy(typeVariable.getBounds(), 1, interfaceBounds, 0, typeVariable.getBounds().length - 1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
AbsoluteLayoutRule.java 86 Rect b = targetNode.getBounds();
105 Rect be = elements[0].getBounds();
153 final Rect b = targetNode.getBounds();
172 Rect be = element.getBounds();
232 mRulesEngine.pxToDp(newBounds.x - node.getParent().getBounds().x)));
237 mRulesEngine.pxToDp(newBounds.y - node.getParent().getBounds().y)));
244 Rect parentBounds = parent.getBounds();
  /packages/apps/ContactsCommon/src/com/android/contacts/common/lettertiles/
LetterTileDrawable.java 102 final Rect bounds = getBounds();
138 canvas.drawRect(getBounds(), sPaint);
146 final int minDimension = Math.min(getBounds().width(), getBounds().height());
151 final Rect bounds = getBounds();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/
ImageCanvas.java 120 imageWidth = mImage.getBounds().width;
121 imageHeight = mImage.getBounds().height;
171 Rectangle imageBounds = mImage.getBounds();
183 Rectangle imageBounds = mImage.getBounds();
194 Rectangle rect = mImage.getBounds();
  /external/droiddriver/src/com/google/android/droiddriver/uiautomation/
UiAutomationElement.java 143 public Rect getBounds() {
155 Rect visibleBounds = getBounds();
159 parentBounds = parent.getBounds();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CImageLabel.java 94 if (m_backImage == null || !m_backImage.getBounds().equals(clientArea)) {
108 Rectangle imageBounds = m_image == null ? new Rectangle(0, 0, 0, 0) : m_image.getBounds();
134 Rectangle imageBounds = m_image == null ? new Rectangle(0, 0, 0, 0) : m_image.getBounds();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeFactoryTest.java 62 assertEquals(new Rect(10, 12, 110-10-1, 120-12-1), inode.getBounds());
85 assertNotNull(inode.getBounds());
86 assertFalse(inode.getBounds().isValid());

Completed in 2077 milliseconds

12 3 4 5 6 7 8 91011>>