Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DControlBar.java76 private View mDefaultExpandCollapseView; field in ControlBar
157 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()