Home
last modified time | relevance | path

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

/frameworks/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/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DCustomInterpolatorTransformation.java31 private final int mViewType; field in CustomInterpolatorTransformation
34 mViewType = viewType; in CustomInterpolatorTransformation()
43 TransformState otherState = notification.getCurrentState(mViewType); in transformTo()
64 TransformState otherState = notification.getCurrentState(mViewType); in transformFrom()
/frameworks/base/core/java/android/widget/
DToolbar.java1510 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.LayoutParams
2347 mViewType = source.mViewType; in LayoutParams()
2472 lp.mViewType = LayoutParams.EXPANDED; in expandItemActionView()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt85194 Landroid/widget/Toolbar$LayoutParams;->mViewType:I