Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarInflaterView.java91 protected FrameLayout mRot0; field in NavigationBarInflaterView
134 mRot0 = (FrameLayout) mLayoutInflater.inflate(R.layout.navigation_layout, this, false); in inflateChildren()
135 mRot0.setId(R.id.rot0); in inflateChildren()
136 addView(mRot0); in inflateChildren()
205 final View view = portrait ? mRot0 : mRot90; in updateButtonDispatchersCurrentView()
221 updateAlternativeOrder(mRot0.findViewById(R.id.ends_group)); in updateAlternativeOrder()
222 updateAlternativeOrder(mRot0.findViewById(R.id.center_group)); in updateAlternativeOrder()
234 addAll(buttonDispatcher, (ViewGroup) mRot0.findViewById(R.id.ends_group)); in initiallyFill()
235 addAll(buttonDispatcher, (ViewGroup) mRot0.findViewById(R.id.center_group)); in initiallyFill()
269 inflateButtons(start, mRot0.findViewById(R.id.ends_group), isRot0Landscape, true); in inflateLayout()
[all …]