Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsSourceProvider.java110 private final boolean mControllable; field in InsetsSourceProvider
131 mControllable = (InsetsPolicy.CONTROLLABLE_TYPES & source.getType()) != 0; in InsetsSourceProvider()
142 return mControllable; in isControllable()
161 if (mControllable) { in setWindowContainer()
186 if (mControllable) { in setWindowContainer()
611 if (mControllable) { in dump()
668 proto.write(CONTROLLABLE, mControllable); in dumpDebug()