Searched refs:mTypes (Results 1 – 8 of 8) sorted by relevance
26 Type[] mTypes; field in Script82 Type[] mTypes; field in Script.Builder90 mTypes = new Type[MAX_SLOT]; in Builder()97 mTypes[slot] = t; in setType()102 mTypes[slot] = t; in setType()121 for(int ct=0; ct < mTypes.length; ct++) { in transferCreate()122 if(mTypes[ct] != null) { in transferCreate()123 mRS.nScriptSetType(mTypes[ct].mID, mWritable[ct], mNames[ct], ct); in transferCreate()133 s.mTypes = mTypes; in transferObject()
41 private final List<ResourceReference> mTypes = new ArrayList<ResourceReference>(); field in FakeAdapter59 int typeIndex = mTypes.indexOf(viewRef); in FakeAdapter()61 typeIndex = mTypes.size(); in FakeAdapter()62 mTypes.add(viewRef); in FakeAdapter()104 return mTypes.size(); in getViewTypeCount()
34 for (uint32_t ct = 0; ct < mRSC->mStateType.mTypes.size(); ct++) { in ~Type()35 if (mRSC->mStateType.mTypes[ct] == this) { in ~Type()36 mRSC->mStateType.mTypes.removeAt(ct); in ~Type()368 for (uint32_t ct=0; ct < stc->mTypes.size(); ct++) { in rsi_TypeCreate()369 Type *t = stc->mTypes[ct]; in rsi_TypeCreate()390 stc->mTypes.push(st); in rsi_TypeCreate()
66 ObjectBaseRef<const Type> mTypes[MAX_SCRIPT_BANKS]; variable
145 Vector<Type *> mTypes; variable
422 s->mTypes[ct].set(ss->mConstantBufferTypes[ct].get()); in rsi_ScriptCCreate()
491 const DefaultKeyedVector<String16, sp<Type> >& getTypes() const { return mTypes; } in getTypes()501 DefaultKeyedVector<String16, sp<Type> > mTypes; variable
3566 sp<Type> t = mTypes.valueFor(type); in getType()3569 mTypes.add(type, t); in getType()