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

1 2 3 4 5 6 7 8 91011>>

  /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);
  /external/skia/src/pathops/
SkPathOpsRect.h 50 void setBounds(const SkDConic& curve) {
51 setBounds(curve, curve, 0, 1);
54 void setBounds(const SkDConic& curve, const SkDConic& sub, double tStart, double tEnd);
56 void setBounds(const SkDCubic& curve) {
57 setBounds(curve, curve, 0, 1);
60 void setBounds(const SkDCubic& curve, const SkDCubic& sub, double tStart, double tEnd);
62 void setBounds(const SkDQuad& curve) {
63 setBounds(curve, curve, 0, 1);
66 void setBounds(const SkDQuad& curve, const SkDQuad& sub, double tStart, double tEnd);
SkPathOpsCurve.cpp 16 dRect.setBounds(dCurve, fConic, tStart, tEnd);
26 dRect.setBounds(dCurve, fCubic, tStart, tEnd);
36 dRect.setBounds(dCurve, fQuad, tStart, tEnd);
SkPathOpsRect.cpp 13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) {
30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) {
47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) {
  /external/skia/src/gpu/
GrPLSGeometryProcessor.h 27 void setBounds(SkRect& bounds) {
  /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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
AppIconDragShadowBuilder.java 53 mDrawable.setBounds(0, 0, mIconSize, mIconSize);
55 mDrawable.setBounds(oldBounds);
  /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/core/java/com/android/internal/widget/
BackgroundFallback.java 85 mBackgroundFallback.setBounds(0, 0, width, top);
89 mBackgroundFallback.setBounds(0, top, left, height);
93 mBackgroundFallback.setBounds(right, top, width, height);
97 mBackgroundFallback.setBounds(left, bottom, right, height);
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
SquaringDrawable.java 29 public void setBounds(int left, int top, int right, int bottom) {
30 super.setBounds(left, top, right, bottom);
31 wrapped.setBounds(left, top, right, bottom);
35 public void setBounds(Rect bounds) {
36 super.setBounds(bounds);
37 wrapped.setBounds(bounds);
  /cts/tests/tests/view/src/android/view/cts/
ViewOverlayTest.java 75 redDrawable.setBounds(20, 30, 40, 50);
91 redDrawable.setBounds(20, 30, 40, 50);
113 redDrawable.setBounds(20, 30, 40, 50);
135 redDrawable.setBounds(10, 20, 30, 40);
137 greenDrawable.setBounds(60, 30, 90, 50);
139 blueDrawable.setBounds(40, 60, 80, 90);
172 redDrawable.setBounds(10, 20, 60, 40);
174 greenDrawable.setBounds(30, 20, 80, 40);
206 drawable.setBounds(20, 30, 40, 50);
219 runTestOnUiThread(() -> drawable.setBounds(50, 10, 80, 90))
    [all...]
  /external/skia/src/animator/
SkBoundable.h 23 void setBounds(SkIRect& bounds) { fBounds = bounds; }
SkBoundable.cpp 54 fBoundable->setBounds(fMaker.fDisplayList.fBounds);
  /packages/services/Car/car-support-lib/src/android/support/car/app/menu/
Utils.java 30 drawable.setBounds(0, 0, canvas.getWidth(), canvas.getHeight());
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
ImageScaleTest.java 38 image.setBounds(100, 100, 400, 200);
43 image.setBounds(100, 100, 400, 200);
  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
BoundsCheckTest.java 50 mBitmap1.setBounds(100, 100, 400, 400);
53 mVector1.setBounds(100, 100, 400, 400);
  /frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
GlifPatternDrawableTest.java 49 drawable.setBounds(0, 0, 1366, 768);
67 drawable.setBounds(0, 0, 1366, 768);
90 drawable.setBounds(0, 0, 683, 384); // half each side of the view box
106 drawable.setBounds(0, 0, 683, 768); // half the width only
123 drawable.setBounds(0, 0, 1366, 384); // half the height only
140 drawable.setBounds(0, 0, 1366, 768); // original viewbox size
156 drawable.setBounds(0, 0, 1366, 768);
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
PieItem.java 187 public void setBounds(int left, int top, int right, int bottom) {
188 mDrawable.setBounds(left, top, right, bottom);
197 d.setBounds(mDrawable.getBounds());
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
CircleBitmapDrawable.java 71 mDrawable.setBounds(bounds);
122 setBounds(0, 0, canvas.getWidth(), canvas.getHeight());
124 setBounds(bounds);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/
IMETest.java 28 jf.setBounds(loc);

Completed in 889 milliseconds

1 2 3 4 5 6 7 8 91011>>