Searched refs:mExpandedHomeLayout (Results 1 – 1 of 1) sorted by relevance
95 private HomeView mExpandedHomeLayout; field in ActionBarView184 mExpandedHomeLayout = (HomeView) inflater.inflate(homeResId, mUpGoerFive, false); in ActionBarView()185 mExpandedHomeLayout.setShowUp(true); in ActionBarView()186 mExpandedHomeLayout.setOnClickListener(mExpandedActionViewUpListener); in ActionBarView()187 mExpandedHomeLayout.setContentDescription(getResources().getText( in ActionBarView()194 mExpandedHomeLayout.setBackground(upBackground.getConstantState().newDrawable()); in ActionBarView()196 mExpandedHomeLayout.setEnabled(true); in ActionBarView()197 mExpandedHomeLayout.setFocusable(true); in ActionBarView()674 mExpandedHomeLayout.setIcon(mIcon.getConstantState().newDrawable(getResources())); in setIcon()933 HomeView homeLayout = mExpandedActionView != null ? mExpandedHomeLayout : mHomeLayout; in onMeasure()[all …]