Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DActionBarView.java94 private HomeView mHomeLayout;
95 private HomeView mExpandedHomeLayout;
182 mHomeLayout = (HomeView) inflater.inflate(homeResId, mUpGoerFive, false); in ActionBarView()
184 mExpandedHomeLayout = (HomeView) inflater.inflate(homeResId, mUpGoerFive, false); in ActionBarView()
933 HomeView homeLayout = mExpandedActionView != null ? mExpandedHomeLayout : mHomeLayout; in onMeasure()
1110 HomeView homeLayout = mExpandedActionView != null ? mExpandedHomeLayout : mHomeLayout; in onLayout()
1386 private static class HomeView extends FrameLayout { class in ActionBarView
1397 public HomeView(Context context) { in HomeView() method in ActionBarView.HomeView
1401 public HomeView(Context context, AttributeSet attrs) { in HomeView() method in ActionBarView.HomeView