Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java20 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 …]
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_…
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 …]
DNotificationContentView.java74 public class NotificationContentView extends FrameLayout { class
179 public NotificationContentView(Context context, AttributeSet attrs) { in NotificationContentView() method in NotificationContentView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java225 NotificationContentView publicLayout = mock(NotificationContentView.class); in testShowAppOpsIcons_header()
227 NotificationContentView privateLayout = mock(NotificationContentView.class); in testShowAppOpsIcons_header()
DNotificationContentViewTest.java49 NotificationContentView mView;
54 mView = new NotificationContentView(mContext, null); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DConversationNotifications.kt30 import com.android.systemui.statusbar.notification.row.NotificationContentView in <lambda>()
80 fun getLayouts(view: NotificationContentView) = in onNotificationRankingUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationHeaderUtil.java33 import com.android.systemui.statusbar.notification.row.NotificationContentView;
184 final NotificationContentView layout = row.getPrivateLayout(); in sanitizeHeaderViews()