Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsState.java106 public InsetsState(InsetsState copy, boolean copySources) { in InsetsState() argument
108 set(copy, copySources); in InsetsState()
593 public void set(InsetsState other, boolean copySources) { in set() argument
603 mSources.append(otherSource.getId(), copySources in set()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java3684 void fillInsetsState(@NonNull InsetsState outInsetsState, boolean copySources) { in fillInsetsState() argument
3685 outInsetsState.set(getCompatInsetsState(), copySources); in fillInsetsState() local