HomeSort by relevance Sort by last modified time
    Searched defs:setBounds (Results 26 - 50 of 166) sorted by null

12 3 4 5 6 7

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractComboBoxPropertyEditor.java 121 public void setBounds(Rectangle bounds) {
122 m_combo.setBounds(bounds);
AbstractComboPropertyEditor.java 102 public final void setBounds(Rectangle bounds) {
103 m_combo.setBounds(bounds);
104 // editor created without bounds, so activate it after first setBounds()
AbstractTextPropertyEditor.java 214 public final void setBounds(Rectangle bounds) {
215 m_textControl.setBounds(bounds);
  /external/eigen/Eigen/src/SparseCore/
AmbiVector.h 42 void setBounds(Index start, Index end) { m_start = start; m_end = end; }
  /external/skia/src/gpu/
GrBatch.h 107 void setBounds(const SkRect& newBounds) { fBounds = newBounds; }
  /packages/apps/Calendar/src/com/android/calendar/
MultiStateButton.java 188 mButtonDrawable.setBounds(x, y, x + width, y + height);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
ThirdPartyWallpaperPickerListAdapter.java 132 icon.setBounds(new Rect(0, 0, mIconSize, mIconSize));
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 231 final boolean changed = mVert.setBounds(0L, newMax);
360 final boolean changed = mHoriz.setBounds(visibleStart, visibleEnd);
361 mGrid.setBounds(visibleStart, visibleEnd);
362 mSeries.setBounds(visibleStart, visibleEnd);
363 mDetailSeries.setBounds(visibleStart, visibleEnd);
397 setBounds(currentTime - DateUtils.DAY_IN_MILLIS * 30, currentTime);
406 public boolean setBounds(long min, long max) {
488 public boolean setBounds(long min, long max) {
  /development/samples/Home/src/com/example/android/home/
Home.java 656 // the call to setBounds() that follows would
660 icon.setBounds(0, 0, width, height);
662 icon.setBounds(mOldBounds);
732 * by calling Drawable.setBounds(). In this application, the View that draws the
748 public void setBounds(int left, int top, int right, int bottom) {
749 super.setBounds(left, top, right, bottom);
752 mWallpaper.setBounds(left, top, left + mWallpaper.getIntrinsicWidth(),
  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 667 mCrashedImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop
671 mFiringImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop
675 mLanderImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 349 m_spinner.setBounds(
354 m_text.setBounds(cRect.x, cRect.y + 1, cRect.width - arrowWidth, tSize.y);
355 win32Hack.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, sSize.y);
400 m_spinner.setBounds(
405 m_text.setBounds(cRect.x, cRect.y + 1, cRect.width - arrowWidth, tSize.y);
406 win32Hack.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, sSize.y);
453 m_spinner.setBounds(cRect.x + cRect.width - sSize.x, cRect.y - 2, sSize.x, cRect.height + 4);
454 m_text.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, tSize.y);
500 m_spinner.setBounds(cRect.x + cRect.width - sSize.x, cRect.y, sSize.x, cRect.height);
501 m_text.setBounds(cRect.x, cRect.y + 2, cRect.width - arrowWidth - 2, tSize.y)
    [all...]
CTableCombo.java 530 m_popup.setBounds(point.x, point.y + comboSize.y, width, height);
568 m_text.setBounds(rect.x, rect.y, width - arrowSize.x, height);
569 m_arrow.setBounds(rect.x + width - arrowSize.x, rect.y, arrowSize.x, arrowSize.y);
CComboBox.java 307 m_button.setBounds(
327 m_text.setBounds(
580 table.setBounds(tableBounds);
601 m_popup.setBounds(popupBounds.x, popupBounds.y, 2 * popupBounds.width - trimBounds.width, 2
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDrawable.java 80 public void setBounds(Rect rect) {
85 public void setBounds(int left, int top, int right, int bottom) {
  /frameworks/base/core/java/android/transition/
TransitionUtils.java 136 drawable.setBounds(0, 0, bitmapWidth, bitmapHeight);
138 drawable.setBounds(left, top, right, bottom);
  /frameworks/base/graphics/java/android/graphics/drawable/
ScaleDrawable.java 224 d.setBounds(r.left, r.top, r.right, r.bottom);
  /frameworks/base/libs/hwui/
VertexBuffer.h 142 void setBounds(Rect bounds) { mBounds = bounds; }
  /frameworks/base/services/core/java/com/android/server/policy/
IconUtilities.java 97 result.setBounds(0, 0, mIconTextureWidth, mIconTextureHeight);
163 icon.setBounds(left, top, left+width, top+height);
165 icon.setBounds(mOldBounds);
RecentApplicationsBackground.java 115 background.setBounds(left, top, right, bottom);
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
TileDrawable.java 84 mInner.setBounds(0, 0, 0, 0);
88 mInner.setBounds(l, t, l + mInnerWidth, t + mInnerHeight);
  /frameworks/support/v4/java/android/support/v4/app/
SharedElementCallback.java 234 drawable.setBounds(0, 0, bitmapWidth, bitmapHeight);
236 drawable.setBounds(left, top, right, bottom);
  /frameworks/support/v4/java/android/support/v4/widget/
SwipeProgressBar.java 270 void setBounds(int left, int top, int right, int bottom) {
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallTypeIconsView.java 137 drawable.setBounds(left, 0, right, drawable.getIntrinsicHeight());
146 drawable.setBounds(left, 0, right, mResources.videoCall.getIntrinsicHeight());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropDrawingUtils.java 79 indicator.setBounds(left, top, left + indicatorSize, top + indicatorSize);
  /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);

Completed in 312 milliseconds

12 3 4 5 6 7