HomeSort by relevance Sort by last modified time
    Searched refs:setBounds (Results 51 - 75 of 145) sorted by null

1 23 4 5 6

  /frameworks/policies/base/phone/com/android/internal/policy/impl/
RecentApplicationsBackground.java 110 background.setBounds(left, top, right, bottom);
  /packages/apps/Launcher2/src/com/android/launcher2/
BubbleTextView.java 109 background.setBounds(0, 0, mRight - mLeft, mBottom - mTop);
IconCache.java 63 d.setBounds(0, 0, b.getWidth(), b.getHeight());
Utilities.java 163 icon.setBounds(left, top, left+width, top+height);
165 icon.setBounds(sOldBounds);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
UiPropertySheetPage.java 126 tip.setBounds(pt.x, pt.y, size.x, size.y);
  /frameworks/base/core/java/android/widget/
TabWidget.java 296 leftStrip.setBounds(Math.min(0, bounds.left - leftStrip.getIntrinsicWidth()),
298 rightStrip.setBounds(bounds.right, myHeight - rightStrip.getIntrinsicHeight(),
CompoundButton.java 249 buttonDrawable.setBounds(0, y, buttonDrawable.getIntrinsicWidth(), y + height);
  /packages/apps/Camera/src/com/android/camera/ui/
GLView.java 96 private boolean setBounds(int left, int top, int right, int bottom) {
296 boolean sizeChanged = setBounds(left, top, right, bottom);
  /packages/apps/Phone/src/com/android/phone/
InCallMenuView.java 388 mHorizontalDivider.setBounds(mHorizontalDividerRects.get(i));
396 mVerticalDivider.setBounds(mVerticalDividerRects.get(i));
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java 109 mockDrawable.setBounds(10, 10, 100, 100);
122 mockDrawable.setBounds(new Rect(50, 50, 500, 500));
279 method = "setBounds",
284 method = "setBounds",
291 mockDrawable.setBounds(0, 0, 100, 100);
298 mockDrawable.setBounds(new Rect(10, 10, 150, 150));
306 mockDrawable.setBounds(null);
ScaleDrawableTest.java 403 mockDrawable.setBounds(bounds);
418 mockDrawable.setBounds(bounds);
434 mockDrawable.setBounds(bounds);
445 mockDrawable.setBounds(bounds);
  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 657 mCrashedImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop
661 mFiringImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop
665 mLanderImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 484 m_transformLayer->setBounds(rect);
490 m_layer->setBounds(rect);
658 m_contentsLayer->setBounds(rect);
  /packages/apps/Contacts/src/com/android/contacts/
ContactListItemView.java 196 mHeaderBackgroundDrawable.setBounds(
237 mVerticalDividerDrawable.setBounds(
258 mHorizontalDividerDrawable.setBounds(
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableContainer.java 106 mCurrDrawable.setBounds(bounds);
218 d.setBounds(getBounds());
ClipDrawable.java 181 mClipState.mDrawable.setBounds(bounds);
InsetDrawable.java 223 mInsetState.mDrawable.setBounds(r.left, r.top, r.right, r.bottom);
ScaleDrawable.java 221 mScaleState.mDrawable.setBounds(r.left, r.top, r.right, r.bottom);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
CandidateView.java 218 mDivider.setBounds(0, 0, mDivider.getIntrinsicWidth(),
258 mSelectionHighlight.setBounds(0, bgPadding.top, wordWidth, height);
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyboardView.java 449 bg.setBounds(softKey.mLeft + keyXMargin, softKey.mTop + keyYMargin,
464 icon.setBounds(softKey.mLeft + marginLeft,
  /build/tools/droiddoc/src/
TypeInfo.java 203 void setBounds(TypeInfo[] superBounds, TypeInfo[] extendsBounds)
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 192 mSelectionHighlight.setBounds(0, bgPadding.top, wordWidth, height);
  /external/webkit/WebKit/android/nav/
CachedNode.h 146 void setBounds(const WebCore::IntRect& bounds) { mBounds = bounds; }
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
RecentApplicationsDialog.java 234 icon.setBounds(0, 0, mIconSize, mIconSize);
  /packages/apps/IM/src/com/android/im/app/
ContactPresenceActivity.java 101 statusIcon.setBounds(0, 0, statusIcon.getIntrinsicWidth(),

Completed in 2017 milliseconds

1 23 4 5 6