Searched refs:newType (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardApplicationStatus.java115 AppType newType;
118 case 0: newType = AppType.APPTYPE_UNKNOWN; break;
119 case 1: newType = AppType.APPTYPE_SIM; break;
120 case 2: newType = AppType.APPTYPE_USIM; break;
121 case 3: newType = AppType.APPTYPE_RUIM; break;
122 case 4: newType = AppType.APPTYPE_CSIM; break;
123 case 5: newType = AppType.APPTYPE_ISIM; break;
125 newType = AppType.APPTYPE_UNKNOWN;
128 return newType;
/frameworks/rs/driver/
H A DrsdAllocation.h89 const android::renderscript::Type *newType, bool zeroNew);
H A DrsdAllocation.cpp523 const Type *newType, bool zeroNew) {
525 const uint32_t dimX = newType->getDimX();
534 size_t s = AllocationBuildPointerTable(rsc, alloc, newType, NULL);
537 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr);
522 rsdAllocationResize(const Context *rsc, const Allocation *alloc, const Type *newType, bool zeroNew) argument
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DListPopupWindow.java1307 int newType = adapter.getItemViewType(i);
1308 if (newType != viewType) {
1310 viewType = newType;
/frameworks/rs/
H A Drs_hal.h150 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType,
/frameworks/base/graphics/java/android/renderscript/
H A DMesh.java340 Type newType(Element e, int size) { method in class:Mesh.Builder

Completed in 208 milliseconds