Searched refs:mViewType (Results 1 – 4 of 4) 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()
31 private final int mViewType; field in CustomInterpolatorTransformation34 mViewType = viewType; in CustomInterpolatorTransformation()43 TransformState otherState = notification.getCurrentState(mViewType); in transformTo()64 TransformState otherState = notification.getCurrentState(mViewType); in transformFrom()
1510 lp.mViewType = LayoutParams.EXPANDED; in ensureCollapseButtonView()1531 lp.mViewType = LayoutParams.SYSTEM; in addSystemView()1768 if (lp.mViewType != LayoutParams.CUSTOM || !shouldLayout(child)) { in onMeasure()2145 if (lp.mViewType == LayoutParams.CUSTOM && shouldLayout(child) && in addCustomViewsWithGravity()2154 if (lp.mViewType == LayoutParams.CUSTOM && shouldLayout(child) && in addCustomViewsWithGravity()2219 return ((LayoutParams) child.getLayoutParams()).mViewType == LayoutParams.CUSTOM; in isCustomView()2236 if (lp.mViewType != LayoutParams.EXPANDED && child != mMenuView) { in removeChildrenForExpandedActionView()2324 int mViewType = CUSTOM; field in Toolbar.LayoutParams2347 mViewType = source.mViewType; in LayoutParams()2472 lp.mViewType = LayoutParams.EXPANDED; in expandItemActionView()
85194 Landroid/widget/Toolbar$LayoutParams;->mViewType:I