Home
last modified time | relevance | path

Searched refs:mViewType (Results 1 – 5 of 5) 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.java36 private final int mViewType; field in CustomInterpolatorTransformation
39 mViewType = viewType; in CustomInterpolatorTransformation()
48 TransformState otherState = notification.getCurrentState(mViewType); in transformTo()
69 TransformState otherState = notification.getCurrentState(mViewType); in transformFrom()
/frameworks/base/core/java/android/widget/
DToolbar.java1388 lp.mViewType = LayoutParams.EXPANDED; in ensureCollapseButtonView()
1409 lp.mViewType = LayoutParams.SYSTEM; in addSystemView()
1646 if (lp.mViewType != LayoutParams.CUSTOM || !shouldLayout(child)) { in onMeasure()
2023 if (lp.mViewType == LayoutParams.CUSTOM && shouldLayout(child) && in addCustomViewsWithGravity()
2032 if (lp.mViewType == LayoutParams.CUSTOM && shouldLayout(child) && in addCustomViewsWithGravity()
2097 return ((LayoutParams) child.getLayoutParams()).mViewType == LayoutParams.CUSTOM; in isCustomView()
2114 if (lp.mViewType != LayoutParams.EXPANDED && child != mMenuView) { in removeChildrenForExpandedActionView()
2202 int mViewType = CUSTOM; field in Toolbar.LayoutParams
2225 mViewType = source.mViewType; in LayoutParams()
2350 lp.mViewType = LayoutParams.EXPANDED; in expandItemActionView()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DToolbar.java1378 lp.mViewType = LayoutParams.EXPANDED; in ensureCollapseButtonView()
1399 lp.mViewType = LayoutParams.SYSTEM; in addSystemView()
1651 if (lp.mViewType != LayoutParams.CUSTOM || !shouldLayout(child)) { in onMeasure()
2030 if (lp.mViewType == LayoutParams.CUSTOM && shouldLayout(child) && in addCustomViewsWithGravity()
2039 if (lp.mViewType == LayoutParams.CUSTOM && shouldLayout(child) && in addCustomViewsWithGravity()
2105 return ((LayoutParams) child.getLayoutParams()).mViewType == LayoutParams.CUSTOM; in isCustomView()
2123 if (lp.mViewType != LayoutParams.EXPANDED && child != mMenuView) { in removeChildrenForExpandedActionView()
2213 int mViewType = CUSTOM; field in Toolbar.LayoutParams
2236 mViewType = source.mViewType; in LayoutParams()
2387 lp.mViewType = LayoutParams.EXPANDED; in expandItemActionView()
/frameworks/base/config/
Dhiddenapi-private-dex.txt106122 Landroid/widget/Toolbar$LayoutParams;->mViewType:I