HomeSort by relevance Sort by last modified time
    Searched refs:setCompoundDrawablesRelativeWithIntrinsicBounds (Results 1 - 25 of 29) sorted by null

1 2

  /developers/build/prebuilts/gradle/DirectShare/Application/src/main/java/com/example/android/directshare/
ContactViewBinder.java 34 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(contact.getIcon(), 0, 0, 0);
  /developers/samples/android/content/DirectShare/Application/src/main/java/com/example/android/directshare/
ContactViewBinder.java 34 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(contact.getIcon(), 0, 0, 0);
  /development/samples/browseable/DirectShare/src/com.example.android.directshare/
ContactViewBinder.java 34 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(contact.getIcon(), 0, 0, 0);
  /frameworks/support/compat/java/android/support/v4/widget/
TextViewCompat.java 40 void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
43 void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
61 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
68 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
116 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
119 TextViewCompatJbMr1.setCompoundDrawablesRelativeWithIntrinsicBounds(textView,
124 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
127 TextViewCompatJbMr1.setCompoundDrawablesRelativeWithIntrinsicBounds(textView,
146 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
150 .setCompoundDrawablesRelativeWithIntrinsicBounds(textView, start, top, end
    [all...]
  /frameworks/support/compat/jellybean-mr2/android/support/v4/widget/
TextViewCompatJbMr2.java 33 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
36 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end, bottom);
39 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
42 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end, bottom);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
TextViewCompatUtils.java 25 // Note that TextView.setCompoundDrawablesRelativeWithIntrinsicBounds(Drawable,Drawable,
28 CompatUtils.getMethod(TextView.class, "setCompoundDrawablesRelativeWithIntrinsicBounds",
35 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(final TextView textView,
  /frameworks/support/compat/jellybean-mr1/android/support/v4/widget/
TextViewCompatJbMr1.java 34 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
42 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
  /frameworks/support/compat/tests/java/android/support/v4/testutils/
TextViewActions.java 174 public static ViewAction setCompoundDrawablesRelativeWithIntrinsicBounds(
193 TextViewCompat.setCompoundDrawablesRelativeWithIntrinsicBounds(
204 public static ViewAction setCompoundDrawablesRelativeWithIntrinsicBounds(
223 TextViewCompat.setCompoundDrawablesRelativeWithIntrinsicBounds(
  /frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/view/
NavigationBarButton.java 50 setCompoundDrawablesRelativeWithIntrinsicBounds(drawables[0], drawables[1],
  /frameworks/support/compat/tests/java/android/support/v4/widget/
TextViewCompatTest.java 225 onView(withId(R.id.text_view)).perform(setCompoundDrawablesRelativeWithIntrinsicBounds(
261 onView(withId(R.id.text_view)).perform(setCompoundDrawablesRelativeWithIntrinsicBounds(
299 onView(withId(R.id.text_view)).perform(setCompoundDrawablesRelativeWithIntrinsicBounds(
345 onView(withId(R.id.text_view)).perform(setCompoundDrawablesRelativeWithIntrinsicBounds(
  /packages/apps/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java 166 setCompoundDrawablesRelativeWithIntrinsicBounds(mUninstallDrawable, null, null, null);
168 setCompoundDrawablesRelativeWithIntrinsicBounds(mRemoveDrawable, null, null, null);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
AccessPointPreference.java 125 mTitleView.setCompoundDrawablesRelativeWithIntrinsicBounds(null, null, mBadge, null);
  /packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java 486 mBlockNumberActionItem.setCompoundDrawablesRelativeWithIntrinsicBounds(
490 mBlockNumberActionItem.setCompoundDrawablesRelativeWithIntrinsicBounds(
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 225 TextViewCompatUtils.setCompoundDrawablesRelativeWithIntrinsicBounds(mActionFinish,
466 TextViewCompatUtils.setCompoundDrawablesRelativeWithIntrinsicBounds(
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
Editor.java 287 mEditTitle.setCompoundDrawablesRelativeWithIntrinsicBounds(
  /packages/apps/Launcher3/src/com/android/launcher3/
ButtonDropTarget.java 111 setCompoundDrawablesRelativeWithIntrinsicBounds(mDrawable, null, null, null);
  /frameworks/opt/chips/src/com/android/ex/chips/
DropdownChipLayouter.java 318 view.setCompoundDrawablesRelativeWithIntrinsicBounds(
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 516 tv.setCompoundDrawablesRelativeWithIntrinsicBounds(
  /frameworks/base/core/java/android/widget/
RemoteViews.java     [all...]
TextView.java     [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 539 text.setCompoundDrawablesRelativeWithIntrinsicBounds(
    [all...]
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 1158 milliseconds

1 2