Searched refs:mDefaultExpandCollapseView (Results 1 – 1 of 1) sorted by relevance
76 private View mDefaultExpandCollapseView; field in ControlBar157 mDefaultExpandCollapseView = createIconButton( in init()159 mDefaultExpandCollapseView.setContentDescription(context.getString( in init()161 mDefaultExpandCollapseView.setOnClickListener(v -> onExpandCollapse()); in init()192 return mExpandCollapseView != null ? mExpandCollapseView : mDefaultExpandCollapseView; in getExpandCollapseView()