HomeSort by relevance Sort by last modified time
    Searched refs:getBounds (Results 151 - 175 of 588) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/src/utils/
SkGatherPixelRefsAndRects.h 55 SkRect clipRect = SkRect::Make(draw.fRC->getBounds());
89 SkRect clipRect = SkRect::Make(draw.fRC->getBounds());
110 SkRect pathBounds = path.getBounds();
258 SkRect bounds = path.getBounds();
  /frameworks/base/graphics/java/android/graphics/drawable/
RotateDrawable.java 82 final Rect bounds = d.getBounds();
357 onBoundsChange(getBounds());
364 onBoundsChange(getBounds());
519 mDrawable.setBounds(orig.mDrawable.getBounds());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardUserSwitcherScrim.java 58 Rect bounds = getBounds();
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLCanvas.java 214 public abstract void getBounds(Rect bounds, int x, int y, int width, int height);
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
ExtendedBitmapDrawable.java 106 Rect bounds = mOpts.placeholder.getBounds();
123 mPlaceholder.setBounds(getBounds());
131 mProgress.setBounds(getBounds());
254 final Rect bounds = getBounds();
  /frameworks/support/v7/cardview/api21/android/support/v7/widget/
RoundRectDrawable.java 76 bounds = getBounds();
  /libcore/luni/src/main/java/libcore/reflect/
TypeVariableImpl.java 118 public Type[] getBounds() {
  /packages/apps/Camera/src/com/android/camera/ui/
PieItem.java 198 d.setBounds(mDrawable.getBounds());
  /packages/apps/Camera2/src/com/android/camera/drawable/
TextDrawable.java 85 Rect bounds = getBounds();
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLCanvas.java 216 public abstract void getBounds(Rect bounds, int x, int y, int width, int height);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLCanvas.java 214 public abstract void getBounds(Rect bounds, int x, int y, int width, int height);
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 326 Rect oldBounds = thumb.getBounds();
340 Rect oldBounds = thumb.getBounds();
411 invalidate(mThumb.getBounds()); // This may be within the padding region
429 invalidate(mThumb.getBounds()); // This may be within the padding region
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
RoundedLine.java 108 public void getBounds(final Rect outBounds) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
EditTextRule.java 51 if (parent.getBounds().w >= 320) {
HorizontalScrollViewRule.java 87 Rect b = targetNode.getBounds();
ScrollViewRule.java 87 Rect b = targetNode.getBounds();
  /external/chromium_org/third_party/skia/bench/
AAClipBench.cpp 191 fRect.set(fRegion.getBounds());
227 path.getBounds().roundOut(&bounds);
  /external/chromium_org/third_party/skia/src/gpu/
GrPictureUtils.cpp 243 this->updateClipConservativelyUsingBounds(path.getBounds(), op,
247 this->updateClipConservativelyUsingBounds(rrect.getBounds(), op, false);
  /external/chromium_org/third_party/skia/tools/lua/
scrape.lua 68 "isRect", tostring(t.path:isRect()), tostr(t.path:getBounds()))
  /external/droiddriver/src/com/google/android/droiddriver/base/
BaseUiElement.java 141 public Rect getBounds() {
264 } else if (!getVisibleBounds().equals(getBounds())) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDrawable.java 75 public final Rect getBounds() {
98 bounds.set(getBounds());
  /external/skia/bench/
AAClipBench.cpp 191 fRect.set(fRegion.getBounds());
227 path.getBounds().roundOut(&bounds);
  /external/skia/src/gpu/
GrPictureUtils.cpp 243 this->updateClipConservativelyUsingBounds(path.getBounds(), op,
247 this->updateClipConservativelyUsingBounds(rrect.getBounds(), op, false);
  /external/skia/tools/lua/
scrape.lua 68 "isRect", tostring(t.path:isRect()), tostr(t.path:getBounds()))
  /frameworks/base/graphics/java/android/graphics/
Region.java 135 public Rect getBounds() {
145 public boolean getBounds(Rect r) {

Completed in 2177 milliseconds

1 2 3 4 5 67 8 91011>>