Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java1376 LinearLayout smartReplyContainer = (LinearLayout) smartReplyContainerCandidate; in applySmartReplyView() local
1378 smartReplyContainer.setVisibility(View.GONE); in applySmartReplyView()
1385 smartReplyContainer.setVisibility(View.GONE); in applySmartReplyView()
1392 smartReplyContainer.setVisibility(View.GONE); in applySmartReplyView()
1396 if (smartReplyContainer.getChildCount() == 0) { in applySmartReplyView()
1397 smartReplyView = SmartReplyView.inflate(mContext, smartReplyContainer); in applySmartReplyView()
1398 smartReplyContainer.addView(smartReplyView); in applySmartReplyView()
1399 } else if (smartReplyContainer.getChildCount() == 1) { in applySmartReplyView()
1400 View child = smartReplyContainer.getChildAt(0); in applySmartReplyView()
1407 mSmartReplyController, entry, smartReplyContainer); in applySmartReplyView()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java178 View smartReplyContainer) { in setRepliesFromRemoteInput() argument
179 mSmartReplyContainer = smartReplyContainer; in setRepliesFromRemoteInput()