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.java75 private View mDefaultExpandCollapseView; field in ControlBar
156 mDefaultExpandCollapseView = createIconButton( in init()
158 mDefaultExpandCollapseView.setContentDescription(context.getString( in init()
160 mDefaultExpandCollapseView.setOnClickListener(v -> onExpandCollapse()); in init()
191 return mExpandCollapseView != null ? mExpandCollapseView : mDefaultExpandCollapseView; in getExpandCollapseView()