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

/frameworks/support/design/src/android/support/design/internal/
H A DNavigationMenuPresenter.java75 Drawable mItemBackground; field in class:NavigationMenuPresenter
255 return mItemBackground;
259 mItemBackground = itemBackground;
415 ViewCompat.setBackground(itemView, mItemBackground != null ?
416 mItemBackground.getConstantState().newDrawable() : null);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java85 private Drawable mItemBackground; field in class:IconMenuView
141 mItemBackground = a.getDrawable(com.android.internal.R.styleable.MenuView_itemBackground);
282 return mItemBackground.getConstantState().newDrawable(getContext().getResources());

Completed in 324 milliseconds