Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A 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()
/aosp14/frameworks/base/core/java/android/widget/
H A 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()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java3125 private int mViewType;
3129 this.mViewType = viewType;
3133 return mViewType;
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java5689 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.StandardTemplateParams
12531 mViewType = VIEW_TYPE_UNSPECIFIED; in reset()
12562 mViewType = viewType; in viewType()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt70765 Landroid/widget/Toolbar$LayoutParams;->mViewType:I