Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsSourceControl.java275 public Array(@NonNull Array other, boolean copyControls) { in Array() argument
276 setTo(other, copyControls); in Array()
284 public void setTo(@NonNull Array other, boolean copyControls) { in setTo() argument
285 set(other.mControls, copyControls); in setTo()
289 public void set(@Nullable InsetsSourceControl[] controls, boolean copyControls) { in set() argument
290 if (controls == null || !copyControls) { in set()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java3693 boolean copyControls) { in fillInsetsSourceControls() argument
3696 outArray.set(controls, copyControls); in fillInsetsSourceControls()