Home
last modified time | relevance | path

Searched defs:typeId (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
DRemoteViewsAdapter.java447 public int getMappedViewType(int typeId) { in getMappedViewType()
457 public boolean isViewTypeInRange(int typeId) { in isViewTypeInRange()
496 int typeId; field in RemoteViewsAdapter.RemoteViewsIndexMetaData
1058 int typeId = 0; in getItemViewType() local
/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl82 void setPointerIconType(int typeId); in setPointerIconType()
/frameworks/base/tools/aapt2/
DResource.h209 inline uint8_t ResourceId::typeId() const { in typeId() function
/frameworks/base/tools/aapt/
DResourceTable.h222 uint32_t typeId, in makeResId()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java668 native long rsnAllocationAdapterCreate(long con, long allocId, long typeId); in rsnAllocationAdapterCreate()
669 synchronized long nAllocationAdapterCreate(long allocId, long typeId) { in nAllocationAdapterCreate()