Searched refs:HomeView (Results 1 – 1 of 1) sorted by relevance
94 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 ActionBarView1397 public HomeView(Context context) { in HomeView() method in ActionBarView.HomeView1401 public HomeView(Context context, AttributeSet attrs) { in HomeView() method in ActionBarView.HomeView