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
91 * Whether this IconMenuView has stale children and needs to update them.
126 * Instantiates the IconMenuView that is linked with the provided MenuBuilder.
128 public IconMenuView(Context context, AttributeSet attrs) { method in class:IconMenuView
132 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.IconMenuView, 0, 0);
338 IconMenuView.LayoutParams childLayoutParams = null;
365 childLayoutParams = (IconMenuView.LayoutParams) child.getLayoutParams();
431 IconMenuView.LayoutParams childLayoutParams;
435 childLayoutParams = (IconMenuView.LayoutParams)child
473 return new IconMenuView
[all...]

Completed in 42 milliseconds