Searched refs:NotificationContentView (Results 1 – 3 of 3) sorted by relevance
61 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()
42 public class NotificationContentView extends FrameLayout { class74 public NotificationContentView(Context context, AttributeSet attrs) { in NotificationContentView() method in NotificationContentView
1354 NotificationContentView expanded =1355 (NotificationContentView) row.findViewById(R.id.expanded);1356 NotificationContentView expandedPublic =1357 (NotificationContentView) row.findViewById(R.id.expandedPublic);