Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java61 private NotificationContentView mPublicLayout;
62 private NotificationContentView mPrivateLayout;
79 private void setIconAnimationRunning(boolean running, NotificationContentView layout) { in setIconAnimationRunning()
181 mPublicLayout = (NotificationContentView) findViewById(R.id.expandedPublic); in onFinishInflate()
182 mPrivateLayout = (NotificationContentView) findViewById(R.id.expanded); in onFinishInflate()
212 final NotificationContentView showing = getShowingLayout(); in setDark()
437 NotificationContentView showingLayout = getShowingLayout(); in isContentExpandable()
454 NotificationContentView showingLayout = getShowingLayout(); in getMaxHeight()
460 NotificationContentView showingLayout = getShowingLayout(); in getMinHeight()
483 private NotificationContentView getShowingLayout() { in getShowingLayout()
DNotificationContentView.java42 public class NotificationContentView extends FrameLayout { class
74 public NotificationContentView(Context context, AttributeSet attrs) { in NotificationContentView() method in NotificationContentView
DBaseStatusBar.java1354 NotificationContentView expanded =
1355 (NotificationContentView) row.findViewById(R.id.expanded);
1356 NotificationContentView expandedPublic =
1357 (NotificationContentView) row.findViewById(R.id.expandedPublic);