HomeSort by relevance Sort by last modified time
    Searched refs:setBounds (Results 176 - 200 of 341) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 206 galleryIcon.setBounds(0, 0, thumbWidth, thumbHeight);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltipManager.java 133 mTip.setBounds(pos.x, pos.y, size.x, size.y);
  /external/skia/tests/
PathOpsCubicIntersectionTest.cpp 415 rect1.setBounds(cubic1);
416 rect2.setBounds(cubic2);
  /frameworks/base/core/java/android/app/
WallpaperManager.java 152 setBounds(0, 0, mWidth, mHeight);
169 public void setBounds(int left, int top, int right, int bottom) {
    [all...]
MediaRouteButton.java 380 mRemoteIndicator.setBounds(drawLeft, drawTop,
  /frameworks/base/core/java/android/widget/
Switch.java 725 mTrackDrawable.setBounds(switchLeft, switchTop, switchRight, switchBottom);
742 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom);
QuickContactBadge.java 130 mOverlay.setBounds(0, 0, getWidth(), getHeight());
  /frameworks/base/graphics/java/android/graphics/drawable/
LayerDrawable.java 290 drawable.setBounds(bounds);
523 r.mDrawable.setBounds(bounds.left + r.mInsetL + padL,
AnimatedRotateDrawable.java 203 mState.mDrawable.setBounds(bounds.left, bounds.top, bounds.right, bounds.bottom);
RotateDrawable.java 183 mState.mDrawable.setBounds(bounds.left, bounds.top,
ScaleDrawable.java 233 mScaleState.mDrawable.setBounds(r.left, r.top, r.right, r.bottom);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ProgressBarICS.java 760 mIndeterminateDrawable.setBounds(left, top, right, bottom);
764 mProgressDrawable.setBounds(0, 0, right, bottom);
  /packages/apps/Launcher3/src/com/android/launcher3/
Cling.java 482 mBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight());
540 mFocusedHotseatApp.setBounds(mFocusedHotseatAppBounds.left,
  /packages/apps/Settings/src/com/android/settings/
KeyguardAppWidgetPickActivity.java 424 d.setBounds(x, y, x + w, y + h);
426 d.setBounds(oldBounds); // Restore the bounds
  /packages/apps/Settings/src/com/android/settings/widget/
ChartSweepView.java 718 mSweep.setBounds(labelSize, mSweepOffset.y, width + mContentOffset.right,
721 mSweep.setBounds(mSweepOffset.x, labelSize, mSweepOffset.x + mSweep.getIntrinsicWidth(),
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 357 iconPreview.setBounds(0, 0, iconPreview.getIntrinsicWidth(),
376 icon.setBounds(0, 0, icon.getIntrinsicWidth(), icon.getIntrinsicHeight());
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 526 mActiveCellDrawable.setBounds((int) mActiveCellRect.left,
585 mSeparatorDrawable.setBounds((int) xPos, mPaddingTop, (int) xPos
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 238 background.setBounds(u, v, u + width, v + height);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
HandleView.java 289 mDrawable.setBounds(0, 0, getRight() - getLeft(), getBottom() - getTop());
  /external/eigen/Eigen/src/SparseCore/
AmbiVector.h 42 void setBounds(Index start, Index end) { m_start = start; m_end = end; }
  /external/skia/gm/
optimizations.cpp 20 debugCanvas.setBounds(input.width(), input.height());
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentsCreateFragment.java 228 crumb.setBounds(0, 0, crumb.getIntrinsicWidth(), crumb.getIntrinsicHeight());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 271 mNumberBackground.setBounds(w-dw, h-dh, w, h);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 120 mGlowBG.setBounds(-margin, 0, drawW-margin, drawH);
  /frameworks/base/services/java/com/android/server/wm/
StackBox.java 300 mStack.setBounds(bounds, underStatusBar);

Completed in 328 milliseconds

1 2 3 4 5 6 78 91011>>