Searched refs:copyControls (Results 1 – 2 of 2) sorted by relevance
275 public Array(@NonNull Array other, boolean copyControls) { in Array() argument276 setTo(other, copyControls); in Array()284 public void setTo(@NonNull Array other, boolean copyControls) { in setTo() argument285 set(other.mControls, copyControls); in setTo()289 public void set(@Nullable InsetsSourceControl[] controls, boolean copyControls) { in set() argument290 if (controls == null || !copyControls) { in set()
3693 boolean copyControls) { in fillInsetsSourceControls() argument3696 outArray.set(controls, copyControls); in fillInsetsSourceControls()