Searched defs:mViewType (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DCustomInterpolatorTransformation.java36 private final int mViewType; field in class:CustomInterpolatorTransformation
39 mViewType = viewType;
48 TransformState otherState = notification.getCurrentState(mViewType);
69 TransformState otherState = notification.getCurrentState(mViewType);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DSystemViewInfo.java27 private ViewType mViewType; field in class:SystemViewInfo
42 if (mViewType != null) {
43 return mViewType;
49 mViewType = type;
/frameworks/base/core/java/android/widget/
H A DToolbar.java1388 lp.mViewType = LayoutParams.EXPANDED;
1409 lp.mViewType = LayoutParams.SYSTEM;
1646 if (lp.mViewType != LayoutParams.CUSTOM || !shouldLayout(child)) {
2023 if (lp.mViewType == LayoutParams.CUSTOM && shouldLayout(child) &&
2032 if (lp.mViewType == LayoutParams.CUSTOM && shouldLayout(child) &&
2097 return ((LayoutParams) child.getLayoutParams()).mViewType == LayoutParams.CUSTOM;
2114 if (lp.mViewType != LayoutParams.EXPANDED && child != mMenuView) {
2202 int mViewType = CUSTOM; field in class:Toolbar.LayoutParams
2225 mViewType = source.mViewType;
[all...]
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DToolbar.java1378 lp.mViewType = LayoutParams.EXPANDED;
1399 lp.mViewType = LayoutParams.SYSTEM;
1651 if (lp.mViewType != LayoutParams.CUSTOM || !shouldLayout(child)) {
2030 if (lp.mViewType == LayoutParams.CUSTOM && shouldLayout(child) &&
2039 if (lp.mViewType == LayoutParams.CUSTOM && shouldLayout(child) &&
2105 return ((LayoutParams) child.getLayoutParams()).mViewType == LayoutParams.CUSTOM;
2123 if (lp.mViewType != LayoutParams.EXPANDED && child != mMenuView) {
2213 int mViewType = CUSTOM; field in class:Toolbar.LayoutParams
2236 mViewType = source.mViewType;
[all...]

Completed in 131 milliseconds