Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsState.java134 public InsetsState(InsetsState copy, boolean copySources) { in InsetsState() argument
135 set(copy, copySources); in InsetsState()
278 public void set(InsetsState other, boolean copySources) { in set() argument
281 if (copySources) { in set()