Searched refs:copySources (Results 1 – 2 of 2) sorted by relevance
106 public InsetsState(InsetsState copy, boolean copySources) { in InsetsState() argument108 set(copy, copySources); in InsetsState()593 public void set(InsetsState other, boolean copySources) { in set() argument603 mSources.append(otherSource.getId(), copySources in set()
3684 void fillInsetsState(@NonNull InsetsState outInsetsState, boolean copySources) { in fillInsetsState() argument3685 outInsetsState.set(getCompatInsetsState(), copySources); in fillInsetsState() local