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

/frameworks/base/tools/aapt2/
H A DResource.h132 uint8_t typeId() const;
209 inline uint8_t ResourceId::typeId() const { function in class:aapt::ResourceId
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java447 public int getMappedViewType(int typeId) { argument
448 int mappedTypeId = mTypeIdIndexMap.get(typeId, -1);
452 mTypeIdIndexMap.put(typeId, mappedTypeId);
457 public boolean isViewTypeInRange(int typeId) { argument
458 int mappedType = getMappedViewType(typeId);
496 int typeId; field in class:RemoteViewsAdapter.RemoteViewsIndexMetaData
506 typeId = v.getLayoutId();
508 typeId = 0;
1058 int typeId = 0;
1061 typeId
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.h222 uint32_t typeId,
225 return nameId | (typeId<<16) | (packageId<<24);
221 makeResId(uint32_t packageId, uint32_t typeId, uint32_t nameId) argument
/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 121 milliseconds