Searched defs:button (Results 1 – 2 of 2) sorted by relevance
58 public static void setButtonTintList(@NonNull CompoundButton button, in setButtonTintList()72 public static @Nullable ColorStateList getButtonTintList(@NonNull CompoundButton button) { in getButtonTintList()94 public static void setButtonTintMode(@NonNull CompoundButton button, in setButtonTintMode()108 public static PorterDuff.@Nullable Mode getButtonTintMode(@NonNull CompoundButton button) { in getButtonTintMode()123 public static @Nullable Drawable getButtonDrawable(@NonNull CompoundButton button) { in getButtonDrawable()
5500 final RemoteViews button = in createRemoteViews() local5527 RemoteViews button = new RemoteViews(mBuilder.mContext.getPackageName(), in generateActionButton() local