Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarInflaterView.java269 inflateButtons(start, mRot0.findViewById(R.id.ends_group), isRot0Landscape, true); in inflateLayout()
270 inflateButtons(start, mRot90.findViewById(R.id.ends_group), !isRot0Landscape, true); in inflateLayout()
272 inflateButtons(center, mRot0.findViewById(R.id.center_group), isRot0Landscape, false); in inflateLayout()
273 inflateButtons(center, mRot90.findViewById(R.id.center_group), !isRot0Landscape, false); in inflateLayout()
278 inflateButtons(end, mRot0.findViewById(R.id.ends_group), isRot0Landscape, false); in inflateLayout()
279 inflateButtons(end, mRot90.findViewById(R.id.ends_group), !isRot0Landscape, false); in inflateLayout()
288 private void inflateButtons(String[] buttons, ViewGroup parent, boolean landscape, in inflateButtons() method in NavigationBarInflaterView