Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsSourceConsumer.java60 private @Nullable InsetsSourceControl mSourceControl; field in InsetsSourceConsumer
72 if (mSourceControl == control) { in setControl()
75 mSourceControl = control; in setControl()
80 if (mSourceControl == null) { in setControl()
87 return mSourceControl; in getControl()
117 if (mSourceControl == null) { in applyLocalVisibilityOverride()
162 if (mSourceControl == null) { in applyHiddenToControl()
168 t.show(mSourceControl.getLeash()); in applyHiddenToControl()
170 t.hide(mSourceControl.getLeash()); in applyHiddenToControl()