Home
last modified time | relevance | path

Searched refs:applyToView (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/
DViewStateTest.kt83 viewState.applyToView(animatedView) in testUsingPhysics()
99 viewState.applyToView(animatedView) in testNotUsingPhysics()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusIconContainer.java413 vs.applyToView(child); in applyIconStates()
460 public void applyToView(View view) { in applyToView() method in StatusIconContainer.StatusIconState
479 super.applyToView(view); in applyToView()
500 super.applyToView(view); in applyToView()
DNotificationIconContainer.java315 childState.applyToView(child); in applyIconStates()
683 childState.applyToView(child); in setAnimationsEnabled()
750 public void applyToView(View view) { in applyToView() method in NotificationIconContainer.IconState
758 super.applyToView(icon); in applyToView()
841 super.applyToView(view); in applyToView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGroupingUtil.java339 applyToView(apply, reset, row.getNotificationViewWrapper().getNotificationHeader()); in apply()
342 applyToView(apply, reset, row.getPrivateLayout().getContractedChild()); in apply()
343 applyToView(apply, reset, row.getPrivateLayout().getHeadsUpChild()); in apply()
344 applyToView(apply, reset, row.getPrivateLayout().getExpandedChild()); in apply()
347 private void applyToView(boolean apply, boolean reset, View parent) { in applyToView() method in NotificationGroupingUtil.Processor
DNotificationShelf.java1103 public void applyToView(View view) { in applyToView() method in NotificationShelf.ShelfState
1107 super.applyToView(view); in applyToView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/emptyshade/ui/view/
DEmptyShadeView.java231 public void applyToView(View view) { in applyToView() method in EmptyShadeView.EmptyShadeViewState
232 super.applyToView(view); in applyToView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java276 viewState.applyToView(child); in applyWithoutAnimation()
457 viewState.applyToView(changingView);
545 mTmpState.applyToView(changingView);
568 mTmpState.applyToView(changingView);
DNotificationChildrenContainer.java1003 viewState.applyToView(child);
1016 tmpState.applyToView(divider);
1021 mGroupOverFlowState.applyToView(mOverflowNumber);
1025 mHeaderViewState.applyToView(mGroupHeader);
1031 mTopLineViewState.applyToView(mGroupHeader.getTopLineView());
1034 mExpandButtonViewState.applyToView(mGroupHeader.getExpandButton());
1158 mGroupOverFlowState.applyToView(mOverflowNumber);
1165 mHeaderViewState.applyToView(mGroupHeader);
DExpandableViewState.java151 public void applyToView(View view) { in applyToView() method in ExpandableViewState
152 super.applyToView(view); in applyToView()
DViewState.java269 public void applyToView(View view) { in applyToView() method in ViewState
DNotificationStackScrollLayout.java6882 viewState.applyToView(view);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/
DFooterView.java485 public void applyToView(View view) { in applyToView() method in FooterView.FooterViewState
486 super.applyToView(view); in applyToView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java813 mViewState.applyToView(this); in applyViewState()
DExpandableNotificationRow.java4380 public void applyToView(View view) { in applyToView() method in ExpandableNotificationRow.NotificationViewState
4386 super.applyToView(view); in applyToView()
/frameworks/base/core/java/android/app/
DNotification.java6181 result.mHeadingExtraMarginSet.applyToView(contentView, R.id.notification_header); in bindLargeIconAndApplyMargin()
6182 result.mTitleMarginSet.applyToView(contentView, R.id.title); in bindLargeIconAndApplyMargin()
6184 result.mTitleMarginSet.applyToView(contentView, p.mTextViewId); in bindLargeIconAndApplyMargin()
8263 result.mTitleMarginSet.applyToView(template, R.id.notification_main_column, in buildCustomContentIntoTemplate()
14810 public void applyToView(@NonNull RemoteViews views, @IdRes int viewId) { in applyToView() method in Builder.TemplateBindResult.MarginSet
14811 applyToView(views, viewId, 0); in applyToView()
14814 public void applyToView(@NonNull RemoteViews views, @IdRes int viewId, in applyToView() method in Builder.TemplateBindResult.MarginSet