Searched defs:typeId (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java442 public int getMappedViewType(int typeId) { argument
443 if (mTypeIdIndexMap.containsKey(typeId)) {
444 return mTypeIdIndexMap.get(typeId);
448 mTypeIdIndexMap.put(typeId, incrementalTypeId);
453 public boolean isViewTypeInRange(int typeId) { argument
454 int mappedType = getMappedViewType(typeId);
526 int typeId; field in class:RemoteViewsAdapter.RemoteViewsIndexMetaData
536 typeId = v.getLayoutId();
538 typeId = 0;
1098 int typeId
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.h206 uint32_t typeId,
209 return nameId | (typeId<<16) | (packageId<<24);
205 makeResId(uint32_t packageId, uint32_t typeId, uint32_t nameId) argument

Completed in 673 milliseconds