Searched refs:setToolbarColor (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/browser/src/androidTest/java/androidx/browser/customtabs/
H A DCustomTabsIntentTest.java62 Intent intent = new CustomTabsIntent.Builder().setToolbarColor(color).build().intent;
71 Intent intent = new CustomTabsIntent.Builder().setToolbarColor(colorId).build().intent;
74 intent = new CustomTabsIntent.Builder().setToolbarColor(color).build().intent;
/frameworks/support/browser/src/main/java/androidx/browser/customtabs/
H A DCustomTabsIntent.java311 public Builder setToolbarColor(@ColorInt int color) { method in class:CustomTabsIntent.Builder

Completed in 74 milliseconds