/frameworks/ex/chips/src/com/android/ex/chips/ |
RecipientEditTextView.java | 567 mChipBackgroundPressed.setBounds(0, 0, width, height); 576 mChipDelete.setBounds(width - deleteWidth + backgroundPadding.left, 610 background.setBounds(0, 0, width, height); 700 result.setBounds(0, 0, tmpBitmap.getWidth(), tmpBitmap.getHeight()); [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
TextViewTest.java | [all...] |
/external/chromium_org/third_party/skia/src/pathops/ |
SkPathOpsCubic.cpp | 18 dRect.setBounds(*this); // OPTIMIZATION: just use setRawBounds ?
|
/external/skia/src/pathops/ |
SkPathOpsCubic.cpp | 18 dRect.setBounds(*this); // OPTIMIZATION: just use setRawBounds ?
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
DessertCaseView.java | 178 d.setBounds(0, 0, mCellSize, mCellSize);
|
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
EditStyledText.java | [all...] |
/packages/apps/Browser/src/com/android/browser/ |
TabBar.java | 233 drawable.setBounds(0, 0, width, height);
|
/packages/apps/Browser/src/com/android/browser/view/ |
PieMenu.java | 301 mBackground.setBounds(left, top, left + w, top + h);
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactDetailDisplayUtils.java | 493 drawable.setBounds(0, 0, drawable.getIntrinsicWidth(), drawable.getIntrinsicHeight());
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
Spline.java | 144 indicator.setBounds(left, top, left + mCurveHandleSize, top + mCurveHandleSize);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
FolderIcon.java | 523 d.setBounds(0, 0, mIntrinsicIconSize, mIntrinsicIconSize);
|
CellLayout.java | 444 bg.setBounds(mBackgroundRect); 476 cd.setBounds(0, 0, mCellWidth, mCellHeight); 507 d.setBounds(0, 0, width, height); 521 d.setBounds(0, 0, width, height); 537 d.setBounds(0, 0, width, height); 547 mOverScrollForegroundDrawable.setBounds(mForegroundRect); [all...] |
/frameworks/base/core/java/android/widget/ |
TextView.java | [all...] |
ListView.java | [all...] |
LinearLayout.java | 388 mDivider.setBounds(getPaddingLeft() + mDividerPadding, top, 394 mDivider.setBounds(left, getPaddingTop() + mDividerPadding, [all...] |
/prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/ |
swt-3.5.0.jar | |
/prebuilts/tools/darwin-x86/swt/ |
swt.jar | |
/frameworks/support/v4/java/android/support/v4/widget/ |
DrawerLayout.java | 833 mShadowLeft.setBounds(childRight, child.getTop(), [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ContactListItemView.java | 526 mHorizontalDividerDrawable.setBounds( 537 mActivatedBackgroundDrawable.setBounds(mBoundsWithoutHeader); [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
KeyboardView.java | 727 keyBackground.setBounds(0, 0, key.width, key.height); 782 key.icon.setBounds(0, 0, [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
CellLayout.java | 433 bg.setBounds(mBackgroundRect); 470 cd.setBounds(0, 0, mCellWidth, mCellHeight); 509 d.setBounds(0, 0, width, height); 520 d.setBounds(0, 0, width, height); 540 d.setBounds(0, 0, width, height); 551 mOverScrollForegroundDrawable.setBounds(mForegroundRect); [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationItemView.java | [all...] |
/external/doclava/src/com/google/doclava/ |
InfoBuilder.java | 715 newType.setBounds(type.superBounds(), type.extendsBounds()); [all...] |
/frameworks/base/core/java/android/inputmethodservice/ |
KeyboardView.java | 692 keyBackground.setBounds(0, 0, key.width, key.height); 723 key.icon.setBounds(0, 0, [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
DrawableContainerTest.java | 216 dr.setBounds(new Rect()); [all...] |