Home | History | Annotate | Download | only in widget

Lines Matching defs:EXPANDED

150     // Used to hold views that will be removed while we have an expanded action view.
526 * Check whether this Toolbar is currently hosting an expanded action view.
528 * <p>An action view may be expanded either directly from the
530 * has an expanded action view it can be collapsed using the {@link #collapseActionView()}
533 * @return true if the Toolbar has an expanded action view
541 * Collapse a currently expanded action view. If this Toolbar does not have an
542 * expanded action view this method has no effect.
544 * <p>An action view may be expanded either directly from the
1053 lp.mViewType = LayoutParams.EXPANDED;
1776 if (lp.mViewType != LayoutParams.EXPANDED && child != mMenuView) {
1853 static final int EXPANDED = 2;
1938 // Clear the expanded action view when menus change.
1952 // Make sure the expanded item we have is still there.
1968 // The item we had expanded disappeared. Collapse.
2003 lp.mViewType = LayoutParams.EXPANDED;