Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DActionBarView.java94 private HomeView mHomeLayout; field in ActionBarView
182 mHomeLayout = (HomeView) inflater.inflate(homeResId, mUpGoerFive, false); in ActionBarView()
606 mHomeLayout.setShowUp(setUp); in setDisplayOptions()
619 mHomeLayout.setIcon(logoVis ? mLogo : mIcon); in setDisplayOptions()
633 mHomeLayout.setShowIcon(showHome); in setDisplayOptions()
637 mHomeLayout.setVisibility(homeVis); in setDisplayOptions()
671 mHomeLayout.setIcon(icon); in setIcon()
689 mHomeLayout.setIcon(logo); in setLogo()
795 mUpGoerFive.addView(mHomeLayout, 0); in onFinishInflate()
933 HomeView homeLayout = mExpandedActionView != null ? mExpandedHomeLayout : mHomeLayout; in onMeasure()
[all …]