HomeSort by relevance Sort by last modified time
    Searched refs:getBounds (Results 326 - 350 of 486) sorted by null

<<11121314151617181920

  /external/skia/src/utils/debugger/
SkObjectParser.cpp 175 SkString* boundStr = SkObjectParser::RectToString(path.getBounds(), " Bound: ");
SkDrawCommand.cpp 113 const SkRect& bounds = path.getBounds();
161 const SkRect& bounds = rrect.getBounds();
  /frameworks/base/graphics/java/android/graphics/drawable/
BitmapDrawable.java 481 getBounds(), mDstRect, layoutDirection);
Drawable.java 182 * same values as getBounds(), but the returned object is guaranteed to not
207 public final Rect getBounds() {
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewManager.java 164 final Rect bounds = mCustomBackground.getBounds();
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ReflectionTest.java 150 Type[] bounds = t.getBounds();
  /packages/apps/Camera2/src/com/android/camera/ui/
ModuleSwitcher.java 168 mIndicator.setBounds(getDrawable().getBounds());
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 186 sOldBounds.set(icon.getBounds());
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMenuListener.java 257 Rectangle bounds = combo.getBounds();
ThemeMenuAction.java 166 Rectangle bounds = combo.getBounds();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 92 public @NonNull Rect getBounds() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DurationMinimap.java 262 drawBackground(mBackBufferGC, mBackBufferImage.getBounds());
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortConfigDialog.java 101 Rectangle r = mParent.getBounds();
  /external/chromium_org/third_party/skia/src/core/
SkBlitter.cpp 420 SkDEBUGCODE(const SkIRect& bounds = fRgn->getBounds();)
544 const SkIRect& clipR = clip->getBounds();
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 858 this->SkDeferredCanvas::drawRect(rrect.getBounds(), paint);
860 this->SkDeferredCanvas::drawOval(rrect.getBounds(), paint);
    [all...]
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.cpp 113 const SkRect& bounds = path.getBounds();
161 const SkRect& bounds = rrect.getBounds();
  /external/skia/src/core/
SkBlitter.cpp 420 SkDEBUGCODE(const SkIRect& bounds = fRgn->getBounds();)
544 const SkIRect& clipR = clip->getBounds();
  /external/skia/src/utils/
SkDeferredCanvas.cpp 858 this->SkDeferredCanvas::drawRect(rrect.getBounds(), paint);
860 this->SkDeferredCanvas::drawOval(rrect.getBounds(), paint);
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java 540 assertEquals(Object.class, tv[0].getBounds()[0]);
545 assertEquals(String.class, tv[0].getBounds()[0]);
    [all...]
  /prebuilts/sdk/17/
uiautomator.jar 
  /prebuilts/sdk/18/
uiautomator.jar 
  /prebuilts/sdk/19/
uiautomator.jar 
  /prebuilts/sdk/current/
uiautomator.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 311 Rect b = targetNode.getBounds();
640 Rect b = targetNode.getBounds();

Completed in 4555 milliseconds

<<11121314151617181920