Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DInsetsSourceProvider.java127 mControllable = (InsetsPolicy.CONTROLLABLE_TYPES & source.getType()) != 0; in InsetsSourceProvider()
DInsetsPolicy.java64 public static final int CONTROLLABLE_TYPES = WindowInsets.Type.statusBars() field in InsetsPolicy