Searched refs:mRot90 (Results 1 – 1 of 1) sorted by relevance
81 protected FrameLayout mRot90; field in NavigationBarInflaterView122 mRot90 = (FrameLayout) mLayoutInflater.inflate(R.layout.navigation_layout_rot90, this, in inflateChildren()124 mRot90.setId(R.id.rot90); in inflateChildren()125 addView(mRot90); in inflateChildren()182 updateAlternativeOrder(mRot90.findViewById(R.id.ends_group)); in updateAlternativeOrder()183 updateAlternativeOrder(mRot90.findViewById(R.id.center_group)); in updateAlternativeOrder()195 addAll(buttonDispatcher, (ViewGroup) mRot90.findViewById(R.id.ends_group)); in initiallyFill()196 addAll(buttonDispatcher, (ViewGroup) mRot90.findViewById(R.id.center_group)); in initiallyFill()223 inflateButtons(start, (ViewGroup) mRot90.findViewById(R.id.ends_group), !isRot0Landscape); in inflateLayout()226 … inflateButtons(center, (ViewGroup) mRot90.findViewById(R.id.center_group), !isRot0Landscape); in inflateLayout()[all …]