Searched refs:NotificationContentView (Results 1 – 8 of 8) sorted by relevance
434 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 …]
262 val childView: NotificationContentView = mock()276 val childView: NotificationContentView = mock()
57 private lateinit var view: NotificationContentView70 view = spy(NotificationContentView(mContext, /* attrs= */ null))
238 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 …]
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_…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 …]
81 public class NotificationContentView extends FrameLayout implements NotificationFadeAware { class196 public NotificationContentView(Context context, AttributeSet attrs) { in NotificationContentView() method in NotificationContentView
38 import com.android.systemui.statusbar.notification.row.NotificationContentView149 fun getLayouts(view: NotificationContentView) =
36 import com.android.systemui.statusbar.notification.row.NotificationContentView;161 final NotificationContentView layout = row.getPrivateLayout(); in sanitizeTopLineViews()