Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowTest.java434 NotificationContentView publicLayout = mock(NotificationContentView.class); in testFeedback_header()
436 NotificationContentView privateLayout = mock(NotificationContentView.class); in testFeedback_header()
662 NotificationContentView publicLayout = mock(NotificationContentView.class); in testSetContentAnimationRunning_Run()
664 NotificationContentView privateLayout = mock(NotificationContentView.class); in testSetContentAnimationRunning_Run()
676 NotificationContentView publicLayout = mock(NotificationContentView.class); in testSetContentAnimationRunning_Stop()
678 NotificationContentView privateLayout = mock(NotificationContentView.class); in testSetContentAnimationRunning_Stop()
690 NotificationContentView publicParentLayout = mock(NotificationContentView.class); in testSetContentAnimationRunningInGroupChild_Run()
697 NotificationContentView publicChildLayout = mock(NotificationContentView.class); in testSetContentAnimationRunningInGroupChild_Run()
699 NotificationContentView privateChildLayout = mock(NotificationContentView.class); in testSetContentAnimationRunningInGroupChild_Run()
718 NotificationContentView publicParentLayout = mock(NotificationContentView.class); in testSetIconAnimationRunningGroup_Run()
[all …]
H A DExpandableNotificationRowControllerTest.kt262 val childView: NotificationContentView = mock()
276 val childView: NotificationContentView = mock()
H A DNotificationContentViewTest.kt57 private lateinit var view: NotificationContentView
70 view = spy(NotificationContentView(mContext, /* attrs= */ null))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java238 private NotificationContentView mPublicLayout;
239 private NotificationContentView mPrivateLayout;
240 private NotificationContentView[] mLayouts;
390 public NotificationContentView[] getLayouts() { in getLayouts()
445 for (NotificationContentView l : mLayouts) { in setAnimationRunning()
570 for (NotificationContentView l : mLayouts) { in onNotificationUpdated()
637 for (NotificationContentView l : mLayouts) { in updateBubbleButton()
682 for (NotificationContentView l : mLayouts) { in updateLimits()
1339 for (NotificationContentView l : mLayouts) {
1389 for (NotificationContentView l : mLayouts) {
[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_…
384 NotificationContentView privateLayout = row.getPrivateLayout(); in apply()
385 NotificationContentView publicLayout = row.getPublicLayout(); in apply()
409 NotificationContentView.VISIBLE_TYPE_CONTRACTED), in apply()
436 NotificationContentView.VISIBLE_TYPE_EXPANDED), runningInflations, in apply()
490 publicLayout.getVisibleWrapper(NotificationContentView.VISIBLE_TYPE_CONTRACTED), in apply()
520 NotificationContentView parentLayout, in applyRemoteView()
709 NotificationContentView privateLayout = row.getPrivateLayout(); in finishIfDone()
[all …]
H A DNotificationContentView.java81 public class NotificationContentView extends FrameLayout implements NotificationFadeAware { class
196 public NotificationContentView(Context context, AttributeSet attrs) { in NotificationContentView() method in NotificationContentView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DConversationNotifications.kt38 import com.android.systemui.statusbar.notification.row.NotificationContentView
149 fun getLayouts(view: NotificationContentView) =
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGroupingUtil.java36 import com.android.systemui.statusbar.notification.row.NotificationContentView;
161 final NotificationContentView layout = row.getPrivateLayout(); in sanitizeTopLineViews()