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

/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java405 public int getMappedViewType(int typeId) { argument
406 if (mTypeIdIndexMap.containsKey(typeId)) {
407 return mTypeIdIndexMap.get(typeId);
411 mTypeIdIndexMap.put(typeId, incrementalTypeId);
416 public boolean isViewTypeInRange(int typeId) { argument
417 int mappedType = getMappedViewType(typeId);
489 int typeId; field in class:RemoteViewsAdapter.RemoteViewsIndexMetaData
499 typeId = v.getLayoutId();
501 typeId = 0;
1034 int typeId
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.h188 uint32_t typeId,
191 return nameId | (typeId<<16) | (packageId<<24);
187 makeResId(uint32_t packageId, uint32_t typeId, uint32_t nameId) argument

Completed in 21 milliseconds