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.java92 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 ActionBarView
1395 public HomeView(Context context) { in HomeView() method in ActionBarView.HomeView
1399 public HomeView(Context context, AttributeSet attrs) { in HomeView() method in ActionBarView.HomeView