Searched refs:newArray (Results 1 – 4 of 4) sorted by relevance
38 public MyParcelable[] newArray(int size) {
17 public Rect[] newArray(int size) {
379 AttributeDescriptor[] newArray = new AttributeDescriptor[attributes.length + 1]; in insertAttribute() local380 newArray[0] = newAttr; in insertAttribute()381 System.arraycopy(attributes, 0, newArray, 1, attributes.length); in insertAttribute()382 element.setAttributes(newArray); in insertAttribute()
303 ElementDescriptor[] newArray = everything.toArray(new ElementDescriptor[everything.size()]);307 layoutDesc.setChildren(newArray);