Searched refs:setCompoundDrawablesWithIntrinsicBounds (Results 1 – 17 of 17) sorted by relevance
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | ViewLayersActivity3.java | 59 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon), in getView()
|
D | ViewLayersActivity4.java | 66 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon), in getView()
|
D | ViewLayersActivity2.java | 62 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon), in getView()
|
D | ListActivity.java | 117 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon), in getView()
|
D | TransparentListActivity.java | 115 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon), in getView()
|
D | ViewLayersActivity.java | 112 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon), in getView()
|
D | ViewLayersActivity5.java | 131 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon), in getView()
|
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/ |
D | CompanionDeviceActivity.java | 292 textView.setCompoundDrawablesWithIntrinsicBounds( in bind()
|
/frameworks/base/packages/SettingsLib/ActionButtonsPreference/src/com/android/settingslib/widget/ |
D | ActionButtonsPreference.java | 521 mButton.setCompoundDrawablesWithIntrinsicBounds( in setUpButton()
|
/frameworks/base/core/java/android/app/ |
D | SearchDialog.java | 484 mBadgeLabel.setCompoundDrawablesWithIntrinsicBounds(icon, null, null, null); in updateSearchBadge()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialog.java | 552 mLockMessage.setCompoundDrawablesWithIntrinsicBounds(null, lockIcon, null, null); in showLockMessage()
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 2771 target.setCompoundDrawablesWithIntrinsicBounds(id1, id2, id3, id4); 2782 target.setCompoundDrawablesWithIntrinsicBounds(id1, id2, id3, id4); 2788 target.setCompoundDrawablesWithIntrinsicBounds(d1, d2, d3, d4);
|
D | TextView.java | 1622 setCompoundDrawablesWithIntrinsicBounds( 3033 public void setCompoundDrawablesWithIntrinsicBounds(@DrawableRes int left, in setCompoundDrawablesWithIntrinsicBounds() method in TextView.Drawables 3036 setCompoundDrawablesWithIntrinsicBounds(left != 0 ? context.getDrawable(left) : null, in setCompoundDrawablesWithIntrinsicBounds() 3057 public void setCompoundDrawablesWithIntrinsicBounds(@Nullable Drawable left, in setCompoundDrawablesWithIntrinsicBounds() method in TextView.Drawables
|
/frameworks/base/core/api/ |
D | current.txt | 56366 …method public void setCompoundDrawablesWithIntrinsicBounds(@DrawableRes int, @DrawableRes int, @Dr… 56367 …method public void setCompoundDrawablesWithIntrinsicBounds(@Nullable android.graphics.drawable.Dra…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 38858 method public void setCompoundDrawablesWithIntrinsicBounds(int, int, int, int); 38859 …method public void setCompoundDrawablesWithIntrinsicBounds(android.graphics.drawable.Drawable, and…
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 20980 HSPLandroid/widget/TextView;->setCompoundDrawablesWithIntrinsicBounds(Landroid/graphics/drawable/Dr…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 21027 HSPLandroid/widget/TextView;->setCompoundDrawablesWithIntrinsicBounds(Landroid/graphics/drawable/Dr…
|