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 | 48 import com.android.systemui.statusbar.policy.SmartReplyView.SmartActions in <lambda>() 49 import com.android.systemui.statusbar.policy.SmartReplyView.SmartButtonType in <lambda>() 50 import com.android.systemui.statusbar.policy.SmartReplyView.SmartReplies in <lambda>() 130 val smartReplyView = SmartReplyView.inflate(sysuiContext, constants) in inflateSmartReplyState() 325 (layoutParams as SmartReplyView.LayoutParams).mButtonType = SmartButtonType.ACTION in inflateActionButton() 350 parent: SmartReplyView, in inflateReplyButton() 368 parent: SmartReplyView, in inflateReplyButton() 406 (layoutParams as SmartReplyView.LayoutParams).mButtonType = SmartButtonType.REPLY in inflateReplyButton() 413 smartReplyView: SmartReplyView, in inflateReplyButton()
|
D | InflatedSmartReplyViewHolder.kt | 25 val smartReplyView: SmartReplyView?,
|
D | SmartReplyView.java | 40 public class SmartReplyView extends ViewGroup { class 92 public SmartReplyView(Context context, AttributeSet attrs) { in SmartReplyView() method in SmartReplyView 111 final TypedArray arr = context.obtainStyledAttributes(attrs, R.styleable.SmartReplyView, in SmartReplyView() 136 public static SmartReplyView inflate(Context context, SmartReplyConstants constants) { in inflate() 137 SmartReplyView view = (SmartReplyView) LayoutInflater.from(context).inflate( in inflate()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | SmartReplyViewTest.java | 97 private SmartReplyView mView; 138 mView = SmartReplyView.inflate(mContext, mConstants); in setUp() 486 private SmartReplyView.SmartReplies createSmartReplies(CharSequence[] choices, in createSmartReplies() 492 return new SmartReplyView.SmartReplies( in createSmartReplies() 498 SmartReplyView.SmartReplies smartReplies = createSmartReplies(choices, fromAssistant); in inflateSmartReplies() 524 SmartReplyView.SmartActions smartActions = new SmartReplyView.SmartActions( in setSmartActions() 552 SmartReplyView.SmartActions smartActions = new SmartReplyView.SmartActions( in setSmartRepliesAndActions() 588 SmartReplyView.SmartReplies smartReplies = in buildExpectedView() 589 new SmartReplyView.SmartReplies(Arrays.asList(choices), null, null, false); in buildExpectedView() 615 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 | 59 import com.android.systemui.statusbar.policy.SmartReplyView; 102 private SmartReplyView mExpandedSmartReplyView; 103 private SmartReplyView mHeadsUpSmartReplyView; 1387 SmartReplyView.SmartReplies smartReplies = state.getSmartReplies(); in applySmartReplyView() 1388 SmartReplyView.SmartActions smartActions = state.getSmartActions(); in applySmartReplyView() 1442 private SmartReplyView applySmartReplyView(View view, in applySmartReplyView() 1462 if (child.getId() == R.id.smart_reply_view && child instanceof SmartReplyView) { in applySmartReplyView() 1472 SmartReplyView smartReplyView = null; in applySmartReplyView()
|