Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1442 LinearLayout smartReplyContainer = (LinearLayout) smartReplyContainerCandidate; in applySmartReplyView() local
1444 smartReplyContainer.setVisibility(View.GONE); in applySmartReplyView()
1449 if (smartReplyContainer.getChildCount() == 1 in applySmartReplyView()
1450 && smartReplyContainer.getChildAt(0) instanceof SmartReplyView) { in applySmartReplyView()
1453 smartReplyContainer.removeAllViews(); in applySmartReplyView()
1455 if (smartReplyContainer.getChildCount() == 0 in applySmartReplyView()
1459 smartReplyContainer.addView(smartReplyView); in applySmartReplyView()
1462 smartReplyView.resetSmartSuggestions(smartReplyContainer); in applySmartReplyView()
1467 smartReplyContainer.setVisibility(View.VISIBLE); in applySmartReplyView()