Searched refs:mUpGoerFive (Results 1 – 1 of 1) sorted by relevance
97 private ViewGroup mUpGoerFive; field in ActionBarView178 mUpGoerFive = (ViewGroup) inflater.inflate( in ActionBarView()180 mHomeLayout = (HomeView) inflater.inflate(homeResId, mUpGoerFive, false); in ActionBarView()182 mExpandedHomeLayout = (HomeView) inflater.inflate(homeResId, mUpGoerFive, false); in ActionBarView()190 final Drawable upBackground = mUpGoerFive.getBackground(); in ActionBarView()221 mUpGoerFive.setOnClickListener(mUpClickListener); in ActionBarView()222 mUpGoerFive.setClickable(true); in ActionBarView()223 mUpGoerFive.setFocusable(true); in ActionBarView()236 if (mTitleLayout != null && mTitleLayout.getParent() == mUpGoerFive) { in onConfigurationChanged()237 mUpGoerFive.removeView(mTitleLayout); in onConfigurationChanged()[all …]