HomeSort by relevance Sort by last modified time
    Searched defs:layoutRes (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
ItemAdapter.java 59 int layoutRes = item.getLayoutResource();
60 return mViewTypes.get(layoutRes);
  /frameworks/support/wear/src/android/support/wear/internal/widget/drawer/
SinglePageUi.java 23 import android.support.annotation.LayoutRes;
56 @LayoutRes
106 @LayoutRes int layoutRes = SINGLE_PAGE_LAYOUT_RES[count];
108 View content = inflater.inflate(layoutRes, mDrawer, false /* attachToRoot */);
  /packages/apps/Contacts/src/com/android/contacts/
SimImportFragment.java 397 final int layoutRes = existsInCurrentAccount(position) ?
400 text = (TextView) mInflater.inflate(layoutRes, parent, false);
  /prebuilts/sdk/current/support/wear/libs/
android-support-wear.jar 

Completed in 439 milliseconds