HomeSort by relevance Sort by last modified time
    Searched refs:HomeView (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java 99 private HomeView mHomeLayout;
100 private HomeView mExpandedHomeLayout;
228 mHomeLayout = (HomeView) inflater.inflate(homeResId, mUpGoerFive, false);
230 mExpandedHomeLayout = (HomeView) inflater.inflate(homeResId, mUpGoerFive, false);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarView.java 92 private HomeView mHomeLayout;
93 private HomeView mExpandedHomeLayout;
218 mHomeLayout = (HomeView) inflater.inflate(homeResId, this, false);
220 mExpandedHomeLayout = (HomeView) inflater.inflate(homeResId, this, false);
855 HomeView homeLayout = mExpandedActionView != null ? mExpandedHomeLayout : mHomeLayout;
    [all...]

Completed in 378 milliseconds