Searched refs:drawableAllocs (Results 1 – 2 of 2) sorted by relevance
104 Allocation[] drawableAllocs = new Allocation[mObjectsToDraw.size()]; in getRsField() local107 drawableAllocs[i] = dI.getRsField(rs, res).getAllocation(); in getRsField()109 drawableData.copyFrom(drawableAllocs); in getRsField()
274 Allocation[] drawableAllocs = new Allocation[mRenderables.size()]; in addDrawables() local278 drawableAllocs[i] = dI.getRsField(rs, res).getAllocation(); in addDrawables()280 drawableData.copyFrom(drawableAllocs); in addDrawables()