Searched refs:typeId (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/tools/aapt2/tools/ |
H A D | public_attr_map.py | 9 typeId = 0x000000ff & (intId >> 16) 12 if packageId != 0x01 or typeId != 0x01:
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | RemoteViewsAdapter.java | 517 public int getMappedViewType(int typeId) { in getMappedViewType() argument 518 int mappedTypeId = mTypeIdIndexMap.get(typeId, -1); in getMappedViewType() 522 mTypeIdIndexMap.put(typeId, mappedTypeId); in getMappedViewType() 527 public boolean isViewTypeInRange(int typeId) { in isViewTypeInRange() argument 528 int mappedType = getMappedViewType(typeId); in isViewTypeInRange() 544 int typeId; field in RemoteViewsAdapter.RemoteViewsIndexMetaData 554 typeId = v.getLayoutId(); in set() 556 typeId = 0; in set() 1078 final int typeId; in getItemViewType() local 1081 typeId = mCache.getMetaDataAt(position).typeId; in getItemViewType() [all …]
|
/aosp14/frameworks/base/core/java/android/hardware/input/ |
H A D | IInputManager.aidl | 167 void setPointerIconType(int typeId); in setPointerIconType() argument
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | IApplicationThread.aidl | 117 void scheduleCrash(in String msg, int typeId, in Bundle extras); in scheduleCrash() argument
|
H A D | ActivityThread.java | 1425 public void scheduleCrash(String msg, int typeId, @Nullable Bundle extras) { in scheduleCrash() argument 1429 sendMessage(H.SCHEDULE_CRASH, args, typeId); in scheduleCrash() 2096 private void throwRemoteServiceException(String message, int typeId, @Nullable Bundle extras) { in throwRemoteServiceException() argument 2098 switch (typeId) { in throwRemoteServiceException() 2119 + " (with unwknown typeId:" + typeId + ")"); in throwRemoteServiceException()
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | ResourceTable.h | 225 uint32_t typeId, in makeResId() argument 228 return nameId | (typeId<<16) | (packageId<<24); in makeResId()
|
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | RenderScript.java | 674 native long rsnAllocationAdapterCreate(long con, long allocId, long typeId); in rsnAllocationAdapterCreate() argument 675 synchronized long nAllocationAdapterCreate(long allocId, long typeId) { in nAllocationAdapterCreate() argument 677 return rsnAllocationAdapterCreate(mContext, allocId, typeId); in nAllocationAdapterCreate()
|
/aosp14/frameworks/base/media/jni/ |
H A D | android_media_MediaCodec.cpp | 176 jfieldID typeId; member 1005 env->SetIntField(*descObj, gDescriptorInfo.typeId, type); in describeParameter() 3435 gDescriptorInfo.typeId = env->GetFieldID(clazz.get(), "mType", "I"); in android_media_MediaCodec_native_init() 3436 CHECK(gDescriptorInfo.typeId != NULL); in android_media_MediaCodec_native_init()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 69279 Landroid/widget/RemoteViewsAdapter$RemoteViewsIndexMetaData;->typeId:I
|