/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/compat/ |
H A D | ButtonDrawableSetterCompat.java | 38 button.setCompoundDrawablesWithIntrinsicBounds(icon, null, null, null); in setDrawableToButtonStart()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
H A D | TextViewCompatUtils.java | 38 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom); in setCompoundDrawablesRelativeWithIntrinsicBounds()
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/ |
H A D | GrantPermissionsViewHandlerImpl.kt | 395 coarseRadioButton?.setCompoundDrawablesWithIntrinsicBounds(null, coarseOffDrawable, 397 fineRadioButton?.setCompoundDrawablesWithIntrinsicBounds(null, fineOnDrawable, 404 coarseRadioButton?.setCompoundDrawablesWithIntrinsicBounds(null, coarseOnDrawable, 406 fineRadioButton?.setCompoundDrawablesWithIntrinsicBounds(null, fineOffDrawable,
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | ViewLayersActivity3.java | 59 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon), in getView()
|
H A D | ViewLayersActivity2.java | 62 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon), in getView()
|
H A D | ViewLayersActivity4.java | 66 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon), in getView()
|
H A D | ListActivity.java | 117 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon), in getView()
|
H A D | TransparentListActivity.java | 115 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon), in getView()
|
H A D | ViewLayersActivity.java | 112 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon), in getView()
|
H A D | ViewLayersActivity5.java | 131 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon), in getView()
|
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/list/ |
H A D | SeriesScheduleRowPresenter.java | 85 viewHolder.getProgramTitleView().setCompoundDrawablesWithIntrinsicBounds(0, 0, 0, 0); in onBindRowViewHolder()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/rtt/impl/ |
H A D | RttOverflowMenu.java | 96 speakerButton.setCompoundDrawablesWithIntrinsicBounds(info.icon, 0, 0, 0); in setAudioState()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ui/ |
H A D | Snackbars.java | 93 textView.setCompoundDrawablesWithIntrinsicBounds(imageRes, 0, 0, 0); in showCustomTextWithImage()
|
/aosp12/packages/apps/Settings/src/com/android/settings/emergency/ |
H A D | MoreSettingsPreferenceController.java | 92 button.setCompoundDrawablesWithIntrinsicBounds( in displayPreference()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | OverviewActionsView.java | 229 mSplitButton.setCompoundDrawablesWithIntrinsicBounds( in setDp()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/ |
H A D | SuggestionStripLayoutHelper.java | 427 wordView.setCompoundDrawablesWithIntrinsicBounds( in layoutWord() 432 wordView.setCompoundDrawablesWithIntrinsicBounds(null, null, null, null); in layoutWord()
|
/aosp12/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
H A D | LiveWallpaperListAdapter.java | 119 holder.title.setCompoundDrawablesWithIntrinsicBounds(null, wallpaperInfo.thumbnail, in getView()
|
/aosp12/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/ |
H A D | CompanionDeviceActivity.java | 298 textView.setCompoundDrawablesWithIntrinsicBounds( in bind()
|
/aosp12/frameworks/base/packages/SettingsLib/ActionButtonsPreference/src/com/android/settingslib/widget/ |
H A D | ActionButtonsPreference.java | 521 mButton.setCompoundDrawablesWithIntrinsicBounds( in setUpButton()
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/ |
H A D | AlarmClockFragment.kt | 112 emptyView.setCompoundDrawablesWithIntrinsicBounds(null, noAlarms, null, null)
|
/aosp12/packages/apps/Settings/src/com/android/settings/ |
H A D | ActivityPicker.java | 322 textView.setCompoundDrawablesWithIntrinsicBounds(item.icon, null, null, null); in getView()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | SearchDialog.java | 484 mBadgeLabel.setCompoundDrawablesWithIntrinsicBounds(icon, null, null, null); in updateSearchBadge()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
H A D | AlbumSetPage.java | 364 …mCameraButton.setCompoundDrawablesWithIntrinsicBounds(0, R.drawable.frame_overlay_gallery_camera, … in setupCameraButton()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | RemoteViews.java | 2824 target.setCompoundDrawablesWithIntrinsicBounds(id1, id2, id3, id4); 2835 target.setCompoundDrawablesWithIntrinsicBounds(id1, id2, id3, id4); 2841 target.setCompoundDrawablesWithIntrinsicBounds(d1, d2, d3, d4);
|
H A 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
|