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

/frameworks/support/customtabs/tests/src/android/support/customtabs/
H A DCustomTabsIntentTest.java42 Intent intent = new CustomTabsIntent.Builder().setToolbarColor(color).build().intent;
50 Intent intent = new CustomTabsIntent.Builder().setToolbarColor(colorId).build().intent;
53 intent = new CustomTabsIntent.Builder().setToolbarColor(color).build().intent;
/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsIntent.java199 public Builder setToolbarColor(@ColorInt int color) { method in class:CustomTabsIntent.Builder

Completed in 54 milliseconds