Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DSystemBarConfigs.java213 .setBarType(mResources.getInteger(R.integer.config_topSystemBarType)) in readConfigs()
227 .setBarType(mResources.getInteger(R.integer.config_bottomSystemBarType)) in readConfigs()
242 .setBarType(mResources.getInteger(R.integer.config_leftSystemBarType)) in readConfigs()
256 .setBarType(mResources.getInteger(R.integer.config_rightSystemBarType)) in readConfigs()
489 private SystemBarConfigBuilder setBarType(int type) { in setBarType() method in SystemBarConfigs.SystemBarConfigBuilder