Searched refs:NEW_INSETS_MODE_NONE (Results 1 – 5 of 5) sorted by relevance
24 import static android.view.ViewRootImpl.NEW_INSETS_MODE_NONE;202 return sNewInsetsMode == NEW_INSETS_MODE_NONE || mClientVisible; in isClientVisible()
23 import static android.view.ViewRootImpl.NEW_INSETS_MODE_NONE;
34 import static android.view.ViewRootImpl.NEW_INSETS_MODE_NONE;2061 if (ViewRootImpl.sNewInsetsMode != NEW_INSETS_MODE_NONE in layoutWindowLw()2152 if (ViewRootImpl.sNewInsetsMode != NEW_INSETS_MODE_NONE in layoutWindowLw()
20 import static android.view.ViewRootImpl.NEW_INSETS_MODE_NONE;168 boolean skipLegacyTypes = ViewRootImpl.sNewInsetsMode == NEW_INSETS_MODE_NONE in calculateInsets()
197 public static final int NEW_INSETS_MODE_NONE = 0; field in ViewRootImpl1429 if (sNewInsetsMode == NEW_INSETS_MODE_NONE) { in notifyInsetsChanged()2889 if (sNewInsetsMode != NEW_INSETS_MODE_NONE) { in handleWindowFocusChanged()