Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DControlBar.java88 private boolean mExpandEnabled; field in ControlBar
123 mExpandEnabled = ta.getBoolean(R.styleable.ControlBar_enableOverflow, true); in init()
250 } else if (mExpandEnabled && i == expandCollapseIndex && mViews != null in updateViewsLayout()