Searched refs:getStringAsAllocation (Results 1 – 4 of 4) sorted by relevance
52 mNameAlloc = SceneManager.getStringAsAllocation(rs, getName()); in getNameAlloc()
147 mData.paramName = SceneManager.getStringAsAllocation(rs, mParamName); in getRSData()
53 mData.name = SceneManager.getStringAsAllocation(rs, getName()); in setNameAlloc()
202 static Allocation getStringAsAllocation(RenderScript rs, String str) { in getStringAsAllocation() method in SceneManager