Searched refs:inflateButtons (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarInflaterView.java | 256 inflateButtons(start, mHorizontal.findViewById(R.id.ends_group), in inflateLayout() 258 inflateButtons(start, mVertical.findViewById(R.id.ends_group), in inflateLayout() 261 inflateButtons(center, mHorizontal.findViewById(R.id.center_group), in inflateLayout() 263 inflateButtons(center, mVertical.findViewById(R.id.center_group), in inflateLayout() 269 inflateButtons(end, mHorizontal.findViewById(R.id.ends_group), in inflateLayout() 271 inflateButtons(end, mVertical.findViewById(R.id.ends_group), in inflateLayout() 281 private void inflateButtons(String[] buttons, ViewGroup parent, boolean landscape, in inflateButtons() method in NavigationBarInflaterView
|