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.java92 private HomeView mHomeLayout; field in ActionBarView
180 mHomeLayout = (HomeView) inflater.inflate(homeResId, mUpGoerFive, false); in ActionBarView()
604 mHomeLayout.setShowUp(setUp); in setDisplayOptions()
617 mHomeLayout.setIcon(logoVis ? mLogo : mIcon); in setDisplayOptions()
631 mHomeLayout.setShowIcon(showHome); in setDisplayOptions()
635 mHomeLayout.setVisibility(homeVis); in setDisplayOptions()
669 mHomeLayout.setIcon(icon); in setIcon()
687 mHomeLayout.setIcon(logo); in setLogo()
793 mUpGoerFive.addView(mHomeLayout, 0); in onFinishInflate()
931 HomeView homeLayout = mExpandedActionView != null ? mExpandedHomeLayout : mHomeLayout; in onMeasure()
[all …]