Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
Dpublic_attr_map.py9 typeId = 0x000000ff & (intId >> 16)
12 if packageId != 0x01 or typeId != 0x01:
DResourceTable.cpp365 if (resId.isValid() && type->id && type->id.value() != resId.typeId()) { in addResourceImpl()
412 type->id = resId.typeId(); in addResourceImpl()
462 if (resId.isValid() && type->id && type->id.value() != resId.typeId()) { in setSymbolStateImpl()
489 type->id = resId.typeId(); in setSymbolStateImpl()
DResource.h132 uint8_t typeId() const;
209 inline uint8_t ResourceId::typeId() const { in typeId() function
DSdkConstants.cpp53 if (id.packageId() != 0x01 && id.typeId() != 0x01) { in findAttributeSdkLevel()
/frameworks/base/core/java/android/widget/
DRemoteViewsAdapter.java447 public int getMappedViewType(int typeId) { in getMappedViewType() argument
448 int mappedTypeId = mTypeIdIndexMap.get(typeId, -1); in getMappedViewType()
452 mTypeIdIndexMap.put(typeId, mappedTypeId); in getMappedViewType()
457 public boolean isViewTypeInRange(int typeId) { in isViewTypeInRange() argument
458 int mappedType = getMappedViewType(typeId); in isViewTypeInRange()
496 int typeId; field in RemoteViewsAdapter.RemoteViewsIndexMetaData
506 typeId = v.getLayoutId(); in set()
508 typeId = 0; in set()
1058 int typeId = 0; in getItemViewType() local
1061 typeId = mCache.getMetaDataAt(position).typeId; in getItemViewType()
[all …]
/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl82 void setPointerIconType(int typeId); in setPointerIconType() argument
/frameworks/base/tools/aapt/
DResourceTable.h222 uint32_t typeId, in makeResId() argument
225 return nameId | (typeId<<16) | (packageId<<24); in makeResId()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java668 native long rsnAllocationAdapterCreate(long con, long allocId, long typeId); in rsnAllocationAdapterCreate() argument
669 synchronized long nAllocationAdapterCreate(long allocId, long typeId) { in nAllocationAdapterCreate() argument
671 return rsnAllocationAdapterCreate(mContext, allocId, typeId); in nAllocationAdapterCreate()