/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarRemoteInputCallbackTest.java | 51 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 D | ExpandableNotificationRowTest.java | 468 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 D | NotificationContentViewTest.kt | 586 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 D | ExpandableNotificationRow.java | 25 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 D | NotificationContentInflater.java | 20 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 D | NotificationRowContentBinderImpl.kt | 52 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 D | NotificationContentView.java | 89 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 D | ConversationNotifications.kt | 40 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 D | ExpandableNotificationRowControllerTest.kt | 264 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 D | NotificationGroupingUtil.java | 37 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/ |
D | ConversationNotificationProcessor.java | 24 import com.android.systemui.statusbar.notification.row.NotificationContentView;
|
D | AnimatedImageNotificationManager.java | 24 import com.android.systemui.statusbar.notification.row.NotificationContentView;
|
D | ConversationNotificationManager.java | 24 import com.android.systemui.statusbar.notification.row.NotificationContentView;
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-res/android_common/gen/ |
D | proguard.options | 641 -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/ |
D | kapt-sources.jar.rsp | 1 …ges/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationContentView.java fram…
|
D | stubs.jar.rsp | 1 …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/ |
D | SystemUI-core.jar.rsp | 1 …ges/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationContentView.java fram…
|
D | SystemUI-core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI/android_common/gen/ |
D | proguard.options | 1173 -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/ |
D | SystemUI-core.jar | com/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/ |
D | proguard_configuration | 2665 -keep class com.android.systemui.statusbar.notification.row.NotificationContentView { <init>(...); }
|
D | proguard_dictionary | 682893 ….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/ |
D | SystemUI-core.jar.rsp | 1 …ges/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationContentView.java fram…
|
/aosp_15_r20/out/target/common/obj/APPS/SystemUI_intermediates/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/NOTICE.txt
META ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI/android_common/withres/ |
D | SystemUI.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/NOTICE.txt
META ... |