Searched refs:setActionBarBackground (Results 1 – 3 of 3) sorted by relevance
82 setActionBarBackground(getContext().getDrawable(R.color.app_bar_background_color)); in setupActionBar()120 protected final void setActionBarBackground(@Nullable Drawable drawable) { in setActionBarBackground() method in DialerBaseFragment123 ((TelecomActivity) activity).setActionBarBackground(drawable); in setActionBarBackground()
152 setActionBarBackground(null); in setupActionBar()
429 public void setActionBarBackground(@Nullable Drawable drawable) { in setActionBarBackground() method in TelecomActivity