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/
DatePicker.java 169 int layoutResourceId = attributesArray.getResourceId(R.styleable.DatePicker_internalLayout,
175 inflater.inflate(layoutResourceId, this, true);
TimePicker.java 143 int layoutResourceId = attributesArray.getResourceId(
149 inflater.inflate(layoutResourceId, this, true);
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java     [all...]

Completed in 152 milliseconds