Home
last modified time | relevance | path

Searched refs:mViewType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DSystemViewInfo.java27 private ViewType mViewType; field in SystemViewInfo
42 if (mViewType != null) { in getViewType()
43 return mViewType; in getViewType()
49 mViewType = type; in setViewType()
/frameworks/base/core/java/android/widget/
DToolbar.java1364 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.LayoutParams
2194 mViewType = source.mViewType; in 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()
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.LayoutParams
2210 mViewType = source.mViewType; in LayoutParams()
2346 lp.mViewType = LayoutParams.EXPANDED; in expandItemActionView()