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

  /frameworks/base/core/java/android/widget/
TimePicker.java 138 int layoutResourceId = attributesArray.getResourceId(
144 inflater.inflate(layoutResourceId, this, true);
DatePicker.java 165 int layoutResourceId = attributesArray.getResourceId(R.styleable.DatePicker_internalLayout,
171 inflater.inflate(layoutResourceId, this, true);
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java     [all...]

Completed in 167 milliseconds