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

/frameworks/base/tools/aapt/
H A DResourceTable.h225 uint32_t typeId,
228 return nameId | (typeId<<16) | (packageId<<24);
224 makeResId(uint32_t packageId, uint32_t typeId, uint32_t nameId) argument
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java467 public int getMappedViewType(int typeId) { argument
468 int mappedTypeId = mTypeIdIndexMap.get(typeId, -1);
472 mTypeIdIndexMap.put(typeId, mappedTypeId);
477 public boolean isViewTypeInRange(int typeId) { argument
478 int mappedType = getMappedViewType(typeId);
494 int typeId; field in class:RemoteViewsAdapter.RemoteViewsIndexMetaData
504 typeId = v.getLayoutId();
506 typeId = 0;
1060 int typeId = 0;
1063 typeId
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java668 native long rsnAllocationAdapterCreate(long con, long allocId, long typeId); argument
669 synchronized long nAllocationAdapterCreate(long allocId, long typeId) { argument
671 return rsnAllocationAdapterCreate(mContext, allocId, typeId);

Completed in 1680 milliseconds