Searched refs:mViewType (Results 1 – 5 of 5) sorted by relevance
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()
3125 private int mViewType;3129 this.mViewType = viewType;3133 return mViewType;
5689 if (p.mViewType == StandardTemplateParams.VIEW_TYPE_MINIMIZED && !force) { in bindHeaderAppName()5769 || p.mViewType != StandardTemplateParams.VIEW_TYPE_BIG; in bindSnoozeAction()12506 int mViewType = VIEW_TYPE_UNSPECIFIED; field in Notification.Builder.StandardTemplateParams12531 mViewType = VIEW_TYPE_UNSPECIFIED; in reset()12562 mViewType = viewType; in viewType()
70765 Landroid/widget/Toolbar$LayoutParams;->mViewType:I