Searched refs:setCompoundDrawablesWithIntrinsicBounds (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/ |
D | ViewLayersActivity3.java | 59 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon), in getView()
|
D | ViewLayersActivity2.java | 62 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon), in getView()
|
D | ViewLayersActivity4.java | 66 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/SettingsLib/ActionButtonsPreference/src/com/android/settingslib/widget/ |
D | ActionButtonsPreference.java | 557 mButton.setCompoundDrawablesWithIntrinsicBounds( in setUpButton()
|
/frameworks/base/core/java/android/app/ |
D | SearchDialog.java | 484 mBadgeLabel.setCompoundDrawablesWithIntrinsicBounds(icon, null, null, null); in updateSearchBadge()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 1822 setCompoundDrawablesWithIntrinsicBounds( 3300 public void setCompoundDrawablesWithIntrinsicBounds(@DrawableRes int left, in setCompoundDrawablesWithIntrinsicBounds() method in TextView.Drawables 3303 setCompoundDrawablesWithIntrinsicBounds(left != 0 ? context.getDrawable(left) : null, in setCompoundDrawablesWithIntrinsicBounds() 3324 public void setCompoundDrawablesWithIntrinsicBounds(@Nullable Drawable left, in setCompoundDrawablesWithIntrinsicBounds() method in TextView.Drawables
|
D | RemoteViews.java | 4678 target.setCompoundDrawablesWithIntrinsicBounds(mId1, mId2, mId3, mId4); 4689 target.setCompoundDrawablesWithIntrinsicBounds(id1, id2, id3, id4); 4695 target.setCompoundDrawablesWithIntrinsicBounds(mD1, mD2, mD3, mD4);
|
/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/core/api/ |
D | current.txt | 62537 …method public void setCompoundDrawablesWithIntrinsicBounds(@DrawableRes int, @DrawableRes int, @Dr… 62538 …method public void setCompoundDrawablesWithIntrinsicBounds(@Nullable android.graphics.drawable.Dra…
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 21315 HSPLandroid/widget/TextView;->setCompoundDrawablesWithIntrinsicBounds(Landroid/graphics/drawable/Dr…
|