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

1 2 3 4 5 6 7 8 91011

  /external/webkit/Source/WebCore/manual-tests/accessibility/resources/
AppletTest.java 38 button.setBounds(10,10,100,30);
39 textField.setBounds(10,40,100,40);
  /packages/apps/Settings/src/com/android/settings/drawable/
InsetBoundsDrawable.java 34 public void setBounds(int left, int top, int right, int bottom) {
35 super.setBounds(left + mInsetBoundsSides, top, right - mInsetBoundsSides, bottom);
DrawableWrapper.java 48 public void setBounds(int left, int top, int right, int bottom) {
49 super.setBounds(left, top, right, bottom);
50 mDrawable.setBounds(left, top, right, bottom);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
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);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartAxis.java 29 public boolean setBounds(long min, long max);
InvertedChartAxis.java 34 public boolean setBounds(long min, long max) {
35 return mWrapped.setBounds(min, max);
ChartGridView.java 84 void setBounds(long start, long end) {
102 secondary.setBounds(0, (int) y, width, bottom);
113 primary.setBounds((int) x, 0, right, height);
117 mBorder.setBounds(0, 0, width, height);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
SimplePatchActivity.java 49 mDrawable.setBounds(3, 0, 33, 64);
51 mDrawable.setBounds(63, 0, 94, 64);
MoreNinePatchesActivity.java 63 mDrawable1.setBounds(0, 0, 33, 120);
68 mDrawable2.setBounds(0, 0, 33, 120);
73 mDrawable3.setBounds(0, 0, 33, 120);
ThinPatchesActivity.java 84 mPatch3.setBounds(left, top, left + height, top + width);
89 mPatch1.setBounds(left, top, left + width, top + height);
95 mPatch2.setBounds(left, top, left + width, top + height);
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
Utilities.java 13 d.setBounds(left, top, right, bottom);
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
MipmapDrawableTest.java 108 mMipmapDrawable.setBounds(mMipmapDrawable.getBounds());
113 mMipmapDrawable.setBounds(new Rect(0, 0, 0, mMipmapDrawable.getBounds().height() + 1));
123 mMipmapDrawable.setBounds(new Rect(0, 0, 0, mMipmapDrawable.getBounds().height() + 1));
127 mMipmapDrawable.setBounds(new Rect(0, 0, 0, item.getIntrinsicHeight() - 1));
130 mMipmapDrawable.setBounds(new Rect(0, 0, 0, item.getIntrinsicHeight()));
133 mMipmapDrawable.setBounds(new Rect(0, 0, 0, item.getIntrinsicHeight() + 1));
147 mMipmapDrawable.setBounds(new Rect(0, 0, 0, small.getIntrinsicHeight() - 1));
150 mMipmapDrawable.setBounds(new Rect(0, 0, 0, small.getIntrinsicHeight()));
153 mMipmapDrawable.setBounds(new Rect(0, 0, 0, small.getIntrinsicHeight() + 1));
156 mMipmapDrawable.setBounds(new Rect(0, 0, 0, medium.getIntrinsicHeight() - 1))
    [all...]
  /external/skia/include/text/
SkTextLayout.h 36 void setBounds(const SkRect& bounds);
  /external/skia/src/animator/
SkBoundable.h 23 void setBounds(SkIRect& bounds) { fBounds = bounds; }
  /external/webkit/Source/WebKit2/Shared/mac/
CoreAnimationRenderer.h 53 void setBounds(CGRect);
CoreAnimationRenderer.mm 62 void CoreAnimationRenderer::setBounds(CGRect bounds)
64 [m_renderer.get() setBounds:bounds];
  /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(),
  /packages/apps/Camera/src/com/android/camera/ui/
PieItem.java 188 public void setBounds(int left, int top, int right, int bottom) {
189 mDrawable.setBounds(left, top, right, bottom);
198 d.setBounds(mDrawable.getBounds());
  /packages/apps/Mms/src/com/android/mms/ui/
QuickContactDivot.java 142 mDrawable.setBounds(
150 mDrawable.setBounds(
159 mDrawable.setBounds(
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.h 61 void setBounds(const FloatRect&);
  /external/webkit/Source/WebCore/platform/graphics/win/
WebTiledLayer.h 41 virtual void setBounds(const CGRect&);
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginObjectMac.mm 69 [caLayer setBounds:CGRectMake(0, 0, 200, 100)];
85 [sublayer setBounds:CGRectMake(0, 0, 180, 20)];
  /packages/apps/Gallery/src/com/android/camera/
GalleryPickerItem.java 74 mFrame.setBounds(frameBounds);
76 mOverlay.setBounds(w - mOverlay.getIntrinsicWidth(),
  /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/ApiDemos/src/com/example/android/apis/graphics/
AnimateDrawables.java 47 dr.setBounds(0, 0, dr.getIntrinsicWidth(), dr.getIntrinsicHeight());

Completed in 554 milliseconds

1 2 3 4 5 6 7 8 91011