HomeSort by relevance Sort by last modified time
    Searched refs:setBounds (Results 1 - 25 of 366) 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 51 void setBounds(const SkDConic& curve) {
52 setBounds(curve, curve, 0, 1);
55 void setBounds(const SkDConic& curve, const SkDConic& sub, double tStart, double tEnd);
57 void setBounds(const SkDCubic& curve) {
58 setBounds(curve, curve, 0, 1);
61 void setBounds(const SkDCubic& curve, const SkDCubic& sub, double tStart, double tEnd);
63 void setBounds(const SkDQuad& curve) {
64 setBounds(curve, curve, 0, 1);
67 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) {
  /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/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);
  /external/skia/src/animator/
SkBoundable.h 23 void setBounds(SkIRect& bounds) { fBounds = bounds; }
SkBoundable.cpp 54 fBoundable->setBounds(fMaker.fDisplayList.fBounds);
  /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);
  /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/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());
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTestingUtils.java 30 d.setBounds(0, 0, w, h);
  /frameworks/support/design/src/android/support/design/internal/
ScrimInsetsFrameLayout.java 92 mInsetForeground.setBounds(mTempRect);
97 mInsetForeground.setBounds(mTempRect);
102 mInsetForeground.setBounds(mTempRect);
107 mInsetForeground.setBounds(mTempRect);
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
FlipDrawable.java 123 mFront.setBounds(0, 0, 0, 0);
124 mBack.setBounds(0, 0, 0, 0);
126 mFront.setBounds(bounds);
127 mBack.setBounds(bounds);
  /external/skia/tests/
PathOpsDRectTest.cpp 51 rect2.setBounds(quad);
63 rect2.setBounds(cubic);
  /frameworks/base/core/java/com/android/internal/util/
UserIcons.java 55 icon.setBounds(0, 0, width, height);
75 icon.setBounds(0, 0, icon.getIntrinsicWidth(), icon.getIntrinsicHeight());
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContainer.java 96 mBackground.setBounds(mActionBarView.getLeft(), mActionBarView.getTop(),
114 mStackedBackground.setBounds(mTabContainer.getLeft(), mTabContainer.getTop(),
132 mSplitBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight());
297 mSplitBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight());
303 mBackground.setBounds(mActionBarView.getLeft(), mActionBarView.getTop(),
307 mBackground.setBounds(mContextView.getLeft(), mContextView.getTop(),
310 mBackground.setBounds(0, 0, 0, 0);
316 mStackedBackground.setBounds(tabContainer.getLeft(), tabContainer.getTop(),
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeIconView.java 52 mBackground.setBounds(0, 0, mIconBackgroundSize, mIconBackgroundSize);
67 mIconDrawable.setBounds(mIconBackgroundSize / 2 - mIconDrawableSize / 2,

Completed in 537 milliseconds

1 2 3 4 5 6 7 8 91011>>