Home
last modified time | relevance | path

Searched refs:SmartReplyView (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java44 public class SmartReplyView extends ViewGroup { class
101 public SmartReplyView(Context context, AttributeSet attrs) { in SmartReplyView() method in SmartReplyView
125 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyViewTest.java74 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java50 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()