Searched refs:mUpGoerFive (Results 1 – 1 of 1) sorted by relevance
99 private ViewGroup mUpGoerFive; field in ActionBarView180 mUpGoerFive = (ViewGroup) inflater.inflate( in ActionBarView()182 mHomeLayout = (HomeView) inflater.inflate(homeResId, mUpGoerFive, false); in ActionBarView()184 mExpandedHomeLayout = (HomeView) inflater.inflate(homeResId, mUpGoerFive, false); in ActionBarView()192 final Drawable upBackground = mUpGoerFive.getBackground(); in ActionBarView()223 mUpGoerFive.setOnClickListener(mUpClickListener); in ActionBarView()224 mUpGoerFive.setClickable(true); in ActionBarView()225 mUpGoerFive.setFocusable(true); in ActionBarView()238 if (mTitleLayout != null && mTitleLayout.getParent() == mUpGoerFive) { in onConfigurationChanged()239 mUpGoerFive.removeView(mTitleLayout); in onConfigurationChanged()[all …]