Home
last modified time | relevance | path

Searched refs:textElem (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
DRsBenchRS.java707 ScriptField_ListAllocs_s.Item textElem = new ScriptField_ListAllocs_s.Item(); in initRS() local
708 textElem.item = Allocation.createFromString(mRS, SAMPLE_TEXT, Allocation.USAGE_SCRIPT); in initRS()
709 mSampleTextAllocs.set(textElem, i, false); in initRS()
716 ScriptField_ListAllocs_s.Item textElem = new ScriptField_ListAllocs_s.Item(); in initRS() local
717 textElem.item = Allocation.createFromString(mRS, LIST_TEXT, Allocation.USAGE_SCRIPT); in initRS()
718 mSampleListViewAllocs.set(textElem, i, false); in initRS()