Searched refs:mViewType (Results 1 – 5 of 5) sorted by relevance
27 private ViewType mViewType; field in SystemViewInfo43 if (mViewType != null) { in getViewType()44 return mViewType; in getViewType()50 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()
6171 if (p.mViewType == StandardTemplateParams.VIEW_TYPE_MINIMIZED && !force) { in bindHeaderAppName()6274 || p.mViewType != StandardTemplateParams.VIEW_TYPE_BIG; in bindSnoozeAction()13440 int mViewType = VIEW_TYPE_UNSPECIFIED; field in Notification.Builder.StandardTemplateParams13465 mViewType = VIEW_TYPE_UNSPECIFIED; in reset()13496 mViewType = viewType; in viewType()
70122 Landroid/widget/Toolbar$LayoutParams;->mViewType:I