Searched refs:smartReplyView (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SmartReplyView.java | 263 static Button inflateReplyButton(SmartReplyView smartReplyView, Context context, in inflateReplyButton() argument 267 R.layout.smart_reply_button, smartReplyView, false); in inflateReplyButton() 272 if (smartReplyView.mConstants.getEffectiveEditChoicesBeforeSending( in inflateReplyButton() 276 smartReplyView.mRemoteInputManager.activateRemoteInput(b, in inflateReplyButton() 301 smartReplyView.mSmartReplyContainer.setVisibility(View.GONE); in inflateReplyButton() 306 smartReplyView.mKeyguardDismissUtil.executeWhenUnlocked(action); in inflateReplyButton() 309 smartReplyView.mConstants.getOnClickInitDelay()); in inflateReplyButton() 316 String label = smartReplyView.getResources().getString( in inflateReplyButton() 322 SmartReplyView.setButtonColors(b, smartReplyView.mCurrentBackgroundColor, in inflateReplyButton() 323 smartReplyView.mDefaultStrokeColor, smartReplyView.mDefaultTextColor, in inflateReplyButton() [all …]
|
D | InflatedSmartReplies.java | 58 @Nullable SmartReplyView smartReplyView, in InflatedSmartReplies() 61 mSmartReplyView = smartReplyView; in InflatedSmartReplies() 101 SmartReplyView smartReplyView = SmartReplyView.inflate(context); in inflate() local 105 suggestionButtons.addAll(smartReplyView.inflateRepliesFromRemoteInput( in inflate() 111 smartReplyView.inflateSmartActions(newSmartRepliesAndActions.smartActions, in inflate() 116 return new InflatedSmartReplies(smartReplyView, suggestionButtons, in inflate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 1430 SmartReplyView smartReplyView = null; 1440 smartReplyView = inflatedSmartReplyView.getSmartReplyView(); 1441 smartReplyContainer.addView(smartReplyView); 1443 if (smartReplyView != null) { 1444 smartReplyView.resetSmartSuggestions(smartReplyContainer); 1445 smartReplyView.addPreInflatedButtons( 1448 smartReplyView.setBackgroundTintColor(entry.getRow().getCurrentBackgroundTint()); 1451 return smartReplyView;
|