Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DTextViewCompatUtils.java35 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(final TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds() method in TextViewCompatUtils
/packages/apps/Launcher2/src/com/android/launcher2/
DDeleteDropTarget.java166 setCompoundDrawablesRelativeWithIntrinsicBounds(mUninstallDrawable, null, null, null); in onDragStart()
168 setCompoundDrawablesRelativeWithIntrinsicBounds(mRemoveDrawable, null, null, null); in onDragStart()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
DSetupWizardActivity.java225 TextViewCompatUtils.setCompoundDrawablesRelativeWithIntrinsicBounds(mActionFinish, in onCreate()
466 TextViewCompatUtils.setCompoundDrawablesRelativeWithIntrinsicBounds(
/packages/apps/Dialer/src/com/android/dialer/
DCallDetailActivity.java486 mBlockNumberActionItem.setCompoundDrawablesRelativeWithIntrinsicBounds( in updateBlockActionItem()
490 mBlockNumberActionItem.setCompoundDrawablesRelativeWithIntrinsicBounds( in updateBlockActionItem()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditor.java287 mEditTitle.setCompoundDrawablesRelativeWithIntrinsicBounds( in setMenuIcon()
/packages/apps/Launcher3/src/com/android/launcher3/
DButtonDropTarget.java97 setCompoundDrawablesRelativeWithIntrinsicBounds(mDrawable, null, null, null); in setDrawable()