Searched refs:setLogo (Results 1 – 12 of 12) sorted by relevance
152 setLogo(a.getResourceId(R.styleable.CarUiToolbar_logo, 0)); in Toolbar()295 public void setLogo(@DrawableRes int resId) { in setLogo() method in Toolbar296 mController.setLogo(resId); in setLogo()303 public void setLogo(Drawable drawable) { in setLogo() method in Toolbar304 mController.setLogo(drawable); in setLogo()
100 void setLogo(@DrawableRes int resId); in setLogo() method106 void setLogo(Drawable drawable); in setLogo() method
275 public void setLogo(@DrawableRes int resId) { in setLogo() method in ToolbarControllerImpl276 setLogo(resId != 0 ? getContext().getDrawable(resId) : null); in setLogo()283 public void setLogo(Drawable drawable) { in setLogo() method in ToolbarControllerImpl
94 mToolbar.setLogo(R.drawable.test_ic_launcher); in showLogo_whenSet_andStateIsHome()110 toolbar.setLogo(R.drawable.test_ic_launcher); in hideLogo_andTitleLogo_whenSet_andStateIsHome_andLogoIsDisabled()121 mToolbar.setLogo(R.drawable.test_ic_launcher); in showTitleLogo_whenSet_andStateIsNotHome()134 mToolbar.setLogo(0); in hideLogo_andTitleLogo_whenNotSet_andStateIsHome()144 mToolbar.setLogo(0); in hideLogo_andTitleLogo_whenNotSet_andStateIsNotHome()
120 toolbar.setLogo(null); in onContactChanged()141 toolbar.setLogo(roundedBitmapDrawable); in onContactChanged()148 toolbar.setLogo(roundedBitmapDrawable); in onContactChanged()
41 getSupportActionBar().setLogo(null); in onCreate()
63 toolbar.setLogo(R.drawable.ic_launcher); in onCreate()239 toolbar.setLogo(hasLogo.value ? 0 : R.drawable.ic_launcher); in onCreate()
88 toolbar.setLogo(getToolbarState() == Toolbar.State.HOME ? getActivity().getDrawable( in setupToolbar()
115 toolbar.setLogo(R.drawable.ic_launcher); in onCreate()
125 getActionBar().setLogo( in setActionBarLogoFromIntent()
208 toolbar.setLogo(getContext().getResources() in onActivityCreated()
509 mAppBarView.setLogo(icon); in onMediaSourceChanged()