Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java95 private HomeView mExpandedHomeLayout; field in ActionBarView
184 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()
196 mExpandedHomeLayout.setEnabled(true); in ActionBarView()
197 mExpandedHomeLayout.setFocusable(true); in ActionBarView()
1662 if (mExpandedHomeLayout.getParent() != mUpGoerFive) { in expandItemActionView()
1663 mUpGoerFive.addView(mExpandedHomeLayout); in expandItemActionView()
1691 mUpGoerFive.removeView(mExpandedHomeLayout); in collapseItemActionView()
[all …]