Searched refs:mViewType (Results 1 – 3 of 3) sorted by relevance
27 private ViewType mViewType; field in SystemViewInfo42 if (mViewType != null) { in getViewType()43 return mViewType; in getViewType()49 mViewType = type; in setViewType()
1364 lp.mViewType = LayoutParams.EXPANDED; in ensureCollapseButtonView()1385 lp.mViewType = LayoutParams.SYSTEM; in addSystemView()1622 if (lp.mViewType != LayoutParams.CUSTOM || !shouldLayout(child)) { in onMeasure()1998 if (lp.mViewType == LayoutParams.CUSTOM && shouldLayout(child) && in addCustomViewsWithGravity()2007 if (lp.mViewType == LayoutParams.CUSTOM && shouldLayout(child) && in addCustomViewsWithGravity()2072 return ((LayoutParams) child.getLayoutParams()).mViewType == LayoutParams.CUSTOM; in isCustomView()2089 if (lp.mViewType != LayoutParams.EXPANDED && child != mMenuView) { in removeChildrenForExpandedActionView()2171 int mViewType = CUSTOM; field in Toolbar.LayoutParams2194 mViewType = source.mViewType; in LayoutParams()2319 lp.mViewType = LayoutParams.EXPANDED; in expandItemActionView()
1371 lp.mViewType = LayoutParams.EXPANDED; in ensureCollapseButtonView()1392 lp.mViewType = LayoutParams.SYSTEM; in addSystemView()1644 if (lp.mViewType != LayoutParams.CUSTOM || !shouldLayout(child)) { in onMeasure()2024 if (lp.mViewType == LayoutParams.CUSTOM && shouldLayout(child) && in addCustomViewsWithGravity()2033 if (lp.mViewType == LayoutParams.CUSTOM && shouldLayout(child) && in addCustomViewsWithGravity()2099 return ((LayoutParams) child.getLayoutParams()).mViewType == LayoutParams.CUSTOM; in isCustomView()2116 if (lp.mViewType != LayoutParams.EXPANDED && child != mMenuView) { in removeChildrenForExpandedActionView()2187 int mViewType = CUSTOM; field in Toolbar.LayoutParams2210 mViewType = source.mViewType; in LayoutParams()2346 lp.mViewType = LayoutParams.EXPANDED; in expandItemActionView()