Searched refs:HomeView (Results 1 – 1 of 1) sorted by relevance
92 private HomeView mHomeLayout;93 private HomeView mExpandedHomeLayout;180 mHomeLayout = (HomeView) inflater.inflate(homeResId, mUpGoerFive, false); in ActionBarView()182 mExpandedHomeLayout = (HomeView) inflater.inflate(homeResId, mUpGoerFive, false); in ActionBarView()931 HomeView homeLayout = mExpandedActionView != null ? mExpandedHomeLayout : mHomeLayout; in onMeasure()1108 HomeView homeLayout = mExpandedActionView != null ? mExpandedHomeLayout : mHomeLayout; in onLayout()1384 private static class HomeView extends FrameLayout { class in ActionBarView1395 public HomeView(Context context) { in HomeView() method in ActionBarView.HomeView1399 public HomeView(Context context, AttributeSet attrs) { in HomeView() method in ActionBarView.HomeView