Searched refs:mExpandedHomeLayout (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java97 private HomeView mExpandedHomeLayout; field in class:ActionBarView
200 mExpandedHomeLayout = (HomeView) inflater.inflate(homeResId, mUpGoerFive, false);
201 mExpandedHomeLayout.setShowUp(true);
202 mExpandedHomeLayout.setOnClickListener(mExpandedActionViewUpListener);
203 mExpandedHomeLayout.setContentDescription(getResources().getText(
210 mExpandedHomeLayout.setBackground(upBackground.getConstantState().newDrawable());
212 mExpandedHomeLayout.setEnabled(true);
213 mExpandedHomeLayout.setFocusable(true);
702 mExpandedHomeLayout.setIcon(mIcon.getConstantState().newDrawable(getResources()));
962 HomeView homeLayout = mExpandedActionView != null ? mExpandedHomeLayout
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarView.java93 private HomeView mExpandedHomeLayout; field in class:ActionBarView
220 mExpandedHomeLayout = (HomeView) inflater.inflate(homeResId, this, false);
221 mExpandedHomeLayout.setUp(true);
222 mExpandedHomeLayout.setOnClickListener(mExpandedActionViewUpListener);
223 mExpandedHomeLayout.setContentDescription(getResources().getText(
646 mExpandedHomeLayout.setIcon(mIcon.getConstantState().newDrawable(getResources()));
865 HomeView homeLayout = mExpandedActionView != null ? mExpandedHomeLayout : mHomeLayout;
1024 HomeView homeLayout = mExpandedActionView != null ? mExpandedHomeLayout : mHomeLayout;
1440 mExpandedHomeLayout.setIcon(mIcon.getConstantState().newDrawable(getResources()));
1445 if (mExpandedHomeLayout
[all...]

Completed in 31 milliseconds