OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getItemLayoutResId
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactDropdownLayouter.java
125
protected int
getItemLayoutResId
(AdapterType type) {
138
return
getItemLayoutResId
(type);
/frameworks/opt/chips/src/com/android/ex/chips/
DropdownChipLayouter.java
200
* Returns a new view with {@link #
getItemLayoutResId
(AdapterType)}.
203
return mInflater.inflate(
getItemLayoutResId
(type), null);
210
int itemLayout =
getItemLayoutResId
(type);
358
protected @LayoutRes int
getItemLayoutResId
(AdapterType type) {
Completed in 165 milliseconds