Searched refs:NotificationContentView (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationInflater.java | 33 import com.android.systemui.statusbar.NotificationContentView; 199 NotificationContentView privateLayout = row.getPrivateLayout(); in apply() 200 NotificationContentView publicLayout = row.getPublicLayout(); in apply() 220 NotificationContentView.VISIBLE_TYPE_CONTRACTED), in apply() 244 NotificationContentView.VISIBLE_TYPE_EXPANDED), runningInflations, in apply() 269 NotificationContentView.VISIBLE_TYPE_HEADSUP), runningInflations, in apply() 292 publicLayout.getVisibleWrapper(NotificationContentView.VISIBLE_TYPE_CONTRACTED), in apply() 298 NotificationContentView newParent = redactAmbient ? publicLayout : privateLayout; in apply() 315 NotificationContentView.VISIBLE_TYPE_AMBIENT), runningInflations, in apply() 335 NotificationContentView parentLayout, View existingView, in applyRemoteView() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ExpandableNotificationRow.java | 175 private NotificationContentView mPublicLayout; 176 private NotificationContentView mPrivateLayout; 177 private NotificationContentView[] mLayouts; 346 public NotificationContentView getPrivateLayout() { in getPrivateLayout() 350 public NotificationContentView getPublicLayout() { in getPublicLayout() 355 for (NotificationContentView l : mLayouts) { in setIconAnimationRunning() 371 private void setIconAnimationRunning(boolean running, NotificationContentView layout) { in setIconAnimationRunning() 465 for (NotificationContentView l : mLayouts) { in onNotificationUpdated() 534 for (NotificationContentView l : mLayouts) { in updateLimits() 539 private void updateLimitsForView(NotificationContentView layout) { in updateLimitsForView() [all …]
|
D | NotificationHeaderUtil.java | 169 final NotificationContentView layout = row.getPrivateLayout(); in sanitizeHeaderViews()
|
D | NotificationContentView.java | 57 public class NotificationContentView extends FrameLayout { class 153 public NotificationContentView(Context context, AttributeSet attrs) { in NotificationContentView() method in NotificationContentView
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | ExpandableNotificationRowTest.java | 211 NotificationContentView publicLayout = mock(NotificationContentView.class); in testShowAppOpsIcons_header() 213 NotificationContentView privateLayout = mock(NotificationContentView.class); in testShowAppOpsIcons_header()
|