/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_layer_impl_fixed_bounds.h | 29 virtual void setBounds(const WebKit::WebSize& bounds);
|
web_layer_impl_fixed_bounds_unittest.cc | 27 layer->setBounds(WebSize(100, 100)); 43 layer->setBounds(bounds); 106 sublayer_under_fixed_bounds_layer->setBounds(sublayer_bounds); 109 fixed_bounds_layer->setBounds(bounds); 119 sublayer_under_normal_layer->setBounds(sublayer_bounds); 123 normal_layer->setBounds(bounds);
|
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartGridView.java | 84 void setBounds(long start, long end) { 102 secondary.setBounds(0, (int) y, width, bottom); 113 primary.setBounds((int) x, 0, right, height); 117 mBorder.setBounds(0, 0, width, height);
|
/packages/apps/Gallery/src/com/android/camera/ |
GalleryPickerItem.java | 74 mFrame.setBounds(frameBounds); 76 mOverlay.setBounds(w - mOverlay.getIntrinsicWidth(),
|
/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...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
BitmapDrawableTest.java | 81 drawable1a.setBounds(1, 2, 3, 4); 82 drawable1b.setBounds(1, 2, 3, 4); 86 drawable1b.setBounds(1, 2, 3, 5);
|
/external/skia/tests/ |
PathOpsDRectTest.cpp | 47 rect.setBounds(line); 73 rect2.setBounds(quad); 93 rect2.setBounds(cubic);
|
/frameworks/base/core/java/com/android/internal/widget/ |
ActionBarContainer.java | 88 mBackground.setBounds(mActionBarView.getLeft(), mActionBarView.getTop(), 106 mStackedBackground.setBounds(mTabContainer.getLeft(), mTabContainer.getTop(), 124 mSplitBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight()); 305 mSplitBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight()); 310 mBackground.setBounds(mActionBarView.getLeft(), mActionBarView.getTop(), 315 mStackedBackground.setBounds(mTabContainer.getLeft(), mTabContainer.getTop(),
|
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
TileDrawable.java | 55 mInner.setBounds(0, 0, 0, 0); 59 mInner.setBounds(l, t, l + mInnerWidth, t + mInnerHeight);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
AnimateDrawables.java | 47 dr.setBounds(0, 0, dr.getIntrinsicWidth(), dr.getIntrinsicHeight());
|
Pictures.java | 70 mDrawable.setBounds(0, 200, getWidth(), 300);
|
ColorFilters.java | 55 curr.setBounds(x, y, x + curr.getIntrinsicWidth(), y + h); 65 mDrawable.setBounds(0, 0, 150, 48);
|
/development/samples/CrossCompatibility/src/com/example/android/touchexample/ |
TouchExampleView.java | 44 mIcon.setBounds(0, 0, mIcon.getIntrinsicWidth(), mIcon.getIntrinsicHeight());
|
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/ |
BackgroundContainer.java | 68 mShadowedBackground.setBounds(0, 0, getWidth(), mOpenAreaHeight);
|
/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/ |
BackgroundContainer.java | 69 mShadowedBackground.setBounds(0, 0, getWidth(), mOpenAreaHeight);
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
TouchHighlightImageButton.java | 98 mForegroundDrawable.setBounds(mCachedBounds);
|
/external/chromium_org/third_party/skia/src/animator/ |
SkBoundable.cpp | 54 fBoundable->setBounds(fMaker.fDisplayList.fBounds);
|
/external/chromium_org/third_party/skia/src/text/ |
SkTextLayout.cpp | 39 void SkTextLayout::setBounds(const SkRect& bounds) {
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
PropertyEditor.java | 66 * {@link #setBounds(Rectangle)} and {@link #deactivate(boolean)} invocation. Some editors 77 public void setBounds(Rectangle bounds) {
|
/external/skia/src/animator/ |
SkBoundable.cpp | 54 fBoundable->setBounds(fMaker.fDisplayList.fBounds);
|
/external/skia/src/text/ |
SkTextLayout.cpp | 39 void SkTextLayout::setBounds(const SkRect& bounds) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
EdgeEffect.java | 324 mGlow.setBounds(glowLeft, 0, mWidth - glowLeft, glowBottom); 327 mGlow.setBounds(0, 0, mWidth, glowBottom); 338 mEdge.setBounds(edgeLeft, 0, mWidth - edgeLeft, edgeBottom); 341 mEdge.setBounds(0, 0, mWidth, edgeBottom); 427 public void setBounds(int left, int top, int right, int bottom) {
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/ |
FlyoutControlComposite.java | 180 m_flyoutContainer.setBounds(0, 0, 0, 0); 181 client.setBounds(clientArea); 212 m_flyoutContainer.setBounds(0, 0, width, clientArea.height); 213 client.setBounds(offset, 0, clientArea.width - offset, clientArea.height); 215 m_flyoutContainer.setBounds(clientArea.width - width, 0, width, clientArea.height); 216 client.setBounds(0, 0, clientArea.width - offset, clientArea.height); 218 m_flyoutContainer.setBounds(0, 0, clientArea.width, width); 219 client.setBounds(0, offset, clientArea.width, clientArea.height - offset); 221 m_flyoutContainer.setBounds(0, clientArea.height - width, clientArea.width, width); 222 client.setBounds(0, 0, clientArea.width, clientArea.height - offset) [all...] |
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/ |
AbsSeekBar.java | 256 d.setBounds(gapForCenteringTrack, 0, 263 d.setBounds(0, 0, w - mPaddingRight - mPaddingLeft, h - mPaddingBottom 287 d.setBounds(0, gapForCenteringTrack, 294 d.setBounds(0, 0, w - mPaddingRight - mPaddingLeft, h - mPaddingBottom 335 thumb.setBounds(leftBound, thumbPos, rightBound, thumbPos + thumbHeight); 349 thumb.setBounds(thumbPos, topBound, thumbPos + thumbWidth, bottomBound);
|
/development/apps/NinePatchLab/src/com/android/ninepatch/ |
NinePatchLab.java | 125 bg.setBounds(0, 0, getWidth(), getHeight()); 140 dr.setBounds(0, 0, drWidth, drHeight);
|