HomeSort by relevance Sort by last modified time
    Searched refs:getBounds (Results 126 - 150 of 461) sorted by null

1 2 3 4 56 7 8 91011>>

  /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/Camera2/src/com/android/camera/ui/
PieItem.java 165 d.setBounds(mDrawable.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/src/com/android/gallery3d/glrenderer/
GLCanvas.java 216 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();
LinearLayoutRule.java 285 Rect bn = targetNode.getBounds();
301 Rect bc = it.getBounds();
368 Rect b = node.getBounds();
409 Rect be = elements[0].getBounds();
447 Rect bounds = element.getBounds();
482 Rect b = targetNode.getBounds();
    [all...]
BaseLayoutRule.java 260 Point p = targetNode.getBounds().getTopLeft();
286 Point parentP = parentNode.getBounds().getTopLeft();
287 Point targetP = targetNode.getBounds().getTopLeft();
314 Rect b = element.getBounds();
787 Rect parentBounds = parent.getBounds()
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkPictureUtils.cpp 182 return this->updateClipConservativelyUsingBounds(path.getBounds(), op, path.isInverseFillType());
186 return this->updateClipConservativelyUsingBounds(rrect.getBounds(), op, false);
  /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 204 fRect.set(fRegion.getBounds());
240 path.getBounds().roundOut(&bounds);
  /external/skia/src/utils/
SkPictureUtils.cpp 182 return this->updateClipConservativelyUsingBounds(path.getBounds(), op, path.isInverseFillType());
186 return 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) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 298 baseline += view.node.getBounds().y - getRowY(row);
685 Rect layoutBounds = layout.getBounds();
728 Rect layoutBounds = layout.getBounds();
757 Rect bounds = view.node.getBounds();
827 Rect bounds = view.node.getBounds();
    [all...]
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 349 Rect tb = textView.getBounds();
801 Rect screenRect = screen.getBounds();
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
ScreenMagnifier.java 237 mMagnifiedBounds.getBounds(magnifiedFrame);
260 mMagnifiedBounds.getBounds(magnifiedFrame);
318 mMagnifiedBounds.getBounds(rect);
    [all...]
  /frameworks/native/libs/ui/
Region.cpp 195 outputRegion.mStorage.add(r.getBounds()); // to make region valid, mStorage must end with bounds
217 const Rect bounds(getBounds());
523 if (b != reg.getBounds()) {
528 reg.getBounds().left, reg.getBounds().top,
529 reg.getBounds().right, reg.getBounds().bottom);
  /external/chromium_org/third_party/skia/src/core/
SkScan_Hairline.cpp 66 r.set(clip->getBounds());
86 const SkIRect& bounds = clip->getBounds();
273 path.getBounds().roundOut(&ibounds);
  /external/skia/src/core/
SkScan_Hairline.cpp 66 r.set(clip->getBounds());
86 const SkIRect& bounds = clip->getBounds();
273 path.getBounds().roundOut(&ibounds);
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 299 Rect oldBounds = thumb.getBounds();
369 invalidate(mThumb.getBounds()); // This may be within the padding region
385 invalidate(mThumb.getBounds()); // This may be within the padding region

Completed in 5779 milliseconds

1 2 3 4 56 7 8 91011>>