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

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/ManualTests/accessibility/resources/
AppletTest.java 38 button.setBounds(10,10,100,30);
39 textField.setBounds(10,40,100,40);
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
SquaringDrawable.java 26 public void setBounds(int left, int top, int right, int bottom) {
27 super.setBounds(left, top, right, bottom);
28 wrapped.setBounds(left, top, right, bottom);
32 public void setBounds(Rect bounds) {
33 super.setBounds(bounds);
34 wrapped.setBounds(bounds);
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsBounds.cpp 16 dRect.setBounds(cubic);
30 dRect.setBounds(quad);
SkPathOpsRect.h 56 void setBounds(const SkDLine&);
57 void setBounds(const SkDCubic&);
58 void setBounds(const SkDQuad&);
SkPathOpsRect.cpp 12 void SkDRect::setBounds(const SkDLine& line) {
17 void SkDRect::setBounds(const SkDQuad& quad) {
44 void SkDRect::setBounds(const SkDCubic& c) {
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
Utilities.java 13 d.setBounds(left, top, right, bottom);
  /external/chromium_org/cc/blink/
web_layer_impl_fixed_bounds.h 29 virtual void setBounds(const blink::WebSize& bounds);
web_layer_impl_fixed_bounds_unittest.cc 26 layer->setBounds(WebSize(100, 100));
42 layer->setBounds(bounds);
94 fixed_bounds_layer->setBounds(bounds);
102 normal_layer->setBounds(bounds);
  /external/chromium_org/third_party/skia/src/animator/
SkBoundable.h 23 void setBounds(SkIRect& bounds) { fBounds = bounds; }
SkBoundable.cpp 54 fBoundable->setBounds(fMaker.fDisplayList.fBounds);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTestingUtils.java 30 d.setBounds(0, 0, w, h);
  /external/chromium_org/ui/message_center/cocoa/
popup_controller.h 90 - (void)setBounds:(NSRect)newBounds;
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticBezierClip.cpp 71 r1.setBounds(q1);
72 r2.setBounds(q2);
QuadraticBounds.cpp 24 void _Rect::setBounds(const Quadratic& quad) {
  /external/chromium_org/third_party/skia/tests/
PathOpsDRectTest.cpp 47 rect.setBounds(line);
73 rect2.setBounds(quad);
93 rect2.setBounds(cubic);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 349 m_spinner.setBounds(
354 m_text.setBounds(cRect.x, cRect.y + 1, cRect.width - arrowWidth, tSize.y);
355 win32Hack.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, sSize.y);
400 m_spinner.setBounds(
405 m_text.setBounds(cRect.x, cRect.y + 1, cRect.width - arrowWidth, tSize.y);
406 win32Hack.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, sSize.y);
453 m_spinner.setBounds(cRect.x + cRect.width - sSize.x, cRect.y - 2, sSize.x, cRect.height + 4);
454 m_text.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, tSize.y);
500 m_spinner.setBounds(cRect.x + cRect.width - sSize.x, cRect.y, sSize.x, cRect.height);
501 m_text.setBounds(cRect.x, cRect.y + 2, cRect.width - arrowWidth - 2, tSize.y)
    [all...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/decorator/
DividerItemDecoration.java 78 mDivider.setBounds(left, top, right, bottom);
95 mDivider.setBounds(left, top, right, bottom);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
AnimateDrawables.java 47 dr.setBounds(0, 0, dr.getIntrinsicWidth(), dr.getIntrinsicHeight());
Pictures.java 70 mDrawable.setBounds(0, 200, getWidth(), 300);
  /development/samples/CrossCompatibility/src/com/example/android/touchexample/
TouchExampleView.java 44 mIcon.setBounds(0, 0, mIcon.getIntrinsicWidth(), mIcon.getIntrinsicHeight());
  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
BackgroundContainer.java 68 mShadowedBackground.setBounds(0, 0, getWidth(), mOpenAreaHeight);
  /development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
BackgroundContainer.java 69 mShadowedBackground.setBounds(0, 0, getWidth(), mOpenAreaHeight);
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
TouchHighlightImageButton.java 98 mForegroundDrawable.setBounds(mCachedBounds);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditor.java 66 * {@link #setBounds(Rectangle)} and {@link #deactivate(boolean)} invocation. Some editors
77 public void setBounds(Rectangle bounds) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 180 m_flyoutContainer.setBounds(0, 0, 0, 0);
181 client.setBounds(clientArea);
212 m_flyoutContainer.setBounds(0, 0, width, clientArea.height);
213 client.setBounds(offset, 0, clientArea.width - offset, clientArea.height);
215 m_flyoutContainer.setBounds(clientArea.width - width, 0, width, clientArea.height);
216 client.setBounds(0, 0, clientArea.width - offset, clientArea.height);
218 m_flyoutContainer.setBounds(0, 0, clientArea.width, width);
219 client.setBounds(0, offset, clientArea.width, clientArea.height - offset);
221 m_flyoutContainer.setBounds(0, clientArea.height - width, clientArea.width, width);
222 client.setBounds(0, 0, clientArea.width, clientArea.height - offset)
    [all...]

Completed in 452 milliseconds

1 2 3 4 5