Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsSourceConsumer.java73 private @Nullable InsetsSourceControl mSourceControl; field in InsetsSourceConsumer
104 if (mSourceControl == control) { in setControl()
107 SurfaceControl oldLeash = mSourceControl != null ? mSourceControl.getLeash() : null; in setControl()
109 final InsetsSourceControl lastControl = mSourceControl; in setControl()
110 mSourceControl = control; in setControl()
117 if (mSourceControl == null) { in setControl()
152 SurfaceControl newLeash = mSourceControl.getLeash(); in setControl()
168 return mSourceControl; in getControl()
224 final boolean hasControl = mSourceControl != null; in applyLocalVisibilityOverride()
342 if (mSourceControl == null || mSourceControl.getLeash() == null) { in applyHiddenToControl()
[all …]