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

<<11121314151617181920

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ConfigTab.java 247 Rectangle bounds = tableItem.getBounds(col);
256 bounds = tableItem.getBounds(col);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraMetadataTest.java 617 assertEquals(expectedRects[i], resultFaces[i].getBounds());
635 assertEquals(expectedRects[i], resultSimpleFaces[i].getBounds());
  /prebuilts/sdk/16/
uiautomator.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/grid/
GridModelTest.java 497 assertEquals(new Rect(111, 32, 227 - 111, 104 - 32), button2.getBounds());
559 assertEquals(new Rect(387, 83, 503 - 387, 155- 83), button2.getBounds());
    [all...]
  /cts/tools/signature-tools/test/signature/comparator/
ClassCompareTest.java 211 Type[] bounds = ((TypeVariable<?>)sC.getActualTypeArguments()[0]).getBounds();
  /external/chromium_org/media/filters/
skcanvas_video_renderer.cc 111 if (!local_dest_irect.intersect(canvas->getTotalClip().getBounds()))
  /external/chromium_org/third_party/skia/src/core/
SkRegion.cpp 410 return this->contains(rgn.getBounds());
500 return rgn.intersects(this->getBounds());
503 return this->intersects(rgn.getBounds());
    [all...]
  /external/chromium_org/third_party/skia/src/fonts/
SkGScalerContext.cpp 104 const SkRect& newBounds = paint.doComputeFastBounds(path.getBounds(),
  /external/chromium_org/third_party/skia/src/views/
SkWindow.cpp 183 *updateArea = fDirtyRgn.getBounds();
  /external/skia/gm/
dashing.cpp 113 matrix.setRectToRect(path->getBounds(), bounds, SkMatrix::kCenter_ScaleToFit);
  /external/skia/src/core/
SkRegion.cpp 410 return this->contains(rgn.getBounds());
500 return rgn.intersects(this->getBounds());
503 return this->intersects(rgn.getBounds());
    [all...]
  /external/skia/src/fonts/
SkGScalerContext.cpp 104 const SkRect& newBounds = paint.doComputeFastBounds(path.getBounds(),
  /external/skia/src/views/
SkWindow.cpp 183 *updateArea = fDirtyRgn.getBounds();
  /external/skia/tests/
RegionTest.cpp 153 SkIRect r = a.getBounds();
  /frameworks/base/core/java/android/widget/
EdgeEffect.java 167 * only used by {@link #getBounds(boolean)}.
374 public Rect getBounds(boolean reverse) {
  /frameworks/base/core/jni/android/graphics/
Region.cpp 63 GraphicsJNI::irect_to_jrect(region->getBounds(), env, rectBounds);
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedRotateDrawable.java 74 final Rect bounds = drawable.getBounds();
  /frameworks/base/media/java/android/media/
TimedText.java 42 * <li> call {@link #getBounds} to get the text rendering area/region</li>
384 public Rect getBounds() {
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiScrollable.java 293 Rect actual = childObject.getBounds();
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldGenericTypesTest.java 156 Type[] boundsS = typeVariableS.getBounds();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureTrail.java 249 roundedLine.getBounds(mRoundedLineBounds);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ResizeGesture.java 144 Rect b = mChildNode.getBounds();
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortEditDialog.java 113 Rectangle r = mParent.getBounds();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyScene.java 230 Rectangle bounds = getBounds();
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 

Completed in 1208 milliseconds

<<11121314151617181920