Home
last modified time | relevance | path

Searched refs:EXPANDED (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DToolbar.java1364 lp.mViewType = LayoutParams.EXPANDED; in ensureCollapseButtonView()
2089 if (lp.mViewType != LayoutParams.EXPANDED && child != mMenuView) { in removeChildrenForExpandedActionView()
2169 static final int EXPANDED = 2; field in Toolbar.LayoutParams
2319 lp.mViewType = LayoutParams.EXPANDED; in expandItemActionView()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DToolbar.java1371 lp.mViewType = LayoutParams.EXPANDED; in ensureCollapseButtonView()
2116 if (lp.mViewType != LayoutParams.EXPANDED && child != mMenuView) { in removeChildrenForExpandedActionView()
2185 static final int EXPANDED = 2; field in Toolbar.LayoutParams
2346 lp.mViewType = LayoutParams.EXPANDED; in expandItemActionView()