Home
last modified time | relevance | path

Searched refs:NotificationContentView (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
H A DStatusBarRemoteInputCallbackTest.java51 import com.android.systemui.statusbar.notification.row.NotificationContentView;
134 final NotificationContentView privateLayout = mock(NotificationContentView.class); in onMakeExpandedVisibleForRemoteInput_collapsedGroup_expandGroupExpansion()
159 final NotificationContentView privateLayout = mock(NotificationContentView.class); in onMakeExpandedVisibleForRemoteInput_expandedGroup_setUserExpandedTrue()
184 final NotificationContentView privateLayout = mock(NotificationContentView.class); in onMakeExpandedVisibleForRemoteInput_nonGroupNotifications_setUserExpandedTrue()
208 final NotificationContentView privateLayout = mock(NotificationContentView.class); in onMakeExpandedVisibleForRemoteInput_notExpandedGroup_toggleExpansion()
233 final NotificationContentView privateLayout = mock(NotificationContentView.class); in onMakeExpandedVisibleForRemoteInput_expandedGroup_notToggleExpansion()
258 final NotificationContentView privateLayout = mock(NotificationContentView.class); in onMakeExpandedVisibleForRemoteInput_notExpandedNotification_toggleExpansion()
285 final NotificationContentView privateLayout = mock(NotificationContentView.class); in onMakeExpandedVisibleForRemoteInput_expandedNotification_notToggleExpansion()
312 final NotificationContentView privateLayout = mock(NotificationContentView.class); in onMakeExpandedVisibleForRemoteInput_notExpandedPinnedHUN_toggleExpansion()
339 final NotificationContentView privateLayout = mock(NotificationContentView.class); in onMakeExpandedVisibleForRemoteInput_expandedPinnedHUN_notToggleExpansion()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowTest.java468 NotificationContentView publicLayout = mock(NotificationContentView.class); in testFeedback_header()
470 NotificationContentView privateLayout = mock(NotificationContentView.class); in testFeedback_header()
685 NotificationContentView publicLayout = mock(NotificationContentView.class); in testSetContentAnimationRunning_Run()
687 NotificationContentView privateLayout = mock(NotificationContentView.class); in testSetContentAnimationRunning_Run()
699 NotificationContentView publicLayout = mock(NotificationContentView.class); in testSetContentAnimationRunning_Stop()
701 NotificationContentView privateLayout = mock(NotificationContentView.class); in testSetContentAnimationRunning_Stop()
713 NotificationContentView publicParentLayout = mock(NotificationContentView.class); in testSetContentAnimationRunningInGroupChild_Run()
715 NotificationContentView privateParentLayout = mock(NotificationContentView.class); in testSetContentAnimationRunningInGroupChild_Run()
720 NotificationContentView publicChildLayout = mock(NotificationContentView.class); in testSetContentAnimationRunningInGroupChild_Run()
722 NotificationContentView privateChildLayout = mock(NotificationContentView.class); in testSetContentAnimationRunningInGroupChild_Run()
[all …]
H A DNotificationContentViewTest.kt586 view.setAnimationStartVisibleType(NotificationContentView.VISIBLE_TYPE_EXPANDED) in <lambda>()
639 ): NotificationContentView { in <lambda>()
643 return spy(NotificationContentView(mContext, /* attrs= */ null)) in <lambda>()
678 private fun NotificationContentView.mockRequestLayout() { in mockRequestLayout() method
683 private fun NotificationContentView.clearInvocations() { in clearInvocations() method
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java25 import static com.android.systemui.statusbar.notification.row.NotificationContentView.VISIBLE_TYPE_…
248 private NotificationContentView mPublicLayout;
249 private NotificationContentView mPrivateLayout;
250 private NotificationContentView[] mLayouts;
433 public NotificationContentView[] getLayouts() { in getLayouts()
474 public NotificationContentView getPrivateLayout() { in getPrivateLayout()
478 public NotificationContentView getPublicLayout() { in getPublicLayout()
489 for (NotificationContentView l : mLayouts) { in setAnimationRunning()
523 private void setIconAnimationRunning(boolean running, NotificationContentView layout) { in setIconAnimationRunning()
613 for (NotificationContentView l : mLayouts) { in onNotificationUpdated()
[all …]
H A DNotificationContentInflater.java20 import static com.android.systemui.statusbar.notification.row.NotificationContentView.VISIBLE_TYPE_…
21 import static com.android.systemui.statusbar.notification.row.NotificationContentView.VISIBLE_TYPE_…
22 import static com.android.systemui.statusbar.notification.row.NotificationContentView.VISIBLE_TYPE_…
23 import static com.android.systemui.statusbar.notification.row.NotificationContentView.VISIBLE_TYPE_…
517 NotificationContentView privateLayout = row.getPrivateLayout(); in apply()
518 NotificationContentView publicLayout = row.getPublicLayout(); in apply()
544 NotificationContentView.VISIBLE_TYPE_CONTRACTED), in apply()
626 publicLayout.getVisibleWrapper(NotificationContentView.VISIBLE_TYPE_CONTRACTED), in apply()
919 NotificationContentView privateLayout = row.getPrivateLayout();
920 NotificationContentView publicLayout = row.getPublicLayout();
H A DNotificationRowContentBinderImpl.kt52 import com.android.systemui.statusbar.notification.row.NotificationContentView.VISIBLE_TYPE_CONTRAC… in <lambda>()
53 import com.android.systemui.statusbar.notification.row.NotificationContentView.VISIBLE_TYPE_EXPANDED in <lambda>()
54 import com.android.systemui.statusbar.notification.row.NotificationContentView.VISIBLE_TYPE_HEADSUP in <lambda>()
55 import com.android.systemui.statusbar.notification.row.NotificationContentView.VISIBLE_TYPE_SINGLEL… in <lambda>()
H A DNotificationContentView.java89 public class NotificationContentView extends FrameLayout implements NotificationFadeAware { class
210 public NotificationContentView(Context context, AttributeSet attrs) { in NotificationContentView() method in NotificationContentView
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DConversationNotifications.kt40 import com.android.systemui.statusbar.notification.row.NotificationContentView in <lambda>()
157 fun getLayouts(view: NotificationContentView) = in updateNotificationRanking()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowControllerTest.kt264 val childView: NotificationContentView = mock() in settingsListener_validUserId()
284 val childView: NotificationContentView = mock() in settingsListener_userAll()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGroupingUtil.java37 import com.android.systemui.statusbar.notification.row.NotificationContentView;
182 final NotificationContentView layout = row.getPrivateLayout(); in sanitizeTopLineViews()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/
DConversationNotificationProcessor.java24 import com.android.systemui.statusbar.notification.row.NotificationContentView;
DAnimatedImageNotificationManager.java24 import com.android.systemui.statusbar.notification.row.NotificationContentView;
DConversationNotificationManager.java24 import com.android.systemui.statusbar.notification.row.NotificationContentView;
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-res/android_common/gen/
Dproguard.options641 -keep class com.android.systemui.statusbar.notification.row.NotificationContentView { <init>(...); }
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/
Dkapt-sources.jar.rsp1 …ges/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationContentView.java fram…
Dstubs.jar.rsp1 …ges/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationContentView.java fram…
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/javac/
DSystemUI-core.jar.rsp1 …ges/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationContentView.java fram…
DSystemUI-core.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI/android_common/gen/
Dproguard.options1173 -keep class com.android.systemui.statusbar.notification.row.NotificationContentView { <init>(...); }
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/repackaged-jarjar/javac/
DSystemUI-core.jarcom/android/systemui/wmshell/WMShell_Factory.class WMShell_Factory.java package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI/android_common/
Dproguard_configuration2665 -keep class com.android.systemui.statusbar.notification.row.NotificationContentView { <init>(...); }
Dproguard_dictionary682893 ….Sequence invoke(com.android.systemui.statusbar.notification.row.NotificationContentView) -> invoke
683069 …nking$getLayouts(com.android.systemui.statusbar.notification.row.NotificationContentView):141 -> a…
683139 …nking$getLayouts(com.android.systemui.statusbar.notification.row.NotificationContentView) -> updat…
683210 ….Sequence invoke(com.android.systemui.statusbar.notification.row.NotificationContentView) -> invoke
683228 ….Sequence invoke(com.android.systemui.statusbar.notification.row.NotificationContentView) -> invoke
711798 …434:434:com.android.systemui.statusbar.notification.row.NotificationContentView[] getLayouts() -> …
711839 …475:475:com.android.systemui.statusbar.notification.row.NotificationContentView getPrivateLayout()…
711841 …479:479:com.android.systemui.statusbar.notification.row.NotificationContentView getPublicLayout() …
711856 …3575:3575:com.android.systemui.statusbar.notification.row.NotificationContentView getShowingLayout…
712588 …rRunning(boolean,com.android.systemui.statusbar.notification.row.NotificationContentView) -> setCh…
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kotlin/
DSystemUI-core.jar.rsp1 …ges/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationContentView.java fram…
/aosp_15_r20/out/target/common/obj/APPS/SystemUI_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/NOTICE.txt META ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI/android_common/withres/
DSystemUI.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/NOTICE.txt META ...

12