Searched defs:MessagingLinearLayout (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLinearLayout.java37 public class MessagingLinearLayout extends ViewGroup { class in inherits:ViewGroup
48 public MessagingLinearLayout(Context context, @Nullable AttributeSet attrs) { method in class:MessagingLinearLayout
52 R.styleable.MessagingLinearLayout, 0,
240 if (lp instanceof MessagingLinearLayout.LayoutParams
241 && ((MessagingLinearLayout.LayoutParams) lp).hide) {

Completed in 9 milliseconds