[go: nahoru, domu]

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

/frameworks/base/tools/aapt2/
H A Dpublic_attr_map.py9 typeId = 0x000000ff & (intId >> 16)
12 if packageId != 0x01 or typeId != 0x01:
H A DResourceTable.cpp365 if (resId.isValid() && type->id && type->id.value() != resId.typeId()) {
412 type->id = resId.typeId();
462 if (resId.isValid() && type->id && type->id.value() != resId.typeId()) {
489 type->id = resId.typeId();
H A DResource.h132 uint8_t typeId() const;
209 inline uint8_t ResourceId::typeId() const { function in class:aapt::ResourceId
H A DSdkConstants.cpp53 if (id.packageId() != 0x01 && id.typeId() != 0x01) {
/frameworks/base/core/java/android/hardware/input/
H A DIInputManager.aidl82 void setPointerIconType(int typeId);
/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 177 milliseconds