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

/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java51 public final class IconMenuView extends ViewGroup implements ItemInvoker, MenuView, Runnable { class in inherits:ViewGroup,ItemInvoker,MenuView,Runnable
94 * Whether this IconMenuView has stale children and needs to update them.
129 * Instantiates the IconMenuView that is linked with the provided MenuBuilder.
131 public IconMenuView(Context context, AttributeSet attrs) { method in class:IconMenuView
135 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.IconMenuView, 0, 0);
395 IconMenuView.LayoutParams childLayoutParams = null;
422 childLayoutParams = (IconMenuView.LayoutParams) child.getLayoutParams();
495 IconMenuView.LayoutParams childLayoutParams;
499 childLayoutParams = (IconMenuView.LayoutParams)child
537 return new IconMenuView
[all...]

Completed in 37 milliseconds