Searched refs:SmartReplyView (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | InflatedSmartReplyState.kt | 19 import com.android.systemui.statusbar.policy.SmartReplyView.SmartActions 20 import com.android.systemui.statusbar.policy.SmartReplyView.SmartReplies
|
D | SmartReplyStateInflater.kt | 56 import com.android.systemui.statusbar.policy.SmartReplyView.SmartActions in <lambda>() 57 import com.android.systemui.statusbar.policy.SmartReplyView.SmartButtonType in <lambda>() 58 import com.android.systemui.statusbar.policy.SmartReplyView.SmartReplies in <lambda>() 144 val smartReplyView = SmartReplyView.inflate(sysuiContext, constants) in inflateSmartReplyState() 384 (layoutParams as SmartReplyView.LayoutParams).mButtonType = SmartButtonType.ACTION in inflateActionButton() 409 parent: SmartReplyView, in inflateReplyButton() 427 parent: SmartReplyView, in inflateReplyButton() 465 (layoutParams as SmartReplyView.LayoutParams).mButtonType = SmartButtonType.REPLY in inflateReplyButton() 472 smartReplyView: SmartReplyView, in inflateReplyButton()
|
D | InflatedSmartReplyViewHolder.kt | 25 val smartReplyView: SmartReplyView?,
|
D | SmartReplyView.java | 45 public class SmartReplyView extends ViewGroup { class 104 public SmartReplyView(Context context, AttributeSet attrs) { in SmartReplyView() method in SmartReplyView 123 final TypedArray arr = context.obtainStyledAttributes(attrs, R.styleable.SmartReplyView, in SmartReplyView() 148 public static SmartReplyView inflate(Context context, SmartReplyConstants constants) { in inflate() 149 SmartReplyView view = (SmartReplyView) LayoutInflater.from(context).inflate( in inflate()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | SmartReplyViewTest.java | 100 private SmartReplyView mView; 146 mView = SmartReplyView.inflate(mContext, mConstants); in setUp() 522 private SmartReplyView.SmartReplies createSmartReplies(CharSequence[] choices, in createSmartReplies() 529 return new SmartReplyView.SmartReplies( in createSmartReplies() 535 SmartReplyView.SmartReplies smartReplies = createSmartReplies(choices, fromAssistant); in inflateSmartReplies() 562 SmartReplyView.SmartActions smartActions = new SmartReplyView.SmartActions( in setSmartActions() 590 SmartReplyView.SmartActions smartActions = new SmartReplyView.SmartActions( in setSmartRepliesAndActions() 624 SmartReplyView.SmartReplies smartReplies = in buildExpectedView() 625 new SmartReplyView.SmartReplies(Arrays.asList(choices), null, null, false); in buildExpectedView() 647 SmartReplyView.SmartActions smartActions = new SmartReplyView.SmartActions(actions, false); in buildExpectedView() [all …]
|
D | InflatedSmartRepliesTest.java | 49 import com.android.systemui.statusbar.policy.SmartReplyView.SmartActions; 50 import com.android.systemui.statusbar.policy.SmartReplyView.SmartReplies;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 70 import com.android.systemui.statusbar.policy.SmartReplyView; 116 private SmartReplyView mExpandedSmartReplyView; 117 private SmartReplyView mHeadsUpSmartReplyView; 1615 SmartReplyView.SmartReplies smartReplies = 1617 SmartReplyView.SmartActions smartActions = 1672 private static SmartReplyView applySmartReplyView(View view, 1692 if (child.getId() == R.id.smart_reply_view && child instanceof SmartReplyView) { 1702 SmartReplyView smartReplyView = null;
|