Searched refs:smartReplyContainer (Results 1 – 2 of 2) sorted by relevance
1376 LinearLayout smartReplyContainer = (LinearLayout) smartReplyContainerCandidate; in applySmartReplyView() local1378 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 …]
178 View smartReplyContainer) { in setRepliesFromRemoteInput() argument179 mSmartReplyContainer = smartReplyContainer; in setRepliesFromRemoteInput()