Searched refs:SmartReplyView (Results 1 – 3 of 3) sorted by relevance
44 public class SmartReplyView extends ViewGroup { class101 public SmartReplyView(Context context, AttributeSet attrs) { in SmartReplyView() method in SmartReplyView125 final TypedArray arr = context.obtainStyledAttributes(attrs, R.styleable.SmartReplyView, in SmartReplyView()196 public static SmartReplyView inflate(Context context, ViewGroup root) { in inflate()197 return (SmartReplyView) in inflate()
74 private SmartReplyView mView;93 mView = SmartReplyView.inflate(mContext, null); in setUp()438 assertTrue(((SmartReplyView.LayoutParams) view.getLayoutParams()).isShown()); in assertReplyButtonShown()442 assertFalse(((SmartReplyView.LayoutParams) view.getLayoutParams()).isShown()); in assertReplyButtonHidden()
50 import com.android.systemui.statusbar.policy.SmartReplyView;83 private SmartReplyView mExpandedSmartReplyView;1368 private SmartReplyView applySmartReplyView( in applySmartReplyView()1395 SmartReplyView smartReplyView = null; in applySmartReplyView()1397 smartReplyView = SmartReplyView.inflate(mContext, smartReplyContainer); in applySmartReplyView()1401 if (child instanceof SmartReplyView) { in applySmartReplyView()1402 smartReplyView = (SmartReplyView) child; in applySmartReplyView()