Searched refs:isRot0Landscape (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarInflaterView.java | 82 private boolean isRot0Landscape; field in NavigationBarInflaterView 98 isRot0Landscape = displayMode.getPhysicalWidth() > displayMode.getPhysicalHeight(); in NavigationBarInflaterView() 222 inflateButtons(start, (ViewGroup) mRot0.findViewById(R.id.ends_group), isRot0Landscape); in inflateLayout() 223 inflateButtons(start, (ViewGroup) mRot90.findViewById(R.id.ends_group), !isRot0Landscape); in inflateLayout() 225 inflateButtons(center, (ViewGroup) mRot0.findViewById(R.id.center_group), isRot0Landscape); in inflateLayout() 226 … inflateButtons(center, (ViewGroup) mRot90.findViewById(R.id.center_group), !isRot0Landscape); in inflateLayout() 231 inflateButtons(end, (ViewGroup) mRot0.findViewById(R.id.ends_group), isRot0Landscape); in inflateLayout() 232 inflateButtons(end, (ViewGroup) mRot90.findViewById(R.id.ends_group), !isRot0Landscape); in inflateLayout()
|