Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarInflaterView.java93 private boolean isRot0Landscape; field in NavigationBarInflaterView
112 isRot0Landscape = displayMode.getPhysicalWidth() > displayMode.getPhysicalHeight(); in NavigationBarInflaterView()
269 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()