Searched refs:NotificationContentView (Results 1 – 7 of 7) sorted by relevance
20 import static com.android.systemui.statusbar.notification.row.NotificationContentView.VISIBLE_TYPE_…200 private NotificationContentView mPublicLayout;201 private NotificationContentView mPrivateLayout;202 private NotificationContentView[] mLayouts;364 public NotificationContentView[] getLayouts() { in getLayouts()397 public NotificationContentView getPrivateLayout() { in getPrivateLayout()401 public NotificationContentView getPublicLayout() { in getPublicLayout()406 for (NotificationContentView l : mLayouts) { in setIconAnimationRunning()422 private void setIconAnimationRunning(boolean running, NotificationContentView layout) { in setIconAnimationRunning()545 for (NotificationContentView l : mLayouts) { in onNotificationUpdated()[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_…323 NotificationContentView privateLayout = row.getPrivateLayout(); in apply()324 NotificationContentView publicLayout = row.getPublicLayout(); in apply()347 NotificationContentView.VISIBLE_TYPE_CONTRACTED), in apply()372 NotificationContentView.VISIBLE_TYPE_EXPANDED), runningInflations, in apply()422 publicLayout.getVisibleWrapper(NotificationContentView.VISIBLE_TYPE_CONTRACTED), in apply()448 NotificationContentView parentLayout, in applyRemoteView()567 NotificationContentView privateLayout = row.getPrivateLayout(); in finishIfDone()[all …]
74 public class NotificationContentView extends FrameLayout { class179 public NotificationContentView(Context context, AttributeSet attrs) { in NotificationContentView() method in NotificationContentView
225 NotificationContentView publicLayout = mock(NotificationContentView.class); in testShowAppOpsIcons_header()227 NotificationContentView privateLayout = mock(NotificationContentView.class); in testShowAppOpsIcons_header()
49 NotificationContentView mView;54 mView = new NotificationContentView(mContext, null); in setup()
30 import com.android.systemui.statusbar.notification.row.NotificationContentView in <lambda>()80 fun getLayouts(view: NotificationContentView) = in onNotificationRankingUpdated()
33 import com.android.systemui.statusbar.notification.row.NotificationContentView;184 final NotificationContentView layout = row.getPrivateLayout(); in sanitizeHeaderViews()