HomeSort by relevance Sort by last modified time
    Searched refs:NotificationContentView (Results 1 - 6 of 6) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationInflater.java 33 import com.android.systemui.statusbar.NotificationContentView;
199 NotificationContentView privateLayout = row.getPrivateLayout();
200 NotificationContentView publicLayout = row.getPublicLayout();
220 NotificationContentView.VISIBLE_TYPE_CONTRACTED),
244 NotificationContentView.VISIBLE_TYPE_EXPANDED), runningInflations,
269 NotificationContentView.VISIBLE_TYPE_HEADSUP), runningInflations,
292 publicLayout.getVisibleWrapper(NotificationContentView.VISIBLE_TYPE_CONTRACTED),
298 NotificationContentView newParent = redactAmbient ? publicLayout : privateLayout;
315 NotificationContentView.VISIBLE_TYPE_AMBIENT), runningInflations,
335 NotificationContentView parentLayout, View existingView
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 175 private NotificationContentView mPublicLayout;
176 private NotificationContentView mPrivateLayout;
177 private NotificationContentView[] mLayouts;
346 public NotificationContentView getPrivateLayout() {
350 public NotificationContentView getPublicLayout() {
355 for (NotificationContentView l : mLayouts) {
371 private void setIconAnimationRunning(boolean running, NotificationContentView layout) {
465 for (NotificationContentView l : mLayouts) {
534 for (NotificationContentView l : mLayouts) {
539 private void updateLimitsForView(NotificationContentView layout)
    [all...]
NotificationHeaderUtil.java 169 final NotificationContentView layout = row.getPrivateLayout();
NotificationContentView.java 57 public class NotificationContentView extends FrameLayout {
59 private static final String TAG = "NotificationContentView";
153 public NotificationContentView(Context context, AttributeSet attrs) {
    [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationContentViewTest.java 49 NotificationContentView mView;
54 mView = new NotificationContentView(mContext, null);
ExpandableNotificationRowTest.java 211 NotificationContentView publicLayout = mock(NotificationContentView.class);
213 NotificationContentView privateLayout = mock(NotificationContentView.class);

Completed in 346 milliseconds