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

1 2 3 4 5 6

  /external/webkit/WebCore/manual-tests/accessibility/resources/
AppletTest.java 38 button.setBounds(10,10,100,30);
39 textField.setBounds(10,40,100,40);
  /frameworks/base/services/java/com/android/server/status/
FixedSizeDrawable.java 43 public void setBounds(Rect bounds) {
44 mDrawable.setBounds(mLeft, mTop, mRight, mBottom);
47 public void setBounds(int l, int t, int r, int b) {
48 mDrawable.setBounds(mLeft, mTop, mRight, mBottom);
  /frameworks/base/awt/java/awt/
Rectangle.java 70 setBounds(0, 0, 0, 0);
83 setBounds(p.x, p.y, 0, 0);
99 setBounds(p.x, p.y, d.width, d.height);
116 setBounds(x, y, width, height);
129 setBounds(0, 0, width, height);
141 setBounds(r.x, r.y, r.width, r.height);
145 * public Rectangle(Dimension d) { setBounds(0, 0, d.width, d.height); }
308 setBounds(x1, y1, x2 - x1, y2 - y1);
322 setBounds(x, y, width, height);
337 * @deprecated use setBounds(int, int, int, int) metho
    [all...]
ComponentBehavior.java 33 void setBounds(int x, int y, int w, int h, int bMask);
  /external/skia/src/animator/
SkBoundable.h 31 void setBounds(SkIRect& bounds) { fBounds = bounds; }
SkBoundable.cpp 62 fBoundable->setBounds(fMaker.fDisplayList.fBounds);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
ElementFigure.java 54 public void setBounds(Rectangle rect) {
55 super.setBounds(rect);
  /frameworks/base/core/java/android/text/style/
ImageSpan.java 68 mDrawable.setBounds(0, 0, width > 0 ? width : 0, height > 0 ? height : 0);
140 drawable.setBounds(0, 0, drawable.getIntrinsicWidth(),
149 drawable.setBounds(0, 0, drawable.getIntrinsicWidth(),
DrawableMarginSpan.java 57 mDrawable.setBounds(ix, itop, ix+dw, itop+dh);
  /frameworks/base/awt/org/apache/harmony/awt/wtk/
NativeWindow.java 72 void setBounds(int x, int y, int w, int h, int boundsMask);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PercentageBar.java 37 bar.setBounds(0, 0, lastWidth, bar.getIntrinsicHeight());
  /external/junit/src/junit/awtui/
ProgressBar.java 66 public void setBounds(int x, int y, int w, int h) {
67 super.setBounds(x, y, w, h);
  /packages/apps/Gallery/src/com/android/camera/
GalleryPickerItem.java 74 mFrame.setBounds(frameBounds);
76 mOverlay.setBounds(w - mOverlay.getIntrinsicWidth(),
  /packages/apps/Contacts/src/com/android/contacts/
TabStripView.java 106 mBottomLeftStrip.setBounds(
112 mBottomRightStrip.setBounds(
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
AnimateDrawables.java 47 dr.setBounds(0, 0, dr.getIntrinsicWidth(), dr.getIntrinsicHeight());
Pictures.java 72 mDrawable.setBounds(0, 200, getWidth(), 300);
ColorFilters.java 56 curr.setBounds(x, y, x + curr.getIntrinsicWidth(), y + h);
66 mDrawable.setBounds(0, 0, 150, 48);
  /frameworks/base/awt/org/apache/harmony/awt/
ClipRegion.java 34 setBounds(clip.getBounds());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeFactory.java 71 proxy.setBounds(bounds);
  /development/apps/NinePatchLab/src/com/android/ninepatch/
NinePatchLab.java 125 bg.setBounds(0, 0, getWidth(), getHeight());
140 dr.setBounds(0, 0, drWidth, drHeight);
  /packages/apps/Camera/src/com/android/camera/ui/
NinePatchTexture.java 85 npd.setBounds(0, 0, mWidth, mHeight);
  /packages/apps/IM/src/com/android/im/app/
Markup.java 92 smiley.setBounds(0, 0, smiley.getIntrinsicWidth(), smiley.getIntrinsicHeight());
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 205 d.setBounds(0, gapForCenteringTrack,
212 d.setBounds(0, 0, w - mPaddingRight - mPaddingLeft, h - mPaddingBottom
247 thumb.setBounds(thumbPos, topBound, thumbPos + thumbWidth, bottomBound);
AnalogClock.java 189 dial.setBounds(x - (w / 2), y - (h / 2), x + (w / 2), y + (h / 2));
199 hourHand.setBounds(x - (w / 2), y - (h / 2), x + (w / 2), y + (h / 2));
211 minuteHand.setBounds(x - (w / 2), y - (h / 2), x + (w / 2), y + (h / 2));
ScrollBarDrawable.java 157 track.setBounds(bounds);
178 if (changed) thumb.setBounds(thumbRect);
182 if (changed) thumb.setBounds(thumbRect);

Completed in 573 milliseconds

1 2 3 4 5 6