Home
last modified time | relevance | path

Searched refs:setCompoundDrawablesRelativeWithIntrinsicBounds (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DButtonDropTarget.java137 setCompoundDrawablesRelativeWithIntrinsicBounds(resId, 0, 0, 0); in setDrawable()
140 setCompoundDrawablesRelativeWithIntrinsicBounds(0, resId, 0, 0); in setDrawable()
378 setCompoundDrawablesRelativeWithIntrinsicBounds(mDrawable, null, null, null); in setTextVisible()
380 setCompoundDrawablesRelativeWithIntrinsicBounds(null, mDrawable, null, null); in setTextVisible()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DPowerGaugePreference.java112 subtitle.setCompoundDrawablesRelativeWithIntrinsicBounds(R.drawable.ic_warning_24dp, 0, in onBindViewHolder()
115 subtitle.setCompoundDrawablesRelativeWithIntrinsicBounds(0, 0, 0, 0); in onBindViewHolder()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerGaugePreference.java112 subtitle.setCompoundDrawablesRelativeWithIntrinsicBounds(R.drawable.ic_warning_24dp, 0, in onBindViewHolder()
115 subtitle.setCompoundDrawablesRelativeWithIntrinsicBounds(0, 0, 0, 0); in onBindViewHolder()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DActionPresenterSelector.java123 vh.mButton.setCompoundDrawablesRelativeWithIntrinsicBounds(icon, null, null, null); in onBindViewHolder()
139 vh.mButton.setCompoundDrawablesRelativeWithIntrinsicBounds(null, null, null, null); in onUnbindViewHolder()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
DExpandedAlarmViewHolder.java110 editLabel.setCompoundDrawablesRelativeWithIntrinsicBounds(labelIcon, null, null, null); in ExpandedAlarmViewHolder()
112 delete.setCompoundDrawablesRelativeWithIntrinsicBounds(deleteIcon, null, null, null); in ExpandedAlarmViewHolder()
215 ringtone.setCompoundDrawablesRelativeWithIntrinsicBounds(icon, null, null, null); in bindRingtone()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/compat/
DButtonDrawableSetterCompat.java35 button.setCompoundDrawablesRelativeWithIntrinsicBounds(icon, null, null, null); in setDrawableToButtonStart()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DTextViewCompatUtils.java35 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(final TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds() method in TextViewCompatUtils
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
DSetupWizardActivity.java225 TextViewCompatUtils.setCompoundDrawablesRelativeWithIntrinsicBounds(mActionFinish, in onCreate()
466 TextViewCompatUtils.setCompoundDrawablesRelativeWithIntrinsicBounds(
/packages/apps/DeskClock/src/com/android/deskclock/
DDeskClock.java192 text.setCompoundDrawablesRelativeWithIntrinsicBounds(icon, null, null, null); in onCreate()
194 text.setCompoundDrawablesRelativeWithIntrinsicBounds(null, icon, null, null); in onCreate()
/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DSeriesScheduleRowPresenter.java82 .setCompoundDrawablesRelativeWithIntrinsicBounds( in onBindRowViewHolder()
DSchedulesHeaderRowPresenter.java186 textView.setCompoundDrawablesRelativeWithIntrinsicBounds( in setTextDrawable()
/packages/apps/Car/Radio/src/com/android/car/radio/
DProgramViewHolder.java123 mPresetItemChannel.setCompoundDrawablesRelativeWithIntrinsicBounds(isActiveStation in bindPreset()
/packages/apps/PermissionController/src/android/support/wearable/view/
DWearableDialogHelper.java141 button.setCompoundDrawablesRelativeWithIntrinsicBounds(drawable, null, null, null); in applyButton()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/
DChooseLockTypeDialogFragment.java167 textView.setCompoundDrawablesRelativeWithIntrinsicBounds( in getView()
/packages/apps/Settings/src/com/android/settings/password/
DChooseLockTypeDialogFragment.java167 textView.setCompoundDrawablesRelativeWithIntrinsicBounds( in getView()
/packages/apps/Car/Settings/src/com/android/car/settings/quicksettings/
DQuickSettingFragment.java200 userButton.setCompoundDrawablesRelativeWithIntrinsicBounds(userIcon, /* top= */ in setupUserButton()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditor.java287 mEditTitle.setCompoundDrawablesRelativeWithIntrinsicBounds( in setMenuIcon()
/packages/apps/TV/src/com/android/tv/guide/
DProgramItemView.java389 setCompoundDrawablesRelativeWithIntrinsicBounds(0, 0, iconResId, 0); in updateIcons()
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
DLiveWallpaperPreview.java737 tv.setCompoundDrawablesRelativeWithIntrinsicBounds( in getView()