Searched defs:typeId (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | RemoteViewsAdapter.java | 517 public int getMappedViewType(int typeId) { in getMappedViewType() 527 public boolean isViewTypeInRange(int typeId) { in isViewTypeInRange() 544 int typeId; field in RemoteViewsAdapter.RemoteViewsIndexMetaData 1078 final int typeId; in getItemViewType() local
|
/aosp14/frameworks/base/core/java/android/hardware/input/ |
H A D | IInputManager.aidl | 167 void setPointerIconType(int typeId); in setPointerIconType()
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | ResourceTable.h | 225 uint32_t typeId, in makeResId()
|
/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()
|
H A D | ActivityThread.java | 1425 public void scheduleCrash(String msg, int typeId, @Nullable Bundle extras) { in scheduleCrash() 2096 private void throwRemoteServiceException(String message, int typeId, @Nullable Bundle extras) { in throwRemoteServiceException()
|
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | RenderScript.java | 674 native long rsnAllocationAdapterCreate(long con, long allocId, long typeId); in rsnAllocationAdapterCreate() 675 synchronized long nAllocationAdapterCreate(long allocId, long typeId) { in nAllocationAdapterCreate()
|
/aosp14/frameworks/base/media/jni/ |
H A D | android_media_MediaCodec.cpp | 176 jfieldID typeId; member
|