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

<<11121314151617181920>>

  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 157 sOldBounds.set(icon.getBounds());
  /packages/apps/Launcher3/src/com/android/launcher3/
HolographicOutlineHelper.java 171 Rect rect = drawable.getBounds();
Hotseat.java 141 Rect bounds = d.getBounds();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureTrailDrawingPoints.java 207 roundedLine.getBounds(mRoundedLineBounds);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 83 Rect bounds = mGrid.layout.getBounds();
281 if (columnX > mGrid.layout.getBounds().x) {
325 if (rowY > mGrid.layout.getBounds().y) {
475 Rect bounds = element.getBounds();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 69 Rect targetBounds = match.edge.node.getBounds();
97 Rect sourceBounds = sourceNode.getBounds();
98 Rect targetBounds = targetNode.getBounds();
127 Rect bounds = node.getBounds();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ActivityMenuListener.java 134 Rectangle bounds = combo.getBounds();
DeviceMenuListener.java 193 Rectangle bounds = combo.getBounds();
OrientationMenuAction.java 88 Rectangle bounds = combo.getBounds();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltipManager.java 127 Rectangle rect = mCanvas.getBounds();
SelectionOverlay.java 196 Rect r = selectedNode.getBounds();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleElementTest.java 74 assertEquals(new Rect(10, 5, 60, 40), e.getBounds());
  /external/skia/src/core/
SkDraw.cpp 130 SkIRect devBounds = fRC->getBounds();
320 const SkIRect& r = rec.fClip->getBounds();
335 const SkIRect& r = rec.fRC->getBounds();
356 const SkIRect& r = rec.fRC->getBounds();
644 SkRect cullRect = SkRect::Make(fRC->getBounds());
    [all...]
SkPathRef.cpp 250 // Call getBounds() to ensure (as a side-effect) that fBounds
252 const SkRect& bounds = this->getBounds();
490 const SkRect& bounds = this->getBounds();
SkRegion.cpp 404 return this->contains(rgn.getBounds());
494 return rgn.intersects(this->getBounds());
497 return this->intersects(rgn.getBounds());
    [all...]
SkTypeface.cpp 322 SkRect SkTypeface::getBounds() const {
  /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);
  /external/guava/guava/src/com/google/common/reflect/
Types.java 194 result.set(subtypeOfComponentType(t.getBounds()));
406 public Type[] getBounds() {
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 621 final Rect oldBounds = thumb.getBounds();
803 invalidate(mThumb.getBounds());
    [all...]
  /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/tests/tests/widget/src/android/widget/cts/
ListViewTest.java 158 final Rect r = d.getBounds();
361 final Rect r = defaultDrawable.getBounds();
374 assertEquals(d.getBounds().height(), mListView.getDividerHeight());
379 assertEquals(10, d.getBounds().height());
    [all...]
  /external/skia/gm/
hairlines.cpp 183 const SkRect& bounds = fPaths[p].getBounds();
  /external/skia/samplecode/
SampleAtlas.cpp 188 const SkRect cull = this->getBounds();
SamplePath.cpp 69 SkRect r = path.getBounds();

Completed in 2175 milliseconds

<<11121314151617181920>>