/development/apps/NinePatchLab/src/com/android/ninepatch/ |
NinePatchLab.java | 125 bg.setBounds(0, 0, getWidth(), getHeight()); 140 dr.setBounds(0, 0, drWidth, drHeight);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
ColorFilters.java | 55 curr.setBounds(x, y, x + curr.getIntrinsicWidth(), y + h); 65 mDrawable.setBounds(0, 0, 150, 48);
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
Slider.java | 96 mBackground.setBounds(lineX - bgW, r.top + 10, lineX + bgW, 111 mBackground.setBounds(r.left + 10, lineY - bgH, r.right - 10, lineY
|
/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()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
LinearLayoutICS.java | 158 mDivider.setBounds(getPaddingLeft() + mDividerPadding, top, 164 mDivider.setBounds(left, getPaddingTop() + mDividerPadding,
|
ActionBarContainer.java | 287 mSplitBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight()); 292 mBackground.setBounds(mActionBarView.getLeft(), mActionBarView.getTop(), 297 mStackedBackground.setBounds(mTabContainer.getLeft(), mTabContainer.getTop(),
|
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartDataUsageView.java | 247 final boolean changed = mVert.setBounds(0L, newMax); 401 final boolean changed = mHoriz.setBounds(visibleStart, visibleEnd); 402 mGrid.setBounds(visibleStart, visibleEnd); 403 mSeries.setBounds(visibleStart, visibleEnd); 404 mDetailSeries.setBounds(visibleStart, visibleEnd); 464 setBounds(currentTime - DateUtils.DAY_IN_MILLIS * 30, currentTime); 473 public boolean setBounds(long min, long max) { 555 public boolean setBounds(long min, long max) {
|
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
CompositeDrawable.java | 43 setBounds(0, 0, 0, 0); 107 d.setBounds(left, top, right, bottom);
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
HandleView.java | 206 mIconDragClipLeft.setBounds(0, 214 mIconDragClipRight.setBounds(
|
OverlayView.java | 227 mArrowLeft.setBounds(halfWidth - 4 - mArrowLeft.getIntrinsicWidth(), getPaddingTop(), 231 mArrowRight.setBounds(halfWidth + 4, getPaddingTop(), halfWidth + 4
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
TestDragElement.java | 57 public TestDragElement setBounds(Rect bounds) { 92 return create(fqn).setBounds(bounds);
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
ContactPhotoBinder.java | 85 d.setBounds(0, 0, mPhotoSize, mPhotoSize);
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebLayer.h | 78 virtual void setBounds(const WebSize&) = 0;
|
/frameworks/base/core/java/android/text/style/ |
DrawableMarginSpan.java | 54 mDrawable.setBounds(ix, itop, ix+dw, itop+dh);
|
/frameworks/base/core/java/android/widget/ |
EdgeEffect.java | 341 mGlow.setBounds(glowLeft, 0, mWidth - glowLeft, glowBottom); 344 mGlow.setBounds(0, 0, mWidth, glowBottom); 355 mEdge.setBounds(edgeLeft, 0, mWidth - edgeLeft, edgeBottom); 358 mEdge.setBounds(0, 0, mWidth, edgeBottom);
|
AnalogClock.java | 194 dial.setBounds(x - (w / 2), y - (h / 2), x + (w / 2), y + (h / 2)); 204 hourHand.setBounds(x - (w / 2), y - (h / 2), x + (w / 2), y + (h / 2)); 216 minuteHand.setBounds(x - (w / 2), y - (h / 2), x + (w / 2), y + (h / 2));
|
ScrollBarDrawable.java | 156 track.setBounds(bounds); 177 if (changed) thumb.setBounds(thumbRect); 181 if (changed) thumb.setBounds(thumbRect);
|
/packages/apps/Browser/src/com/android/browser/ |
PageProgressView.java | 113 d.setBounds(mBounds);
|
/packages/apps/Browser/src/com/android/browser/view/ |
StopProgressView.java | 85 mOverlayDrawable.setBounds(l, t, l + mWidth, t + mHeight);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterBorder.java | 61 drawable.setBounds(bounds);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
NodeFactory.java | 81 proxy.setBounds(bounds);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
ButtonPropertyEditorPresentationImpl.java | 75 setBounds(control, controlX, y, controlWidth, height); 167 private static void setBounds(Control control, int newX, int newY, int newWidth, int newHeight) { 201 control.setBounds(newX, newY, newWidth, newHeight);
|
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
TargetDrawable.java | 133 d.setBounds(0, 0, maxWidth, maxHeight); 138 childDrawable.setBounds(0, 0, maxWidth, maxHeight); 141 mDrawable.setBounds(0, 0,
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
IconUtilities.java | 106 result.setBounds(0, 0, mIconTextureWidth, mIconTextureHeight); 172 icon.setBounds(left, top, left+width, top+height); 174 icon.setBounds(mOldBounds);
|