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

/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());
/frameworks/support/design/src/android/support/design/internal/
H A DNavigationMenuPresenter.java76 Drawable mItemBackground; field in class:NavigationMenuPresenter
265 return mItemBackground;
269 mItemBackground = itemBackground;
425 ViewCompat.setBackground(itemView, mItemBackground != null ?
426 mItemBackground.getConstantState().newDrawable() : null);

Completed in 355 milliseconds