Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java3138 @InsetsType int typesToHide = 0; in controlInsetsForCompatibility() local
3141 typesToHide |= Type.statusBars(); in controlInsetsForCompatibility()
3146 typesToHide |= Type.navigationBars(); in controlInsetsForCompatibility()
3150 if (typesToHide != 0) { in controlInsetsForCompatibility()
3151 getInsetsController().hide(typesToHide); in controlInsetsForCompatibility()
3156 mTypesHiddenByFlags |= typesToHide; in controlInsetsForCompatibility()