/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/view/ |
D | NavigationBarButton.java | 81 public void setCompoundDrawablesRelative( in setCompoundDrawablesRelative() method in NavigationBarButton 95 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/shadow/ |
D | DoubleShadowTextView.kt | 106 setCompoundDrawablesRelative(drawables[0], drawables[1], drawables[2], drawables[3]) in updateShadowDrawables()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardSliceView.java | 202 button.setCompoundDrawablesRelative(iconDrawable, null, null, null); in showSlice() 464 public void setCompoundDrawablesRelative(Drawable start, Drawable top, Drawable end, in setCompoundDrawablesRelative() method in KeyguardSliceView.KeyguardSliceTextView 466 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
|
D | KeyguardSecurityContainer.java | 1253 textView.setCompoundDrawablesRelative(icon, null, null, null); in setupUserSwitcher()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/emptyshade/ui/view/ |
D | EmptyShadeView.java | 191 mEmptyFooterText.setCompoundDrawablesRelative(drawable, null, null, null); in setFooterIcon()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/ |
D | AppClipsActivity.java | 432 itemView.setCompoundDrawablesRelative(/* start= */ icon, /* top= */ null, in setUpListPopupWindow() 465 mBacklinksDataTextView.setCompoundDrawablesRelative(/* start= */ appIcon, /* top= */ in updateBacklinksTextView()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | EmphasizedNotificationButton.java | 139 setCompoundDrawablesRelative(drawable, null, null, null); in setImageDrawable()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/ |
D | FooterView.java | 277 .setCompoundDrawablesRelative(messageIcon, null, null, null); in updateMessageIcon()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SmartReplyStateInflater.kt | 432 setCompoundDrawablesRelative(iconDrawable, null, null, null) in inflateActionButton()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | ControlsUiControllerImpl.kt | 649 setCompoundDrawablesRelative(selected.icon, null, null, null) in <lambda>()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserActivity.java | 1268 b.setCompoundDrawablesRelative(icon, null, null, null);
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 3357 public void setCompoundDrawablesRelative(@Nullable Drawable start, @Nullable Drawable top, in setCompoundDrawablesRelative() method in TextView.Drawables 3543 setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelativeWithIntrinsicBounds()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 21313 HSPLandroid/widget/TextView;->setCompoundDrawablesRelative(Landroid/graphics/drawable/Drawable;Land…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 38855 …method public void setCompoundDrawablesRelative(android.graphics.drawable.Drawable, android.graphi…
|
/frameworks/base/core/api/ |
D | current.txt | 62534 …method public void setCompoundDrawablesRelative(@Nullable android.graphics.drawable.Drawable, @Nul…
|