Home | History | Annotate | Download | only in widget

Lines Matching defs:EXPANDED

495      * Check whether this Toolbar is currently hosting an expanded action view.
497 * <p>An action view may be expanded either directly from the
499 * has an expanded action view it can be collapsed using the {@link #collapseActionView()}
502 * @return true if the Toolbar has an expanded action view
510 * Collapse a currently expanded action view. If this Toolbar does not have an
511 * expanded action view this method has no effect.
513 * <p>An action view may be expanded either directly from the
1000 lp.mViewType = LayoutParams.EXPANDED;
1716 if (lp.mViewType != LayoutParams.EXPANDED && child != mMenuView) {
1724 if (lp.mViewType != LayoutParams.EXPANDED && child != mMenuView) {
1775 static final int EXPANDED = 2;
1860 // Clear the expanded action view when menus change.
1874 // Make sure the expanded item we have is still there.
1890 // The item we had expanded disappeared. Collapse.
1925 lp.mViewType = LayoutParams.EXPANDED;