Hide array allocation

Not done for feature complete

Change-Id: I79c8da2c7e64d6feb660c9652688f971535c1f92
This commit is contained in:
Jason Sams
2015-04-15 17:18:10 -07:00
parent 1740c625c6
commit d016266de2
4 changed files with 4 additions and 9 deletions

View File

@@ -208,7 +208,7 @@ public class AllocationAdapter extends Allocation {
}
/**
*
* @hide
*/
public void setArray(int arrayNum, int arrayVal) {
if (mAdaptedAllocation.getType().getArray(arrayNum) == 0) {