Home
last modified time | relevance | path

Searched refs:setCompoundDrawablesWithIntrinsicBounds (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/compat/
H A DButtonDrawableSetterCompat.java38 button.setCompoundDrawablesWithIntrinsicBounds(icon, null, null, null); in setDrawableToButtonStart()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DTextViewCompatUtils.java38 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom); in setCompoundDrawablesRelativeWithIntrinsicBounds()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
H A DGrantPermissionsViewHandlerImpl.kt395 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 DViewLayersActivity3.java59 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon), in getView()
H A DViewLayersActivity2.java62 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon), in getView()
H A DViewLayersActivity4.java66 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon), in getView()
H A DListActivity.java117 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon), in getView()
H A DTransparentListActivity.java115 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon), in getView()
H A DViewLayersActivity.java112 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon), in getView()
H A DViewLayersActivity5.java131 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon), in getView()
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/list/
H A DSeriesScheduleRowPresenter.java85 viewHolder.getProgramTitleView().setCompoundDrawablesWithIntrinsicBounds(0, 0, 0, 0); in onBindRowViewHolder()
/aosp12/packages/apps/Dialer/java/com/android/incallui/rtt/impl/
H A DRttOverflowMenu.java96 speakerButton.setCompoundDrawablesWithIntrinsicBounds(info.icon, 0, 0, 0); in setAudioState()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
H A DSnackbars.java93 textView.setCompoundDrawablesWithIntrinsicBounds(imageRes, 0, 0, 0); in showCustomTextWithImage()
/aosp12/packages/apps/Settings/src/com/android/settings/emergency/
H A DMoreSettingsPreferenceController.java92 button.setCompoundDrawablesWithIntrinsicBounds( in displayPreference()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DOverviewActionsView.java229 mSplitButton.setCompoundDrawablesWithIntrinsicBounds( in setDp()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripLayoutHelper.java427 wordView.setCompoundDrawablesWithIntrinsicBounds( in layoutWord()
432 wordView.setCompoundDrawablesWithIntrinsicBounds(null, null, null, null); in layoutWord()
/aosp12/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperListAdapter.java119 holder.title.setCompoundDrawablesWithIntrinsicBounds(null, wallpaperInfo.thumbnail, in getView()
/aosp12/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
H A DCompanionDeviceActivity.java298 textView.setCompoundDrawablesWithIntrinsicBounds( in bind()
/aosp12/frameworks/base/packages/SettingsLib/ActionButtonsPreference/src/com/android/settingslib/widget/
H A DActionButtonsPreference.java521 mButton.setCompoundDrawablesWithIntrinsicBounds( in setUpButton()
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmClockFragment.kt112 emptyView.setCompoundDrawablesWithIntrinsicBounds(null, noAlarms, null, null)
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DActivityPicker.java322 textView.setCompoundDrawablesWithIntrinsicBounds(item.icon, null, null, null); in getView()
/aosp12/frameworks/base/core/java/android/app/
H A DSearchDialog.java484 mBadgeLabel.setCompoundDrawablesWithIntrinsicBounds(icon, null, null, null); in updateSearchBadge()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumSetPage.java364 …mCameraButton.setCompoundDrawablesWithIntrinsicBounds(0, R.drawable.frame_overlay_gallery_camera, … in setupCameraButton()
/aosp12/frameworks/base/core/java/android/widget/
H A DRemoteViews.java2824 target.setCompoundDrawablesWithIntrinsicBounds(id1, id2, id3, id4);
2835 target.setCompoundDrawablesWithIntrinsicBounds(id1, id2, id3, id4);
2841 target.setCompoundDrawablesWithIntrinsicBounds(d1, d2, d3, d4);
H A DTextView.java1622 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

12