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

1 2 3 4 5 6 7 8 91011>>

  /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);
  /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);
  /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);
  /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) {
  /external/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) {
  /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);
  /external/chromium_org/third_party/skia/include/text/
SkTextLayout.h 40 void setBounds(const SkRect& bounds);
  /external/chromium_org/third_party/skia/src/animator/
SkBoundable.h 23 void setBounds(SkIRect& bounds) { fBounds = bounds; }
  /external/skia/include/text/
SkTextLayout.h 40 void setBounds(const SkRect& bounds);
  /external/skia/src/animator/
SkBoundable.h 23 void setBounds(SkIRect& bounds) { fBounds = 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/Camera2/src/com/android/camera/ui/
PieItem.java 155 public void setBounds(int left, int top, int right, int bottom) {
156 mDrawable.setBounds(left, top, right, bottom);
165 d.setBounds(mDrawable.getBounds());
  /packages/apps/Mms/src/com/android/mms/ui/
QuickContactDivot.java 142 mDrawable.setBounds(
150 mDrawable.setBounds(
159 mDrawable.setBounds(
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginObjectMac.mm 68 [caLayer setBounds:CGRectMake(0, 0, 200, 100)];
84 [sublayer setBounds:CGRectMake(0, 0, 180, 20)];
  /external/chromium_org/ui/message_center/cocoa/
popup_controller.h 90 - (void)setBounds:(NSRect)newBounds;

Completed in 1177 milliseconds

1 2 3 4 5 6 7 8 91011>>