Searched refs:mRot90 (Results 1 – 1 of 1) sorted by relevance
92 protected FrameLayout mRot90; field in NavigationBarInflaterView137 mRot90 = (FrameLayout) mLayoutInflater.inflate(R.layout.navigation_layout_rot90, this, in inflateChildren()139 mRot90.setId(R.id.rot90); in inflateChildren()140 addView(mRot90); in inflateChildren()205 final View view = portrait ? mRot0 : mRot90; in updateButtonDispatchersCurrentView()223 updateAlternativeOrder(mRot90.findViewById(R.id.ends_group)); in updateAlternativeOrder()224 updateAlternativeOrder(mRot90.findViewById(R.id.center_group)); in updateAlternativeOrder()236 addAll(buttonDispatcher, (ViewGroup) mRot90.findViewById(R.id.ends_group)); in initiallyFill()237 addAll(buttonDispatcher, (ViewGroup) mRot90.findViewById(R.id.center_group)); in initiallyFill()270 inflateButtons(start, mRot90.findViewById(R.id.ends_group), !isRot0Landscape, true); in inflateLayout()[all …]