Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DInsetsSourceProvider.java105 private final boolean mControllable; field in InsetsSourceProvider
127 mControllable = (InsetsPolicy.CONTROLLABLE_TYPES & source.getType()) != 0; in InsetsSourceProvider()
153 return mControllable; in isControllable()
172 if (mControllable) { in setWindowContainer()
198 if (mControllable) { in setWindowContainer()
691 if (mControllable) { in dump()
750 proto.write(CONTROLLABLE, mControllable); in dumpDebug()