Searched refs:NotificationContentView (Results 1 – 3 of 3) sorted by relevance
78 private NotificationContentView mPublicLayout;79 private NotificationContentView mPrivateLayout;113 public NotificationContentView getPrivateLayout() { in getPrivateLayout()117 public NotificationContentView getPublicLayout() { in getPublicLayout()126 private void setIconAnimationRunning(boolean running, NotificationContentView layout) { in setIconAnimationRunning()354 mPublicLayout = (NotificationContentView) findViewById(R.id.expandedPublic); in onFinishInflate()355 mPrivateLayout = (NotificationContentView) findViewById(R.id.expanded); in onFinishInflate()438 NotificationContentView showingLayout = getShowingLayout(); in setChildrenExpandProgress()461 final NotificationContentView showing = getShowingLayout(); in setDark()801 NotificationContentView showingLayout = getShowingLayout(); in updateExpandButtonAppearance()[all …]
41 public class NotificationContentView extends FrameLayout { class90 public NotificationContentView(Context context, AttributeSet attrs) { in NotificationContentView() method in NotificationContentView
1320 NotificationContentView contentContainer = row.getPrivateLayout();1321 NotificationContentView contentContainerPublic = row.getPublicLayout();