Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DInsetsState.java185 public InsetsState(InsetsState copy, boolean copySources) { in InsetsState() argument
186 set(copy, copySources); in InsetsState()
555 public void set(InsetsState other, boolean copySources) { in set() argument
560 if (copySources) { in set()