Searched defs:shouldTint (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsIntent.java377 * @param shouldTint Whether the action button should be tinted.
382 @NonNull PendingIntent pendingIntent, boolean shouldTint) {
389 mIntent.putExtra(EXTRA_TINT_ACTION_BUTTON, shouldTint);
381 setActionButton(@onNull Bitmap icon, @NonNull String description, @NonNull PendingIntent pendingIntent, boolean shouldTint) argument

Completed in 64 milliseconds