Searched refs:mShowExpandButtonAtEnd (Results 1 – 3 of 3) sorted by relevance
64 private boolean mShowExpandButtonAtEnd; field in NotificationHeaderViewWrapper68 mShowExpandButtonAtEnd = ctx.getResources().getBoolean( in NotificationHeaderViewWrapper()108 mNotificationHeader.setShowExpandButtonAtEnd(mShowExpandButtonAtEnd); in resolveHeaderViews()
68 private boolean mShowExpandButtonAtEnd; field in NotificationHeaderView151 if ((child == mExpandButton && mShowExpandButtonAtEnd) in onMeasure()214 if ((child == mExpandButton && mShowExpandButtonAtEnd) in onLayout()384 if (showExpandButtonAtEnd != mShowExpandButtonAtEnd) { in setShowExpandButtonAtEnd()386 mShowExpandButtonAtEnd = showExpandButtonAtEnd; in setShowExpandButtonAtEnd()
75969 Landroid/view/NotificationHeaderView;->mShowExpandButtonAtEnd:Z