Searched refs:itemBackground (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
H A DNavigationView.java151 final Drawable itemBackground = a.getDrawable(R.styleable.NavigationView_itemBackground);
169 mPresenter.setItemBackground(itemBackground);
385 public void setItemBackground(@Nullable Drawable itemBackground) { argument
386 mPresenter.setItemBackground(itemBackground);
H A DBottomNavigationView.java150 int itemBackground = a.getResourceId(R.styleable.BottomNavigationView_itemBackground, 0);
151 mMenuView.setItemBackgroundRes(itemBackground);
/frameworks/support/design/tests/src/android/support/design/testutils/
H A DNavigationViewActions.java94 public static ViewAction setItemBackground(final @Nullable Drawable itemBackground) { argument
111 navigationView.setItemBackground(itemBackground);
/frameworks/support/design/src/android/support/design/internal/
H A DNavigationMenuPresenter.java258 public void setItemBackground(@Nullable Drawable itemBackground) { argument
259 mItemBackground = itemBackground;

Completed in 72 milliseconds