Searched refs:mExpandedHomeLayout (Results 1 – 1 of 1) sorted by relevance
93 private HomeView mExpandedHomeLayout; field in ActionBarView182 mExpandedHomeLayout = (HomeView) inflater.inflate(homeResId, mUpGoerFive, false); in ActionBarView()183 mExpandedHomeLayout.setShowUp(true); in ActionBarView()184 mExpandedHomeLayout.setOnClickListener(mExpandedActionViewUpListener); in ActionBarView()185 mExpandedHomeLayout.setContentDescription(getResources().getText( in ActionBarView()192 mExpandedHomeLayout.setBackground(upBackground.getConstantState().newDrawable()); in ActionBarView()194 mExpandedHomeLayout.setEnabled(true); in ActionBarView()195 mExpandedHomeLayout.setFocusable(true); in ActionBarView()672 mExpandedHomeLayout.setIcon(mIcon.getConstantState().newDrawable(getResources())); in setIcon()931 HomeView homeLayout = mExpandedActionView != null ? mExpandedHomeLayout : mHomeLayout; in onMeasure()[all …]