Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java466 NotificationContentView publicLayout = mock(NotificationContentView.class); in testFeedback_header()
468 NotificationContentView privateLayout = mock(NotificationContentView.class); in testFeedback_header()
667 NotificationContentView publicLayout = mock(NotificationContentView.class); in testSetContentAnimationRunning_Run()
669 NotificationContentView privateLayout = mock(NotificationContentView.class); in testSetContentAnimationRunning_Run()
681 NotificationContentView publicLayout = mock(NotificationContentView.class); in testSetContentAnimationRunning_Stop()
683 NotificationContentView privateLayout = mock(NotificationContentView.class); in testSetContentAnimationRunning_Stop()
695 NotificationContentView publicParentLayout = mock(NotificationContentView.class); in testSetContentAnimationRunningInGroupChild_Run()
697 NotificationContentView privateParentLayout = mock(NotificationContentView.class); in testSetContentAnimationRunningInGroupChild_Run()
702 NotificationContentView publicChildLayout = mock(NotificationContentView.class); in testSetContentAnimationRunningInGroupChild_Run()
704 NotificationContentView privateChildLayout = mock(NotificationContentView.class); in testSetContentAnimationRunningInGroupChild_Run()
[all …]
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
DExpandableNotificationRowControllerTest.kt262 val childView: NotificationContentView = mock() in settingsListener_validUserId()
282 val childView: NotificationContentView = mock() in settingsListener_userAll()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java23 import static com.android.systemui.statusbar.notification.row.NotificationContentView.VISIBLE_TYPE_…
242 private NotificationContentView mPublicLayout;
243 private NotificationContentView mPrivateLayout;
244 private NotificationContentView[] mLayouts;
404 public NotificationContentView[] getLayouts() { in getLayouts()
445 public NotificationContentView getPrivateLayout() { in getPrivateLayout()
449 public NotificationContentView getPublicLayout() { in getPublicLayout()
460 for (NotificationContentView l : mLayouts) { in setAnimationRunning()
494 private void setIconAnimationRunning(boolean running, NotificationContentView layout) { in setIconAnimationRunning()
584 for (NotificationContentView l : mLayouts) { in onNotificationUpdated()
[all …]
DNotificationRowContentBinderImpl.kt259 NotificationContentView.VISIBLE_TYPE_CONTRACTED in <lambda>()
266 NotificationContentView.VISIBLE_TYPE_EXPANDED in <lambda>()
273 NotificationContentView.VISIBLE_TYPE_HEADSUP in <lambda>()
281 NotificationContentView.VISIBLE_TYPE_CONTRACTED in <lambda>()
289 NotificationContentView.VISIBLE_TYPE_SINGLELINE in <lambda>()
312 NotificationContentView.VISIBLE_TYPE_CONTRACTED in <lambda>()
317 NotificationContentView.VISIBLE_TYPE_EXPANDED in <lambda>()
322 NotificationContentView.VISIBLE_TYPE_HEADSUP in <lambda>()
327 NotificationContentView.VISIBLE_TYPE_CONTRACTED in <lambda>()
335 NotificationContentView.VISIBLE_TYPE_SINGLELINE in <lambda>()
[all …]
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_…
473 NotificationContentView privateLayout = row.getPrivateLayout(); in apply()
474 NotificationContentView publicLayout = row.getPublicLayout(); in apply()
499 NotificationContentView.VISIBLE_TYPE_CONTRACTED), in apply()
581 publicLayout.getVisibleWrapper(NotificationContentView.VISIBLE_TYPE_CONTRACTED), in apply()
874 NotificationContentView privateLayout = row.getPrivateLayout();
875 NotificationContentView publicLayout = row.getPublicLayout();
DNotificationContentView.java85 public class NotificationContentView extends FrameLayout implements NotificationFadeAware { class
204 public NotificationContentView(Context context, AttributeSet attrs) { in NotificationContentView() method in NotificationContentView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DConversationNotifications.kt37 import com.android.systemui.statusbar.notification.row.NotificationContentView in <lambda>()
155 fun getLayouts(view: NotificationContentView) = in updateNotificationRanking()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGroupingUtil.java36 import com.android.systemui.statusbar.notification.row.NotificationContentView;
163 final NotificationContentView layout = row.getPrivateLayout(); in sanitizeTopLineViews()